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
- 7
- Versions published
- 2
- First published
- May 2026
- Publisher
- benjamin.persky
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 "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/dist/avorelo.mjs | matched "aws_access_key" | 5 |
Manifest
Package metadata
Scripts89
activatenode src/avorelo/surfaces/cli/avorelo.ts activateactivation:statusnode src/avorelo/surfaces/cli/avorelo.ts statusactivation:verifynode src/avorelo/surfaces/cli/avorelo.ts verifyadopt:skill-batchnode tools/adopt-skill-batch.tsaudit:old-core-paritynode tools/audit-old-core-parity.tsavorelonode src/avorelo/surfaces/cli/avorelo.tsbilling:statusnode -e "const{buildBillingState}=require('./src/avorelo/capabilities/billing/index.ts');console.log(JSON.stringify(buildBillingState(),null,2))"buildnpx esbuild src/avorelo/surfaces/cli/avorelo.ts --bundle --platform=node --format=esm --outfile=dist/avorelo.mjs --target=node24 --external:better-auth --external:drizzle-orm --external:postgres --external:hono --external:@hono/node-serverbuild:sitenode src/avorelo/surfaces/cli/avorelo.ts site --target . --out dist/sitecli:localnode src/avorelo/surfaces/cli/avorelo.tscloud:devnode src/avorelo/surfaces/cloud-api/server.tscompany-loopnode tools/generate-founder.tsconnected-preview:checknode tools/connected-preview-check.tscontrol:routenode tools/route-primitive.tsdb:generatenpx drizzle-kit generatedb:migratenpx drizzle-kit migratedb:studionpx drizzle-kit studiodogfoodnode src/avorelo/dogfood/slice1.tsdogfood:activationnode src/avorelo/dogfood/activation.tsdogfood:adapter-secret-boundarynode src/avorelo/dogfood/adapter-secret-boundary.tsdogfood:allnpm run dogfood:phase1 && npm run dogfood:secret-boundary && npm run dogfood:workcontract-routing && npm run dogfood:context-compiler && npm run dogfood:context-check && npm run dogfood:continuity && npm run dogfood:token-cost && npm run dogfood:proof-report && npm run dogfood:value-ledger && npm run dogfood:efficiency-sync && npm run dogfood:runtime-flow && npm run dogfood:control-center && npm run dogfood:activation && npm run dogfood:core-readiness && npm run dogfood:canonical-readiness && npm run dogfood:migration && npm run dogfood:adapter-secret-boundary && npm run dogfood:architecture-invariants && npm run dogfood:package-safety && npm run dogfood:settings && npm run dogfood:update-channel && npm run dogfood:dogfood-learning && npm run dogfood:dogfood-learning-e2edogfood:architecture-invariantsnode src/avorelo/dogfood/architecture-invariants.tsdogfood:billingnode src/avorelo/dogfood/billing.tsdogfood:canonical-readinessnode src/avorelo/dogfood/canonical-readiness.tsdogfood:cloud-syncnode src/avorelo/dogfood/cloud-sync.tsdogfood:company-loopnode src/avorelo/dogfood/company-loop.tsdogfood:connected-flownode src/avorelo/dogfood/connected-flow.tsdogfood:context-checknode src/avorelo/dogfood/context-check.tsdogfood:context-compilernode src/avorelo/dogfood/context-compiler.tsdogfood:continuitynode src/avorelo/dogfood/continuity.ts- …and 59 more.
Dependencies5
@hono/node-server^2.0.4better-auth^1.6.15drizzle-orm^0.45.2hono^4.12.25postgres^3.4.9