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
- 302
- Versions published
- 65
- First published
- Apr 2026
- Publisher
- rijuvashisht
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
Credential file access: matched ".ssh/"
Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.
Availability ledger
available
Status history (2 events)
- available → available · risk review · score 13 · status available -> available, risk high -> review, score 53 -> 13
- new → available · risk high · score 53 · 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/core/security-engine.js | matched ".ssh/" | 5 |
| low | Install-time lifecycle script | package.json | postinstall="node scripts/postinstall.js" | 5 |
| low | Credential file access | package/src/templates/power-packs/clouds/aws/pack.json | matched "aws_secret_access_key" | 3 |
Manifest
Package metadata
Scripts17
buildtscchangelog:checknode scripts/check-changelog.jsdevtsc --watchdocs:buildecho 'Building documentation...' && npm run changelog:checklinteslint src/postinstallnode scripts/postinstall.jspreparenpm run buildprereleasenpm run build && npm test && npm run test:packrelease:majornpm run prerelease && npm version major && git push origin HEAD --tagsrelease:minornpm run prerelease && npm version minor && git push origin HEAD --tagsrelease:patchnpm run prerelease && npm version patch && git push origin HEAD --tagsstartnode dist/cli.jstestjest --config jest.config.jstest:coveragejest --coveragetest:packnpm pack --dry-run 2>&1 | head -50test:watchjest --watchversion:checknode scripts/check-breaking-changes.js
Dependencies7
chalk^4.1.2commander^12.1.0glob^10.5.0jsonschema^1.4.1openai^4.52.0uuid^14.0.0winston^3.13.0
Optional dependencies2
better-sqlite3^12.10.0playwright^1.60.0