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
- 16
- First published
- May 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":["@nogoo9/[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":["@nogoo9/[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 1 · 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/src/ui/app.ts | matched "AWS_ACCESS_KEY" | 5 |
| low | Large Javascript Payload | package/dist/index.js | 3525109 bytes | 0 |
| low | Large Javascript Payload | package/dist/server-entry.js | 3534766 bytes | 0 |
Manifest
Package metadata
Scripts24
buildbun build src/index.ts --outfile dist/index.js --target node --minify && bun build src/server-entry.ts --outfile dist/server-entry.js --target node --minify && bun build src/cli.ts --outfile dist/cli.js --target node --minify && bun run scripts/build-ui.tsbuild:docsbun run update:permissions && nice -n 19 env UV_THREADPOOL_SIZE=2 NODE_OPTIONS='--max-old-space-size=1536' typedoccheckbiome check --write --unsafe .devbun run src/server-entry.tsdev:bunbun run src/server-entry.tsdev:denodeno run --allow-all src/server-entry.tsdev:nodenpx tsx src/server-entry.tsdocs:buildbun run build:docs && nice -n 19 env UV_THREADPOOL_SIZE=2 NODE_OPTIONS='--max-old-space-size=1536' vitepress build docsdocs:devbun run build:docs && nice -n 19 env UV_THREADPOOL_SIZE=2 NODE_OPTIONS='--max-old-space-size=1536' vitepress dev docs --port 5183formatbiome check --write --unsafe .inspectbun run build && TRANSPORT=stdio bunx @modelcontextprotocol/inspector bun run dist/server-entry.jslintbiome check . && bun run scripts/check-imports.tspreparehuskyprepublishOnlybun run buildrun:bunbun dist/server-entry.jsrun:denodeno run --allow-all dist/server-entry.jsrun:nodenode dist/server-entry.jssetupbun run src/cli.tstestbun test src/**/*.test.ts src/*.test.tstest:antigravitybun run scripts/run-antigravity-test.tstest:lifecyclebun run scripts/test-lifecycle.tstest:mcp-clibun run scripts/test-mcp-cli.tstypechecktsc --noEmitupdate:permissionsbun run scripts/update-docs.ts
Dependencies12
@fastify/http-proxy^11.4.4@fastify/static^9.1.3@kubernetes/client-node^1.4.0@logtape/logtape^0.8.2@modelcontextprotocol/ext-apps^1.7.2@modelcontextprotocol/sdk^1.29.0fastify^5.8.5husky^9.1.7js-yaml^4.1.0jsonpath-plus^10.4.0nano-staged^1.0.2zod^4.4.3