// npm 패키지
@antv/g-perf
Performance monitor for G.
버전
1
메인테이너
51
라이선스
MIT
최초 publish
2019-07-18
publisher
atool
tarball
9,883 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2019-07-18
// publisher 캠페인by atool
이 계정에서 catch된 패키지 9건고립된 catch가 아닙니다. 동일 publisher가 8개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @1.0.0· no static-pattern hits
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
- @1.0.0··AUTO-PUBLISHED·publisher: atoolheuristic 75/100static flags 0llm benign (0.85) via ollamafirst-version-of-packagepublisher-multi-name-burst:5osv-flagged:MAL-2026-3930
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s).
// offending code· no static-pattern hits
--- package.json (entry) --- { "name": "@antv/g-perf", "version": "1.0.0", "description": "Performance monitor for G.", "main": "lib/index.js", "scripts": { "tsc": "tsc --noEmit", "build": "rm -rf lib && tsc" }, "devDependencies": { "typescript": "^3.5.3" }, "keywords": [ "G", "perf", "monitor" ], "author": "antv", "license": "MIT" } --- index.js (entry) --- "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var gp_1 = require("./gp"); exports.default = gp_1.GP;
