PkgRadar

Package evidence

[email protected]

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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.

Weekly downloads
4,230Niche · −30% score
Versions published
166
First published
Mar 2026
Publisher
longfa

Effective trust discount applied: 30% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

Recommended action

Review before promoting

Mixed signals: the package has indicators worth reading before allowing the update in automated dependency flows.

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":"review"}'

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":"review"}'
Publisherlongfa
Artifact bytes3,661,527
Previous version0.162.76
Published2026-06-17T07:03:15.063Z
SHA-256650e368c540bdac6c5e0ac6008fc31d16c551a45678d6976108b5a7c03fb9362

Why flagged

What the scanner saw

Install-time lifecycle script: postinstall="node scripts/postinstall.mjs"

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

Availability ledger

available

review
Last checked
reviewRisk
3Score
0.162.77Version
Status history (1 event)
  1. newavailable · risk review · score 3 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/postinstall.mjs"5

Manifest

Package metadata

Scripts13
  • build:web-panelnode scripts/build-web-panel.mjs
  • build:web-panel:forcenode scripts/build-web-panel.mjs --force
  • formatprettier --write "src/**/*.js" "bin/**/*.js" "__tests__/**/*.js"
  • linteslint src/ bin/ --ext .js
  • postinstallnode scripts/postinstall.mjs
  • prepublishOnlynpm run build:web-panel
  • sync-skill-packsnode --input-type=module -e "import { generateCliPacks } from './src/lib/skill-packs/generator.js'; const r = await generateCliPacks({ force: false }); console.log('Skill packs synced:', r.generated.length, 'generated,', r.skipped.length, 'skipped');"
  • testvitest run
  • test:allvitest run && vitest run --config vitest.e2e.config.js __tests__/e2e/
  • test:e2evitest run --config vitest.e2e.config.js __tests__/e2e/
  • test:integrationvitest run __tests__/integration/
  • test:unitvitest run __tests__/unit/
  • test:watchvitest watch
Dependencies19
  • @aws-sdk/client-s3^3.700.0
  • @chainlesschain/core-config0.1.1
  • @chainlesschain/core-db0.1.1
  • @chainlesschain/core-env0.1.1
  • @chainlesschain/core-infra0.1.0
  • @chainlesschain/core-mtc0.2.1
  • @chainlesschain/core-multisig0.1.0
  • @chainlesschain/personal-data-hub0.4.27
  • @chainlesschain/session-core0.3.2
  • @chainlesschain/shared-logger0.1.0
  • @inquirer/prompts^7.2.0
  • better-sqlite3^12.1.0
  • chalk^5.4.1
  • commander^12.1.0
  • ora^8.1.1
  • semver^7.6.3
  • sql.js^1.14.1
  • webdav^5.10.0
  • ws^8.14.2
Optional dependencies2
  • node-pty^1.0.0
  • pdf-parse^1.1.1