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.

Versions published
26
First published
Feb 2026
Publisher
agaete

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"}'
Publisheragaete
Artifact bytes55,254
Previous version2.0.0
Published2026-05-25T18:30:03.196Z
SHA-2568056de0939d3a5de1738063bbb6e33b4afa557d64961409091ff6f0fcde3c7ca

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
2.1.0Version
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/src/utils/generators.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts18
  • devnode bin/guild.js
  • evalnode scripts/run-evals.js
  • eval:build-featurenode scripts/run-evals.js build-feature
  • eval:councilnode scripts/run-evals.js council
  • linteslint src/ scripts/ && markdownlint-cli2 'src/templates/**/*.md'
  • lint:jseslint src/ scripts/
  • lint:mdmarkdownlint-cli2 'src/templates/**/*.md'
  • prepublishOnlynpm test && npm run lint
  • publish:betanpm run version:beta && npm publish --tag beta
  • publish:promote-betanpm dist-tag add guild-agents@$(node --input-type=commonjs -p "require('./package.json').version") beta
  • publish:snapshotnpm run version:snapshot && npm publish --tag snapshot
  • publish:stablenpm run version:stable && npm publish --tag latest
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
  • version:betanode scripts/version-beta.js
  • version:snapshotnode scripts/version-snapshot.js
  • version:stablenode scripts/version-stable.js
Dependencies4
  • @clack/prompts^1.0.1
  • chalk^5.3.0
  • commander^14.0.3
  • yaml^2.8.2