// npm 패키지
@antv/color-schema
JSON Schema for Color Palette
버전
3
메인테이너
51
라이선스
MIT
최초 publish
2021-07-14
publisher
neoddish
tarball
165,567 B
AUTO-PUBLISHED·1개 버전 인덱싱됨·최근 publish: 2021-11-16
// publisher 캠페인by neoddish
이 계정에서 catch된 패키지 7건고립된 catch가 아닙니다. 동일 publisher가 6개의 다른 패키지를 추가로 발행했고, 모두 파이프라인이 catch했습니다 — 일회성이 아닌 조직적 캠페인의 형태. 아래 링크는 각 형제 catch의 분석으로 이동합니다.
// offending code· @0.2.3· 3 files flagged
llm: benign · 0.85→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s), 1 other host(s).
- @0.2.3··AUTO-PUBLISHED·publisher: neoddishheuristic 75/100static flags 1llm benign (0.85) via ollamaosv-flagged:MAL-2026-3861public-github-push
→ 의심 전송지 없음, 원격 실행 형태 없음 — 1 known-vendor host(s), 1 other host(s).
// offending code· 3 files flaggedpatterns: 1
--- install scripts --- ### prepare husky install ### prepublishOnly npm run ci --- package/package.json (excerpt) --- { "name": "@antv/color-schema", "version": "0.2.3", "description": "JSON Schema for Color Palette", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "unpkg": "dist/index.min.js", "module": "esm/src/index.js", "files": [ "src", "esm", "lib", "build" ], "scripts": { "clean": "rimraf lib esm dist", "lint-staged": "lint-staged", "size": "limit-size", "format": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"", "format-check": " prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check", "lint": "eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check", "fix": "eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format", "test": "jest", "build:umd": "rimraf ./dist && rollup -c && npm run size", "build:cjs": "rimraf ./lib && tsc --module commonjs --outDir lib", "build:esm": "rimraf ./esm && tsc --module ESNext --outDir esm", "build": "run-p build:*", "schema": "mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t ColorSchema --no-type-check --no-ref-encode > build/color-schema.json", "ci": "run-s lint test build schema", "prepublishOnly": "npm run ci", "prepare": "husky install", "setup:demo": "cd demo && npm install --package-lock=false", "start:demo": "npm run setup:demo && cd demo && npm start", "deploy:site": "cd demo && npm run depl --- package/lib/package.json (excerpt) --- { "name": "@antv/color-schema", "version": "0.2.3", "description": "JSON Schema for Color Palette", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "unpkg": "dist/index.min.js", "module": "esm/src/index.js", "files": [ "src", "esm", "lib", "build" ], "scripts": { "clean": "rimraf lib esm dist", "lint-staged": "lint-staged", "size": "limit-size", "format": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"", "format-check": " prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check", "lint": "eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check", "fix": "eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format", "test": "jest", "build:umd": "rimraf ./dist && rollup -c && npm run size", "build:cjs": "rimraf ./lib && tsc --module commonjs --outDir lib", "build:esm": "rimraf ./esm && tsc --module ESNext --outDir esm", "build": "run-p build:*", "schema": "mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t ColorSchema --no-type-check --no-ref-encode > build/color-schema.json", "ci": "run-s lint test build schema", "prepublishOnly": "npm run ci", "prepare": "husky install", "setup:demo": "cd demo && npm install --package-lock=false", --- package/esm/package.json (excerpt) --- { "name": "@antv/color-schema", "version": "0.2.3", "description": "JSON Schema for Color Palette", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", "unpkg": "dist/index.min.js", "module": "esm/src/index.js", "files": [ "src", "esm", "lib", "build" ], "scripts": { "clean": "rimraf lib esm dist", "lint-staged": "lint-staged", "size": "limit-size", "format": "prettier --write \"src/**/*.ts\" \"__tests__/**/*.ts\" \"demo/**/*.{ts,tsx}\"", "format-check": " prettier ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --check", "lint": "eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} && npm run format-check", "fix": "eslint ./src/**/*.ts ./__tests__/**/*.ts ./demo/**/*.{ts,tsx} --fix && npm run format", "test": "jest", "build:umd": "rimraf ./dist && rollup -c && npm run size", "build:cjs": "rimraf ./lib && tsc --module commonjs --outDir lib", "build:esm": "rimraf ./esm && tsc --module ESNext --outDir esm", "build": "run-p build:*", "schema": "mkdir -p build && ts-json-schema-generator -f tsconfig.json -p src/index.ts -t ColorSchema --no-type-check --no-ref-encode > build/color-schema.json", "ci": "run-s lint test build schema", "prepublishOnly": "npm run ci", "prepare": "husky install", "setup:demo": "cd demo && npm install --package-lock=false",
