// npm 패키지
@antv/x6
JavaScript diagramming library that uses SVG and HTML for rendering
버전
426
메인테이너
51
라이선스
MIT
최초 publish
2019-12-01
publisher
gaofuhong
tarball
8,558,752 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2026-03-18
// exfil path
what is read → where it shipssteals
- ○ clipboard
sends to
(no destination string extracted — payload may be dynamic / obfuscated)
→ view full payload// publisher 캠페인by gaofuhong
이 계정에서 catch된 패키지 4건고립된 catch가 아닙니다. 동일 publisher가 3개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @3.1.7· 2 files flagged
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @3.1.7··AUTO-PUBLISHED·publisher: gaofuhongheuristic 75/100static flags 2llm benign (0.85) via ollamamature-packageosv-flagged:MAL-2026-3839public-github-pushclipboard-access
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· 2 files flaggedpatterns: 2
--- package/package.json (excerpt) --- { "name": "@antv/x6", "version": "3.1.7", "description": "JavaScript diagramming library that uses SVG and HTML for rendering", "main": "lib/index.js", "module": "es/index.js", "unpkg": "dist/x6.min.js", "jsdelivr": "dist/x6.min.js", "types": "lib/index.d.ts", "type": "module", "files": [ "dist", "es", "lib", "src" ], "keywords": [ "graph", "diagram", "flowchart", "uml", "x6-editor", "editor", "svg", "x6", "antv" ], "dependencies": { "dom-align": "^1.12.4", "lodash-es": "^4.17.15", "mousetrap": "^1.6.5", "utility-types": "^3.10.0" }, "devDependencies": { "@biomejs/biome": "^2.2.2", "@commitlint/config-conventional": "^19.8.1", "@napi-rs/canvas": "^0.1.77", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@testing-library/jest-dom": "^6.7.0", "@types/lodash-es": "^4.17.12", "@types/mousetrap": "^1.6.11", "@types/node": "^24.3.0", "@vitest/coverage-v8": "3.2.4", "jsdom": "^24.0.0", "limit-size": "^0.1.4", "lint-staged": "^16.1.5", "npm-run-all": "^4.1.5", "rimraf": "^6.0.1", "rollup": "^4.48.1", "rollup-plugin-typescript2": "^0.35.0", "rollup-plugin-visualizer": "^5.14.0", "sinon": "^21.0.0", "svgo": "^4.0.0", "tslib": "^2.8.1", "typescript": "^5.9.2", "vitest": "^3.2.4" }, "limi --- package/src/plugin/index.ts (excerpt) --- export { Clipboard } from './clipboard' export { Dnd } from './dnd' export { Export } from './export' export { History } from './history' export { Keyboard } from './keyboard' export { Selection } from './selection' export { MiniMap } from './minimap' export { Scroller } from './scroller' export { Stencil } from './stencil' export { Snapline } from './snapline' export { Transform } from './transform'
