PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="echo '\\n [ima2] Gallery thumbnails will be auto-generated on next server start.\\n Or run: ima2 backfill-thumbs\\n'"

Trust signals

Why this verdict

PkgRadar discounts a release’s score when public reputation argues against novel malware. The verdict above already reflects these — the panel just explains what was applied.

Versions published
41
First published
Apr 2026
Publisher
bitkyc08

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

Block this release in CIcurl · GitHub Actions

Fail the build when this package version is added or upgraded. Replace $PKGRADAR_TOKEN with a Pro / Team API key from your dashboard.

curl -fsS https://pkgradar.com/gate/npm \
  -H "Authorization: Bearer $PKGRADAR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"specs":["[email protected]"],"fail_on":"high"}'

GitHub Actions step:

- name: PkgRadar gate
  run: |
    curl -fsS https://pkgradar.com/gate/npm \
      -H "Authorization: Bearer ${{ secrets.PKGRADAR_TOKEN }}" \
      -H "Content-Type: application/json" \
      -d '{"specs":["[email protected]"],"fail_on":"high"}'
Publisherbitkyc08
Artifact bytes1,479,629
Previous version2.0.0
Published2026-06-02T17:17:14.092Z
SHA-256552f8395386de75145f29ce40b9e07afce3e63fc4bf560816f1bacba8b1db79a

Why flagged

What the scanner saw

New Lifecycle Script Vs Previous: postinstall added in 2.0.1 vs 2.0.0: "echo '\\n [ima2] Gallery thumbnails will be auto-generated on next server start.\\n Or run: ima2 backfill-thumbs\\n'"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

high
Last checked
highRisk
45Score
2.0.1Version
Status history (2 events)
  1. newavailable · risk high · score 45 · status changed
  2. newavailable · risk high · score 45 · status changed

Evidence

Static findings

1 static · 1 from release diff · showing high-signal first.

SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 2.0.1 vs 2.0.0: "echo '\\n [ima2] Gallery thumbnails will be auto-generated on next server start.\\n Or run: ima2 backfill-thumbs\\n'"40
Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
highNew Lifecycle Script Vs Previouspackage.jsonpostinstall added in 2.0.1 vs 2.0.0: "echo '\\n [ima2] Gallery thumbnails will be auto-generated on next server start.\\n Or run: ima2 backfill-thumbs\\n'"40
lowInstall-time lifecycle scriptpackage.jsonpostinstall="echo '\\n [ima2] Gallery thumbnails will be auto-generated on next server start.\\n Or run: ima2 backfill-thumbs\\n'"5

Manifest

Package metadata

Scripts23
  • buildnpm run ui:build
  • build:clitsc -p tsconfig.bin.json && node scripts/fix-shebangs.mjs
  • build:servertsc -p tsconfig.build.json
  • devnode scripts/dev.mjs
  • dev:servertsx watch server.ts
  • lint:pkgnode -e "const p=require('./package.json'); const req=['name','version','bin']; for(const k of req){if(!p[k])throw new Error('missing '+k)} const mustInclude=['bin/**/*.js','lib/**/*.js','routes/**/*.js','skills/','integrations/comfyui/ima2_gen_bridge/__init__.py','integrations/comfyui/ima2_gen_bridge/nodes.py','integrations/comfyui/ima2_gen_bridge/README.md','assets/card-news/templates/','vendor/','server.js','LICENSE']; for(const f of mustInclude){if(!p.files.includes(f))throw new Error('files[] must include '+f)}"
  • postinstallecho '\n [ima2] Gallery thumbnails will be auto-generated on next server start.\n Or run: ima2 backfill-thumbs\n'
  • prepacknpm run ui:build && npm run build:server && npm run build:cli
  • prepublishOnlynpm run typecheck && npm run typecheck:tests && npm run test:inventory && npm run ui:build && npm run build:server && npm run build:cli && npm run lint:pkg && npm run test:package-install
  • publish:dry-runnode scripts/publish-dry-run.mjs
  • release:majornpm version major && npm publish && git push origin main --tags
  • release:minornpm version minor && npm publish && git push origin main --tags
  • release:patchnpm version patch && npm publish && git push origin main --tags
  • setupnode bin/ima2.js setup
  • startnode bin/ima2.js serve
  • testnode scripts/run-tests.mjs
  • test:inventorynode scripts/classify-tests.mjs --check --fail-js-runtime
  • test:package-installnode --test tests/package-install-smoke.mjs
  • typechecktsc --noEmit -p tsconfig.json
  • typecheck:teststsc --noEmit -p tsconfig.tests.json
  • ui:buildcd ui && npm run build
  • ui:devcd ui && npm run dev
  • ui:installcd ui && npm install
Dependencies10
  • better-sqlite3^12.9.0
  • dotenv^17.4.2
  • express^5.1.0
  • google-auth-library^10.6.2
  • openai^5.8.2
  • openai-oauth^1.0.2
  • progrokfile:vendor/progrok-0.2.0.tgz
  • sharp^0.34.5
  • trash^10.1.1
  • ulid^3.0.2