PkgRadar

Package evidence

@andyqiu/[email protected]

no findings

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,409Niche · −30% score
Versions published
40
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

Looks clean — keep monitoring

No high-signal indicators in the stored static report. PkgRadar will re-check on the next ingest pass.

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 bytes216,462
Previous version0.5.12
Published2026-06-12T07:00:00.811Z
SHA-256234d4546b4a5b1e33c8ebcff7f7778315b73559ca0995d932ddd361e2c3b0483

Why flagged

What the scanner saw

No high-signal static finding in the saved report.

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

Availability ledger

available

low
Last checked
lowRisk
0Score
0.5.13Version
Status history (1 event)
  1. newavailable · risk low · score 0 · status changed

Evidence

Static findings

No findings stored for this release.

Manifest

Package metadata

Scripts23
  • adr:checknode scripts/adr-check.mjs
  • adr:check-syncnode scripts/adr-index-sync.mjs --check
  • adr:syncnode scripts/adr-index-sync.mjs
  • buildnode ./scripts/build-with-version.mjs
  • build:devnode ./scripts/dev-sync.mjs
  • ci:pack-assertnpm pack --dry-run 2>&1 | node scripts/assert-pack-manifest.mjs
  • devnode ./scripts/dev-sync.mjs --watch
  • lintecho 'no lint configured (pre-publish TODO)'
  • lint:phrasesnode scripts/lint-user-phrases.mjs agents/teamkit-git.md
  • preparegit config core.hooksPath .githooks
  • 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
  • testnode tests/compaction-guard.test.ts
  • test:rulesnode tests/git-rules-loader.test.ts
  • test:unitvitest run
  • test:verifybash tests/run-verify.sh
  • test:verify:drybash tests/run-verify.sh --dry-run
  • test:verify:fastbash tests/run-verify.sh --skip-slow
  • typechecktsc --noEmit
Dependencies1
  • zod^3.23.0 || ^4.0.0