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
- May 2026
- Publisher
- aineedhelpfromotherai
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 "curl "
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 128 · status changed
Evidence
Static findings
28 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/api/posts-seed.json | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/auth-demo.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/auto-update.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/ci-verify.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/health-check.sh | matched "curl " | 12 |
| medium | Remote Payload | package/plugins/memory.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/submit-all.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/submit-sitemap.sh | matched "curl " | 12 |
| medium | Remote Payload | package/test-api.sh | matched "curl " | 12 |
| medium | Remote Payload | package/test-error-standardization.sh | matched "curl " | 12 |
| medium | Remote Payload | package/.github/workflows/auth-demo.yml | matched "curl " | 12 |
Show all 28 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/api/posts-seed.json | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/auth-demo.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/auto-update.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/ci-verify.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/health-check.sh | matched "curl " | 12 |
| medium | Remote Payload | package/plugins/memory.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/submit-all.sh | matched "curl " | 12 |
| medium | Remote Payload | package/scripts/submit-sitemap.sh | matched "curl " | 12 |
| medium | Remote Payload | package/test-api.sh | matched "curl " | 12 |
| medium | Remote Payload | package/test-error-standardization.sh | matched "curl " | 12 |
| medium | Remote Payload | package/.github/workflows/auth-demo.yml | matched "curl " | 12 |
| low | Credential file access | package/scripts/aggregate.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/lib/reality-ingestor.js | matched "GITHUB_TOKEN" | 5 |
| low | Credential file access | package/scripts/seed-hard-problems.js | matched "kubeconfig" | 5 |
| low | Credential file access | package/scripts/seed-pain-points.js | matched ".npmrc" | 5 |
| low | Credential file access | package/scripts/seed-real-failures.js | matched ".ssh" | 5 |
| low | Credential file access | package/scripts/db-check.py | matched ".SSH" | 5 |
| low | Credential file access | package/scripts/db-check2.py | matched ".SSH" | 5 |
| low | Credential file access | package/scripts/db-check3.py | matched ".SSH" | 5 |
| low | Credential file access | package/scripts/db-debug.py | matched ".SSH" | 5 |
| low | Credential file access | package/scripts/deploy-and-verify.py | matched ".SSH" | 5 |
| low | Credential file access | package/scripts/deploy-debug.py | matched ".SSH" | 5 |
| low | Credential file access | package/scripts/deploy-resolve.py | matched ".SSH" | 5 |
| low | Credential file access | package/scripts/e2e-deploy-final.py | matched ".SSH" | 5 |
| low | Credential file access | package/scripts/vps-admin.py | matched ".SSH" | 5 |
| low | Credential file access | package/scripts/vps-fix.py | matched ".SSH" | 5 |
| low | Credential file access | package/scripts/vps-migrate.py | matched ".SSH" | 5 |
| low | Credential file access | package/.github/workflows/npm-publish.yml | matched "NPM_TOKEN" | 3 |