PkgRadar

Package evidence

@draht/[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
19
Versions published
23
First published
Mar 2026
Publisher
execute008

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":["@draht/[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":["@draht/[email protected]"],"fail_on":"review"}'
Publisherexecute008
Artifact bytes3,892,926
Previous version2026.4.25
Published2026-04-26T09:49:11.004Z
SHA-256b911699fcf72ea27e0e6b8c75832dd20e4863dbe95a341f0f935467ff22cf96a

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
2026.4.26Version
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/cli/args.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts8
  • buildtsgo -p tsconfig.build.json && shx chmod +x dist/cli.js && bun run copy-assets
  • build:binarybun run build && bun build --compile ./dist/cli.js --outfile dist/draht && bun run copy-binary-assets
  • cleanshx rm -rf dist
  • copy-assetsshx mkdir -p dist/modes/interactive/theme && shx cp src/modes/interactive/theme/*.json dist/modes/interactive/theme/ && shx mkdir -p dist/core/export-html/vendor && shx cp src/core/export-html/template.html src/core/export-html/template.css src/core/export-html/template.js dist/core/export-html/ && shx cp src/core/export-html/vendor/*.js dist/core/export-html/vendor/ && shx rm -rf dist/prompts dist/hooks dist/agents && shx cp -r prompts dist/prompts && shx cp -r hooks dist/hooks && shx cp -r agents dist/agents
  • copy-binary-assetsshx cp package.json dist/ && shx cp README.md dist/ && shx cp CHANGELOG.md dist/ && shx mkdir -p dist/theme && shx cp src/modes/interactive/theme/*.json dist/theme/ && shx mkdir -p dist/export-html/vendor && shx cp src/core/export-html/template.html dist/export-html/ && shx cp src/core/export-html/vendor/*.js dist/export-html/vendor/ && shx cp -r docs dist/ && shx cp -r examples dist/ && shx cp -r prompts dist/ && shx cp -r hooks dist/ && shx cp -r agents dist/ && shx cp ../../node_modules/@silvia-odwyer/photon-node/photon_rs_bg.wasm dist/
  • devtsgo -p tsconfig.build.json --watch --preserveWatchOutput
  • prepublishOnlybun run clean && bun run build
  • testvitest --run
Dependencies20
  • @draht/agent-core2026.4.26
  • @draht/ai2026.4.26
  • @draht/tui2026.4.26
  • @mariozechner/jiti^2.6.2
  • @silvia-odwyer/photon-node^0.3.4
  • ajv^8.17.1
  • chalk^5.5.0
  • cli-highlight^2.1.11
  • diff^8.0.2
  • extract-zip^2.0.1
  • file-type^21.1.1
  • glob^13.0.1
  • hosted-git-info^9.0.2
  • ignore^7.0.5
  • marked^15.0.12
  • minimatch^10.2.3
  • proper-lockfile^4.1.2
  • strip-ansi^7.1.0
  • undici^7.19.1
  • yaml^2.8.2
Optional dependencies1
  • @mariozechner/clipboard^0.3.2