PkgRadar

Package evidence

@nogoo9/[email protected]

Credential file access: matched "AWS_ACCESS_KEY"

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 promoting

Mixed 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"}'
Artifact bytes2,167,030
Previous version0.7.0
Published2026-06-08T17:04:11.670Z
SHA-256ba7cc7c8c7db86529549803b578c9e01c227a97dac8207479c13a2f39deaa5ee

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

review
Last checked
reviewRisk
1Score
0.8.0Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/ui/app.tsmatched "AWS_ACCESS_KEY"5
lowLarge Javascript Payloadpackage/dist/index.js3525109 bytes0
lowLarge Javascript Payloadpackage/dist/server-entry.js3534766 bytes0

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.ts
  • build:docsbun run update:permissions && nice -n 19 env UV_THREADPOOL_SIZE=2 NODE_OPTIONS='--max-old-space-size=1536' typedoc
  • checkbiome check --write --unsafe .
  • devbun run src/server-entry.ts
  • dev:bunbun run src/server-entry.ts
  • dev:denodeno run --allow-all src/server-entry.ts
  • dev:nodenpx tsx src/server-entry.ts
  • docs:buildbun run build:docs && nice -n 19 env UV_THREADPOOL_SIZE=2 NODE_OPTIONS='--max-old-space-size=1536' vitepress build docs
  • docs:devbun run build:docs && nice -n 19 env UV_THREADPOOL_SIZE=2 NODE_OPTIONS='--max-old-space-size=1536' vitepress dev docs --port 5183
  • formatbiome check --write --unsafe .
  • inspectbun run build && TRANSPORT=stdio bunx @modelcontextprotocol/inspector bun run dist/server-entry.js
  • lintbiome check . && bun run scripts/check-imports.ts
  • preparehusky
  • prepublishOnlybun run build
  • run:bunbun dist/server-entry.js
  • run:denodeno run --allow-all dist/server-entry.js
  • run:nodenode dist/server-entry.js
  • setupbun run src/cli.ts
  • testbun test src/**/*.test.ts src/*.test.ts
  • test:antigravitybun run scripts/run-antigravity-test.ts
  • test:lifecyclebun run scripts/test-lifecycle.ts
  • test:mcp-clibun run scripts/test-mcp-cli.ts
  • typechecktsc --noEmit
  • update: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.0
  • fastify^5.8.5
  • husky^9.1.7
  • js-yaml^4.1.0
  • jsonpath-plus^10.4.0
  • nano-staged^1.0.2
  • zod^4.4.3