PkgRadar

Package evidence

@d31ma/[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
214
Versions published
15
First published
May 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@d31ma/[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":["@d31ma/[email protected]"],"fail_on":"review"}'
Artifact bytes165,840
Previous version26.22.3
Published2026-06-02T00:29:43.399Z
SHA-2563997b94c06651a5e148e092907cae6bbfddc0e900c17b2d4e829603bd71331a7

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
1Score
26.23.1Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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/server/fylo-options.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts11
  • bundlebun src/cli/bundle.js
  • bundle:watchbun src/cli/bundle.js --watch
  • initbun src/cli/init.js
  • previewbun src/cli/preview.js --watch
  • servebun src/cli/serve.js
  • startbun run serve
  • stress:tacbun tests/stress/tac-dom-stress.js
  • testbun --env-file=tests/.env.test test tests
  • test:blackboxbun run scripts/verify-package-contract.js && bun test tests/package-contract --timeout 120000
  • test:coveragebun --env-file=tests/.env.test test tests --coverage
  • typecheckbun scripts/typecheck.js
Dependencies1
  • @d31ma/fylo26.22.7