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
- bensigo
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":["@useagentrail/[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":["@useagentrail/[email protected]"],"fail_on":"review"}'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 review · score 5 · status changed
Evidence
Static findings
1 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 1 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/agentrail/context/redaction.py | matched "aws_access_key" | 5 |
Manifest
Package metadata
Scripts15
buildpnpm --filter @agentrail/console builddb:generatepnpm --filter @agentrail/db-postgres db:generatedb:migratepnpm --filter @agentrail/db-postgres db:migrate && pnpm --filter @agentrail/db-clickhouse db:migratedb:migrate:chpnpm --filter @agentrail/db-clickhouse db:migratedb:migrate:pgpnpm --filter @agentrail/db-postgres db:migratedb:seedpnpm --filter @agentrail/db-postgres db:seed && pnpm --filter @agentrail/db-clickhouse db:seeddb:seed:chpnpm --filter @agentrail/db-clickhouse db:seeddb:seed:pgpnpm --filter @agentrail/db-postgres db:seeddevpnpm --filter @agentrail/console devlintpnpm --filter @agentrail/console lintpostpublishmv README.project.bak README.mdprepublishOnlycp README.md README.project.bak && cp npm-README.md README.mdtestbash scripts/test-install && bash scripts/test-skill-registry-validation && bash scripts/test-skill-resolution && bash scripts/test-promote-unblocked-issues && bash scripts/test-doctor && bash scripts/test-upgrade && bash scripts/test-public-positioning && bash scripts/test-cli-first-docs && bash scripts/test-prompt-generation && bash scripts/test-runner-adapter && bash scripts/test-resume-handoff && bash scripts/test-label-sync && bash scripts/test-codex-desktop-docs && bash scripts/test-source-afk-dogfood && bash scripts/test-review-memory-suggestions && bash scripts/test-afk-merge-reviewed-pr && bash scripts/test-worktree-cleanup && bash scripts/test-python && bash scripts/test-context-sources && bash scripts/test-context-index && bash scripts/test-context-privacy && bash scripts/test-context-embeddings && bash scripts/test-context-query && bash scripts/test-context-packs && bash scripts/test-context-evaluationtypecheckpnpm --filter @agentrail/console typechecktypecheck:pythonbash scripts/typecheck-python