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
- 3
- First published
- Jun 2026
- Publisher
- lyzxzmy
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 "github.com/$REPO/releases/download"
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 12 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/install/install.sh | matched "github.com/$REPO/releases/download" | 12 |
Manifest
Package metadata
Scripts24
buildnode scripts/build-package.mjsbuild:seanode scripts/build-sea.mjsbuild:standalonenode scripts/build-sea.mjschecknode scripts/check-source.mjs src scriptscheck:distnode scripts/check-source.mjs dist/npmdebug:localnode scripts/debug-local.mjsdebug:local:claudenode scripts/debug-local.mjs --agent claudedebug:local:codexnode scripts/debug-local.mjs --agent codexdebug:local:cursornode scripts/debug-local.mjs --agent cursordebug:local:gemininode scripts/debug-local.mjs --agent geminidebug:local:kironode scripts/debug-local.mjs --agent kirodelete:clinode scripts/delete-cli-tool.mjsdelete:cli:drynode scripts/delete-cli-tool.mjs --dry-rundeploy:npmnode scripts/deploy-npm.mjsdeploy:npm:drynode scripts/deploy-npm.mjs --dry-rundoctornode src/bin/ai-logger.js doctorinstall:localnode scripts/install-local.mjsinstall:local:drynode scripts/install-local.mjs --dry-runinstall:local:hooksnode scripts/install-local.mjs --install-hookspack:drynpm pack --dry-run --cache ./.npm-cacheprepacknpm run build && npm run check && npm test && npm run check:disttestnode --testuninstall:localnode scripts/delete-cli-tool.mjsuninstall:local:drynode scripts/delete-cli-tool.mjs --dry-run