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
- 156
- Versions published
- 81
- 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 15 · 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 | Credential file access | package/src/cli/contracts/security/secret-deny-patterns.json | matched "id_rsa" | 3 |
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.jsrelease:publishnode scripts/release-publish.cjssync:instructionsnode scripts/sync-instruction-files.jstestnode 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:eval-fixturesjest --runTestsByPath tests/unit/eval-fixture-contracts.test.js tests/unit/workflow-eval-readiness-contracts.test.js tests/unit/skill-audit-scripts.test.js tests/unit/prompt-examples-contracts.test.js tests/unit/spec-prd-contracts.test.js tests/unit/spec-write-tasks-contracts.test.js tests/unit/agent-native-architecture-eval-readiness.test.js tests/unit/fresh-source-eval-contracts.test.js --runInBandtest: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