PkgRadar

Package evidence

@anyi61/[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.

Weekly downloads
241
Versions published
15
First published
May 2026
Publisher
anyi611

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":["@anyi61/[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":["@anyi61/[email protected]"],"fail_on":"review"}'
Publisheranyi611
Artifact bytes573,060
Previous version0.1.14
Published2026-05-30T15:03:05.621Z
SHA-25657ea86e321b750a772c77de2c3bdba4a9ff49700b8a5e20245b615670b543830

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
25Score
0.1.15Version
Status history (1 event)
  1. newavailable · risk review · score 25 · status changed

Evidence

Static findings

7 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/guard.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/plugins/codex-claude-delegate/server/job-runner.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/schema.jsmatched "id_rsa"5
lowCredential file accesspackage/dist/server.jsmatched ".ssh/"5
lowCredential file accesspackage/plugins/codex-claude-delegate/server/server.jsmatched "AWS_ACCESS_KEY"5
lowObfuscation Densitypackage/plugins/codex-claude-delegate/server/job-runner.jshigh encoded/escaped-token density0
lowObfuscation Densitypackage/plugins/codex-claude-delegate/server/server.jshigh encoded/escaped-token density0

Manifest

Package metadata

Scripts20
  • audit:docsnode scripts/audit-docs.mjs
  • buildtsc
  • build:pluginesbuild src/server.ts src/job-runner.ts --bundle --platform=node --target=node22 --format=esm --packages=bundle --outdir=plugins/codex-claude-delegate/server --outbase=src
  • check:pluginnode scripts/check-plugin.mjs
  • check:releasenode scripts/check-release-assets.mjs
  • check:release:installnode scripts/check-release-install-smoke.mjs
  • check:release:metadatanode scripts/check-release-metadata.mjs
  • devtsx src/cli.ts
  • prepublishOnlynpm run build && npm run typecheck && npm test && npm run security:grep && npm run build:plugin && npm run check:plugin && npm run audit:docs && npm run check:release && npm run check:release:install
  • releasenpm version patch --no-git-tag-version && npm run sync:plugin-version && npm publish --access public
  • release:majornpm version major --no-git-tag-version && npm run sync:plugin-version && npm publish --access public
  • release:minornpm version minor --no-git-tag-version && npm run sync:plugin-version && npm publish --access public
  • security:grepnode scripts/security-grep.mjs
  • startnode dist/cli.js
  • sync:plugin-versionnode scripts/sync-plugin-version.mjs
  • testvitest run
  • test:watchvitest
  • typechecktsc --noEmit
  • uninstallnpm run build && node scripts/uninstall-plugin.mjs
  • uninstall:dry-runnode scripts/uninstall-plugin.mjs --dry-run
Dependencies2
  • @modelcontextprotocol/sdk^1.0.0
  • zod^4.4.2