PkgRadar

Package evidence

@stackwright-services/[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
1
First published
Jun 2026
Publisher
stackwright

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":["@stackwright-services/[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":["@stackwright-services/[email protected]"],"fail_on":"review"}'
Publisherstackwright
Artifact bytes91,003
Previous versionnone
Published2026-06-09T16:53:08.933Z
SHA-256d5f36871f235330518d35099e1451e7e3fa0bc46cc279f854f0ca2624e47c96f

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched ".aws/"5
lowCredential file accesspackage/dist/index.mjsmatched ".aws/"5

Manifest

Package metadata

Scripts6
  • buildtsup
  • cleanrm -rf dist .turbo
  • linteslint src/
  • testvitest run
  • test:coveragevitest run --coverage
  • test:watchvitest
Dependencies5
  • @stackwright-services/capabilities0.0.1
  • @stackwright-services/runtime0.0.1
  • @stackwright-services/types0.0.1
  • yaml^2
  • zod^3.24