PkgRadar

Package evidence

@andyqiu/[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
1,041Niche · −30% score
Versions published
66
First published
May 2026
Publisher
andyqiu

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":["@andyqiu/[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":["@andyqiu/[email protected]"],"fail_on":"review"}'
Publisherandyqiu
Artifact bytes323,428
Previous version0.8.4
Published2026-06-12T11:32:21.240Z
SHA-256cb416a6c58503337fe34fe8cb749a788ce5a2d944d8c12cb38d1d055fd10a86a

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.8.5Version
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

Scripts40
  • adr-checknode ./scripts/adr-check.mjs
  • adr-check:strictcross-env ADR_STRICT=1 node ./scripts/adr-check.mjs
  • adr-graphnode ./scripts/adr-graph-gen.mjs
  • adr-graph-checknode ./scripts/adr-graph-gen.mjs --check
  • adr-index-checknode ./scripts/adr-index-sync.mjs --check
  • adr-index-syncnode ./scripts/adr-index-sync.mjs
  • adr-initnode ./bin/codeforge.mjs adr-init
  • benchnode --experimental-strip-types --no-warnings ./scripts/bench-repo-map.mjs
  • bench:jsonnode --experimental-strip-types --no-warnings ./scripts/bench-repo-map.mjs --json
  • buildnode ./scripts/build-with-version.mjs
  • build:devnode ./scripts/dev-sync.mjs
  • build:typestsc -p tsconfig.build.json --emitDeclarationOnly
  • build:watchnode ./scripts/build-with-version.mjs --watch
  • check:bunnode ./scripts/check-bun.mjs
  • devnode ./scripts/dev-sync.mjs --watch
  • dev-syncnode ./scripts/dev-sync.mjs
  • dev-sync:watchnode ./scripts/dev-sync.mjs --watch
  • linttsc --noEmit
  • phase1:checknode ./scripts/check-dist-built.mjs && node ./scripts/check-layer-deps.mjs && node ./scripts/phase1-check.mjs
  • postinstallnode ./scripts/postinstall.mjs
  • prebuildnode ./scripts/check-bun.mjs
  • preparehusky
  • prepublishOnlynpm run build && npm run typecheck && npm test
  • releasenode ./scripts/release.mjs
  • release:drynode ./scripts/release.mjs --dry-run
  • release:majornode ./scripts/release.mjs major
  • release:minornode ./scripts/release.mjs minor
  • release:patchnode ./scripts/release.mjs patch
  • replaynode ./scripts/codeforge-replay.mjs
  • syncnode ./scripts/sync-agent-models.mjs && node ./scripts/dev-sync.mjs --sync-only
  • …and 10 more.
Dependencies2
  • yaml^2.6.0
  • zod4.1.8