PkgRadar

Package evidence

@reshotdev/[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.

Versions published
11
First published
Mar 2026
Publisher
theplainworks

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":["@reshotdev/[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":["@reshotdev/[email protected]"],"fail_on":"review"}'
Publishertheplainworks
Artifact bytes410,273
Previous version0.0.1-beta.9
Published2026-04-08T23:47:53.638Z
SHA-2566d754c8a45c29c12bb12d7599de808fbafbfc0770d88c9d9fcda32ba91627679

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/src/commands/init.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/lib/storage-providers.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/src/lib/ui-api.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts10
  • lintecho 'No linting configured yet'
  • pack:checknpm pack --dry-run
  • prepublishOnlycd web/manager && npm install && npm run build
  • testnode scripts/test.js
  • test:allnode --test tests/unit/*.test.js tests/integration/*.test.js
  • test:dry-runnode src/index.js --help && node src/index.js --version
  • test:integrationnode --test tests/integration/*.test.js
  • test:unitnode --test tests/unit/*.test.js
  • ui:buildcd web/manager && npm install && npm run build
  • ui:devcd web/manager && npm install && npm run dev
Dependencies19
  • @aws-sdk/client-s3^3.650.0
  • axios^1.6.2
  • chalk^4.1.2
  • commander^11.1.0
  • cors^2.8.5
  • dotenv^16.3.1
  • express^4.18.2
  • form-data^4.0.0
  • fs-extra^11.2.0
  • get-port^7.0.0
  • inquirer^8.2.5
  • open^9.1.0
  • ora^7.0.1
  • pixelmatch^5.3.0
  • playwright^1.40.0
  • pngjs^7.0.0
  • sharp^0.33.2
  • socket.io^4.7.2
  • uuid^9.0.1