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
- 162
- Versions published
- 78
- First published
- Mar 2026
- Publisher
- leokuang
Recommended action
Review before promotingMixed 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"}'Why flagged
What the scanner saw
Remote Payload: matched "raw.githubusercontent.com"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (1 event)
- new → available · risk review · score 17 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/src/cli/version-reminder.js | matched "raw.githubusercontent.com" | 12 |
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/src/cli/version-reminder.js | matched "raw.githubusercontent.com" | 12 |
| low | Install-time lifecycle script | package.json | postinstall="node bin/postinstall.js" | 5 |
Manifest
Package metadata
Scripts17
buildnpm pack --dry-rundocs:runtime-catalognode scripts/generate-runtime-capability-catalog.jslint:skill-entrypointsnode scripts/lint-skill-entrypoints.jspostinstallnode bin/postinstall.jsrelease:publishnode scripts/release-publish.cjstestnpm run test:unit && npm run test:smoke && npm run test:integrationtest:ai-dev:gatenode scripts/run-ai-dev-quality-gate.jstest:graph-bootstrapbash tests/unit/spec-graph-bootstrap.shtest:integrationnpx jest tests/integration/verification-gate.integration.test.js --runInBand && bash tests/integration/e2e.shtest:jestjesttest:mcp-setupbash tests/unit/mcp-setup.shtest:releasenpm run test:release:governance && npm run test:release:installtest:release:governancebash tests/smoke/release-dual-host-governance.shtest:release:installbash tests/smoke/install-tarball.shtest:smokebash tests/smoke/install-local.sh && bash tests/smoke/cli.shtest:unitbash tests/unit/developer.sh && bash tests/unit/lang-policy.sh && npm run test:mcp-setup && npm run test:graph-bootstrap && bash tests/unit/version-reminder.sh && npx jest tests/unit --runInBandtypechecknode scripts/typecheck-js.js
Dependencies2
ignore^5.0.0simple-git~3.0.0