PkgRadar

Package evidence

@companyhelm/[email protected]

Credential file access: matched ".aws/"

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
16
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":["@companyhelm/[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":["@companyhelm/[email protected]"],"fail_on":"review"}'
Artifact bytes34,188
Previous version0.4.0
Published2026-03-17T23:18:47.918Z
SHA-256c69255d83ee22ac302efe882593af51d8e4eac604cc5b825bf9b907dede1dd12

Why flagged

What the scanner saw

Credential file access: matched ".aws/"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
13Score
0.4.1Version
Status history (1 event)
  1. newavailable · risk review · score 13 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/core/runtime/PublicImageTagRegistry.jsmatched ".aws/"30
Show all 4 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/core/runtime/PublicImageTagRegistry.jsmatched ".aws/"30
lowCredential file accesspackage/dist/config/image_config.jsmatched ".aws/"5
lowCredential file accesspackage/dist/core/runtime/ManagedImages.jsmatched ".aws/"5
lowCredential file accesspackage/src/config/image_config.tsmatched ".aws/"5

Manifest

Package metadata

Scripts4
  • buildrm -rf dist && tsc -p tsconfig.json && node scripts/copy-templates.cjs
  • set-image-versionnpm run build && node dist/cli.js set-image-version
  • startnpm run build && node dist/cli.js
  • testnpm run build && vitest run
Dependencies7
  • @clack/prompts^1.1.0
  • @companyhelm/runner^0.2.0
  • chalk^5.6.2
  • commander^14.0.1
  • dockerode^4.0.9
  • figlet^1.9.4
  • yaml^2.8.1