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
1
Versions published
2
First published
May 2026
Publisher
connorlu_1998

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"}'
Publisherconnorlu_1998
Artifact bytes1,713,926
Previous versionnone
Published2026-05-01T04:24:51.251Z
SHA-2563723aff463a55c42ee3371764a049a96c74f9ef8103739847a0134672e273cf5

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/core/secret-redactor.jsmatched "AWS_ACCESS_KEY"5
lowInstall-time lifecycle scriptpackage.jsonpostinstall="node scripts/lifecycle-runner.cjs postinstall"5

Manifest

Package metadata

Scripts31
  • baseline:collectnode scripts/baseline-collect.mjs
  • baseline:diffnode scripts/baseline-diff.mjs
  • buildtsc
  • codex:spec-driver:installbash plugins/spec-driver/scripts/codex-skills.sh install
  • codex:spec-driver:install:globalbash plugins/spec-driver/scripts/codex-skills.sh install --global
  • codex:spec-driver:removebash plugins/spec-driver/scripts/codex-skills.sh remove
  • codex:spec-driver:remove:globalbash plugins/spec-driver/scripts/codex-skills.sh remove --global
  • docs:sync:agentsnode scripts/sync-agent-docs.mjs
  • hooks:checkbash scripts/check-plugin-sync.sh
  • hooks:installbash scripts/install-hooks.sh
  • linttsc --noEmit
  • postinstallnode scripts/lifecycle-runner.cjs postinstall
  • prebuildtsx scripts/inline-d3.ts
  • prepublishOnlynpm run release:check && npm run repo:check && npm run build && npx vitest run
  • preuninstallnode scripts/lifecycle-runner.cjs preuninstall
  • release:checknode scripts/validate-release-contracts.mjs
  • release:publishnpm publish
  • release:publish:drynpm publish --dry-run
  • release:syncnode scripts/sync-release-contracts.mjs
  • repo:checknode scripts/repo-check.mjs
  • repo:syncnode scripts/repo-sync.mjs
  • spec-driver:check:wrappersnode plugins/spec-driver/scripts/validate-wrapper-sources.mjs --project-root . --json
  • spectra:check:skillsnode plugins/spectra/scripts/validate-skill-sources.mjs --project-root . --json
  • spectra:sync:skillsnode plugins/spectra/scripts/sync-skill-mirrors.mjs --project-root . --json
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2evitest run --project e2e
  • test:integrationvitest run --project integration
  • test:unitvitest run --project unit
  • test:watchvitest
  • …and 1 more.
Dependencies12
  • @anthropic-ai/sdk^0.39.0
  • @modelcontextprotocol/sdk^1.26.0
  • chokidar^4.0.3
  • dependency-cruiser^16.8.0
  • graphology^0.26.0
  • graphology-communities-louvain^2.0.2
  • graphology-types^0.24.8
  • handlebars^4.7.8
  • p-limit^6.1.0
  • ts-morph^24.0.0
  • web-tree-sitter^0.24.7
  • zod^3.24.1
Optional dependencies1
  • @huggingface/transformers^3.x