PkgRadar

Package evidence

@swovohq/[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
707
Versions published
105
First published
Mar 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":["@swovohq/[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":["@swovohq/[email protected]"],"fail_on":"review"}'
Artifact bytes75,443
Previous version0.2.2-alpha.44
Published2026-06-12T05:24:57.089Z
SHA-256c77bc6d3d136572cc2ad88ce0074d1366324a4abb03e394585791dc661a9a922

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 7 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/bin/fuel.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/commands/infra-init.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/infra/orchestrator.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/infra/s3-state-bucket.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/infra/secrets-manager-client.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/infra/tofu-runner.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/infra/types.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts4
  • buildtsc -p tsconfig.json
  • devts-node src/bin/fuel.ts
  • linteslint "src/**/*.ts"
  • testjest --passWithNoTests
Dependencies10
  • @aws-sdk/client-s3^3.1022.0
  • @aws-sdk/client-secrets-manager^3.1022.0
  • @octokit/rest^22.0.1
  • chalk^4.1.2
  • commander^14.0.3
  • fs-extra^11.2.0
  • glob^10.3.10
  • libsodium-wrappers^0.8.2
  • yaml^2.8.3
  • zod^4