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
- 77
- 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
Scripts20
buildnpm pack --dry-rundocs:runtime-catalognode scripts/generate-runtime-capability-catalog.jslintnpm run lint:skill-entrypointslint:skill-entrypointsnode scripts/lint-skill-entrypoints.jspostinstallnode bin/postinstall.jsrelease:publishnode scripts/release-publish.cjstestnode scripts/run-test-suite.cjs alltest:ai-dev:benchmarksnode scripts/run-ai-dev-benchmark-fixtures.jstest:ai-dev:gatenode scripts/run-ai-dev-quality-gate.jstest:graph-bootstrapnode scripts/run-test-suite.cjs graph-bootstraptest:integrationnode scripts/run-test-suite.cjs integrationtest:jestjesttest:mcp-setupnode scripts/run-test-suite.cjs mcp-setuptest:releasenode scripts/run-test-suite.cjs releasetest:release:governancenode scripts/run-test-suite.cjs release-governancetest:release:installnode scripts/run-test-suite.cjs release-installtest:release:websitenode scripts/check-website-sync.cjs --requiredtest:smokenode scripts/run-test-suite.cjs smoketest:unitnode scripts/run-test-suite.cjs unittypechecknode scripts/typecheck-js.js
Dependencies2
ignore^5.0.0simple-git~3.0.0