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
- 267Established · −30% score
- First published
- Oct 2025
- Publisher
- p0tofpie
Effective trust discount applied: −30% (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":["@agentuity/[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":["@agentuity/[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 (1 event)
- new → available · risk review · score 12 · status changed
Evidence
Static findings
4 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 4 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/cmd/ai/capabilities/show.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/cmd/auth/ssh/add.js | matched ".ssh/" | 5 |
| low | Credential file access | package/dist/env-util.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/cmd/project/templates/services/storage/manifest.json | matched "AWS_ACCESS_KEY" | 3 |
Manifest
Package metadata
Scripts14
buildbunx tsc --build --force && bun run build:assetsbuild:assetsbun ./scripts/copy-assets.tscleanrm -rf dist tsconfig.tsbuildinfoprepublishOnlybun run clean && bun run buildtestbun ../../tests/create/basic-flow.ts && bun ../../tests/create/non-empty-dir.ts && bun scripts/test-exit-codes.ts && bun scripts/test-response-schema.ts && bun scripts/test-batch-reporting.ts && bun scripts/test-response-envelope.ts && bun scripts/test-concurrent-sessions.tstest:batchbun scripts/test-batch-reporting.tstest:bundled-createbun scripts/test-bundled-create.tstest:concurrent-sessionsbun scripts/test-concurrent-sessions.tstest:createbun ../../tests/create/basic-flow.tstest:create:non-emptybun ../../tests/create/non-empty-dir.tstest:envelopebun scripts/test-response-envelope.tstest:exit-codesbun scripts/test-exit-codes.tstest:response-schemabun scripts/test-response-schema.tstypecheckbunx tsc --noEmit
Dependencies17
@agentuity/coder-tui3.0.10@agentuity/core3.0.10@agentuity/server3.0.10@agentuity/storage3.0.10@types/yazl^3.3.1cli-table3^0.6.5commander^14.0.2enquirer^2.4.1json-colorizer^3.0.1semver^7.7.0string-width^7.2.0tar^7.5.2tinyglobby^0.2.10typescript^5.9.0yaml^2.6.0yazl^3.3.1zod^4.3.5