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
- 7
- First published
- Jun 2026
- Publisher
- GitHub ActionsTrusted automation · −70% score
Effective trust discount applied: −70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.
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":["@conao3/[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":["@conao3/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched ".aws/"
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
12 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 12 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/src/services/lambda.ts | matched ".aws/" | 5 |
| low | Credential file access | package/src/services/sagemaker.ts | matched ".aws/" | 5 |
| low | Credential file access | package/models/amplify.json | matched ".aws/" | 3 |
| low | Credential file access | package/models/apprunner.json | matched ".aws\\" | 3 |
| low | Credential file access | package/models/batch.json | matched ".aws/" | 3 |
| low | Credential file access | package/models/bedrock-runtime.json | matched "AWS_ACCESS_KEY" | 3 |
| low | Credential file access | package/models/bedrock.json | matched "AWS_ACCESS_KEY" | 3 |
| low | Credential file access | package/models/comprehend.json | matched "AWS_ACCESS_KEY" | 3 |
| low | Credential file access | package/models/datasync.json | matched ".ssh/" | 3 |
| low | Credential file access | package/models/guardduty.json | matched ".aws/" | 3 |
| low | Credential file access | package/models/organizations.json | matched ".aws/" | 3 |
| low | Credential file access | package/models/s3.json | matched ".aws/" | 3 |
Manifest
Package metadata
Scripts5
buildbun build src/index.ts --outdir=dist --target=bundevbun --hot src/index.tspostpackbun run scripts/postpack-dashboard.tsprepackbun run scripts/prepack-dashboard.tsstartNODE_ENV=production bun src/index.ts
Dependencies2
react^19.2.0react-dom^19.2.0