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
- 210
- Versions published
- 251Established · −30% score
- First published
- Oct 2025
- 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":["[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 4 · status changed
Evidence
Static findings
3 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 3 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/index.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/integrations.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/dist/server.js | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts17
buildbun run build:client && bun run build:server && bun run build:adapters && bun run build:database && bun run build:ai && bun run build:code-mode && bun run build:types && bun run build:copy-typesbuild:adapterscd src/adapters && bun build auto-routes.ts base-handler.ts context-cookie.ts index.ts nextjs-oauth-redirect.ts nextjs.ts node.ts session-detector.ts solid-start.ts svelte-kit.ts tanstack-start.ts --outdir ../../dist/adapters --target node --format esm && cd ../..build:aicd src/ai && bun build anthropic.ts google.ts index.ts openai.ts trigger-tools.ts utils.ts vercel-ai.ts --outdir ../../dist/ai --target node --format esm --external @google/genai --external @anthropic-ai/sdk --external openai --external ai --external @openai/agents --external zod-to-json-schema --external @vercel/sandbox && cd ../..build:clientbun build index.ts react.ts integrations.ts --outdir dist --target browser --format esm --external react --external @vercel/sandboxbuild:code-modecd src/code-mode && bun build index.ts executor.ts runtime-stub.ts tool-builder.ts type-generator.ts --outdir ../../dist/code-mode --target node --format esm --external @vercel/sandbox && cd ../..build:copy-typescp dist/src/ai/*.d.ts dist/ai/ && cp dist/src/ai/*.d.ts.map dist/ai/ && cp dist/src/adapters/*.d.ts dist/adapters/ && cp dist/src/adapters/*.d.ts.map dist/adapters/ && mkdir -p dist/code-mode && cp dist/src/code-mode/*.d.ts dist/code-mode/ && cp dist/src/code-mode/*.d.ts.map dist/code-mode/ && mkdir -p dist/database/adapters && cp dist/src/database/index.d.ts dist/database/ && cp dist/src/database/index.d.ts.map dist/database/ && cp dist/src/database/adapters/*.d.ts dist/database/adapters/ && cp dist/src/database/adapters/*.d.ts.map dist/database/adapters/build:databasemkdir -p dist/database/adapters && bun build src/database/index.ts --outdir dist/database --target node --format esm --external drizzle-orm --external @prisma/client --external mongodb && bun build src/database/adapters/drizzle.ts --outdir dist/database/adapters --target node --format esm --external drizzle-orm && bun build src/database/adapters/prisma.ts --outdir dist/database/adapters --target node --format esm --external @prisma/client && bun build src/database/adapters/mongodb.ts --outdir dist/database/adapters --target node --format esm --external mongodbbuild:serverbun build server.ts oauth.ts --outdir dist --target node --format esm --external @google/genai --external @anthropic-ai/sdk --external openai --external ai --external @openai/agents --external @vercel/sandboxbuild:typestsc --emitDeclarationOnly --declaration --declarationMapdevbun --watch src/index.tsprepbun run type-check && bun run buildtestbun test tests/test:coveragebun test --coverage tests/test:integrationbun test tests/integration/simple-integration.test.tstest:unitbun test tests/protocol tests/integrations tests/client tests/integrations tests/oauth tests/transport tests/utils tests/errorstest:watchbun test --watch tests/type-checktsc --noEmit
Dependencies4
@vercel/sandbox^1.0.0nanoid^3.3.7zod^3.23.8zod-to-json-schema^3.25.1