PkgRadar

Package evidence

[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
113
Versions published
7
First published
May 2026
Publisher
cdw0424

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":["[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"}'
Publishercdw0424
Artifact bytes165,899
Previous version0.2.1
Published2026-05-28T04:02:18.821Z
SHA-2566041a7f4667af201a457cc81e8a9320136cb07812532dfb70806b05fc6704e64

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
5Score
0.2.2Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/security/redaction.jsmatched "aws_access_key"5

Manifest

Package metadata

Scripts42
  • buildtsc -p tsconfig.build.json && node scripts/chmod-bin.mjs
  • cleanrm -rf dist coverage .atlas-wiki tmp/wiki tmp/package-smoke tmp/type-consumer
  • formatnode scripts/format-check.mjs
  • goal:coveragenode scripts/generate-task-coverage.mjs
  • hardening:verifynode scripts/verify-production-hardening.mjs
  • lintnode scripts/lint.mjs
  • package:dry-runnode scripts/package-dry-run.mjs
  • package:published-smokenode scripts/published-package-smoke.mjs
  • package:smokenpm run build && node scripts/package-smoke.mjs
  • package:verifynpm run build && node scripts/package-verify.mjs
  • packchecknpm run package:verify && npm run package:dry-run && npm run package:smoke
  • prepacknpm run build
  • prepublishOnlynode scripts/publish-guard.mjs
  • rag:evalnpm run build && node scripts/run-rag-eval.mjs
  • release:checknpm run typecheck && npm run build && npm run lint && npm run test && npm run test:security && npm run test:context-leakage && npm run test:mcp && npm run test:audit && npm run test:structured && npm run test:rag && npm run test:cli-setup && npm run test:store-contract && npm run test:supabase:mock && npm run test:integration && npm run test:hardening && npm run test:types && npm run schemas:validate && npm run hardening:verify && npm run package:verify && npm run package:dry-run && npm run package:smoke && npm run release:next-stable-verify
  • release:next-stable-generatenpm run build && node scripts/generate-next-stable-release-evidence.mjs
  • release:next-stable-verifynpm run release:next-stable-generate && node scripts/verify-next-stable-release.mjs
  • release:published-checknpm run package:published-smoke
  • schemas:validatenode scripts/validate-schemas.mjs
  • selftestnode scripts/selftest.mjs
  • testvitest run
  • test:accessvitest run tests/security.test.ts
  • test:auditvitest run tests/security.test.ts tests/audit-hardening.test.ts
  • test:cli-setupvitest run tests/cli-setup.test.ts
  • test:context-leakagevitest run tests/security.test.ts tests/context-hardening.test.ts
  • test:dbvitest run tests/migrations-hardening.test.ts tests/integration.test.ts
  • test:hardeningvitest run tests/production-hardening-completion.test.ts
  • test:integrationvitest run tests/integration.test.ts
  • test:integrityvitest run tests/migrations-hardening.test.ts tests/integration.test.ts
  • test:mcpvitest run tests/mcp-hardening.test.ts
  • …and 12 more.
Dependencies2
  • @modelcontextprotocol/sdk^1.29.0
  • zod^4.4.3