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
- 148Established · −30% score
- First published
- Jul 2025
- Publisher
- GitHub ActionsTrusted automation · −70% score
- External confirmation
- MAL-2026-4508OSV match · pinned to high regardless of other signals
Recommended action
Block this updateStatic evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.
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":"high"}'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":"high"}'Why flagged
What the scanner saw
Credential file access: matched "AWS_ACCESS_KEY"
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 high · score 3 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/aspects/CdkInsightsAspect.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/index.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Obfuscation Density | package/dist/index.js | high encoded/escaped-token density | 0 |
Manifest
Package metadata
Scripts48
ai-runts-node src/index.tsbuildts-node scripts/build.tsbuild:devCDK_INSIGHTS_ENVIRONMENT=dev CDK_INSIGHTS_API_URL=https://s2zhmjbwlj.execute-api.eu-west-2.amazonaws.com/v1 ts-node scripts/build.tscache:clearnode scripts/cdk-insights-wrapper.js cache clearcache:statusnode scripts/cdk-insights-wrapper.js cache statuscdk-insightsnode scripts/cdk-insights-wrapper.jschangelog:generatebumper generatechangelog:previewbumper previewcheckbiome check src/check:schema-syncts-node scripts/check-schema-sync.tsdemo:progressts-node src/examples/progress-demo.tsdemo:single-linets-node src/examples/single-line-progress-demo.tsdeploy:devSTAGE=dev cdk deploydestroy:devSTAGE=dev cdk destroydevts-node src/index.tsformatbiome format --write src/linknpm linklintbiome lint src/preparehusky install && npm run buildprepare:devnpm run unlink && npm run build:dev && npm run linkprepare:testnpm run unlink && npm run build && npm run linkpublish:alphanpm run build && npm publish --tag alphapublish:betanpm run build && npm publish --tag beta && npm dist-tag add cdk-insights@$npm_package_version latestpublish:canarynpm run build && npm publish --tag canarypublish:latestnpm run build && npm publish --tag latestrelease:checknpm run validate:commits && npm run test && npm run buildrelease:dry-runbumper release patch --dry-runrelease:fullnpm run release:check && npm run changelog:generaterelease:majorbumper release majorrelease:minorbumper release minor- …and 18 more.
Dependencies15
@inquirer/prompts^7.4.1@middy/core^6.1.6@types/glob^8.1.0axios^1.8.4chalk^5.4.1chokidar^3.6.0cli-progress^3.12.0cli-table3^0.6.5dotenv^16.5.0envolution^1.4.1glob^11.0.3ora^8.2.0strogger^2.0.3yargs^17.7.2zod^3.23.8