PkgRadar

Package evidence

[email protected]

Credential file access: matched ".aws"

Recommended action

Block this update

Static evidence trips multiple high-signal indicators. Quarantine the release until the publisher validates the change or you can rule out the indicators below.

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":["[email protected]"],"fail_on":"high"}'

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":["[email protected]"],"fail_on":"high"}'
Publishermiclivs
Artifact bytes95,091
Previous version0.7.0
Published2026-05-24T08:26:54.222Z
SHA-256449c2504860e0c34ce8bca8aff0893cf1842cea9a05538209aaacbe2357e7d97

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

high
Last checked
highRisk
339Score
0.7.1Version
Status history (1 event)
  1. newavailable · risk high · score 339 · status changed

Related candidates

Linked campaigns and clusters

Publisher / release actor burststale

miclivs

7 members · evidence strength 84

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/vault/aws-backend.jsmatched ".aws"30
highCredential file accesspackage/dist/vault/config.jsmatched ".AWS"30
highCredential file accesspackage/dist/commands/init.jsmatched ".AWS"30
highCredential file accesspackage/dist/vault/vault.jsmatched ".aws"30
highCredential file accesspackage/src/vault/aws-backend.tsmatched ".aws"30
highCredential file accesspackage/src/vault/config.test.tsmatched ".AWS"30
highCredential file accesspackage/src/vault/config.tsmatched ".AWS"30
highCredential file accesspackage/src/commands/init.test.tsmatched ".aws"30
highCredential file accesspackage/src/commands/init.tsmatched ".AWS"30
highCredential file accesspackage/src/vault/vault.tsmatched ".aws"30
mediumRemote Payloadpackage/dist/main.jsmatched "curl "12
mediumRemote Payloadpackage/src/main.tsmatched "curl "12
Show all 17 findings (low-signal and informational)
SeverityKindPathDetailPoints
highCredential file accesspackage/dist/vault/aws-backend.jsmatched ".aws"30
highCredential file accesspackage/dist/vault/config.jsmatched ".AWS"30
highCredential file accesspackage/dist/commands/init.jsmatched ".AWS"30
highCredential file accesspackage/dist/vault/vault.jsmatched ".aws"30
highCredential file accesspackage/src/vault/aws-backend.tsmatched ".aws"30
highCredential file accesspackage/src/vault/config.test.tsmatched ".AWS"30
highCredential file accesspackage/src/vault/config.tsmatched ".AWS"30
highCredential file accesspackage/src/commands/init.test.tsmatched ".aws"30
highCredential file accesspackage/src/commands/init.tsmatched ".AWS"30
highCredential file accesspackage/src/vault/vault.tsmatched ".aws"30
mediumRemote Payloadpackage/dist/main.jsmatched "curl "12
mediumRemote Payloadpackage/src/main.tsmatched "curl "12
lowObfuscationpackage/dist/vault/crypto.jsmatched "Buffer.from(key, \"base64"3
lowObfuscationpackage/dist/commands/init.jsmatched "\\u2717"3
lowObfuscationpackage/src/vault/crypto.tsmatched "Buffer.from(key, \"base64"3
lowObfuscationpackage/src/commands/init.tsmatched "\\u2717"3
lowObfuscationpackage/src/vault/keychain.test.tsmatched "Buffer.from(key, \"base64"3

Manifest

Package metadata

Scripts11
  • buildbun build --compile src/main.ts --outfile psst
  • build:linuxbun build --compile --target=bun-linux-x64 src/main.ts --outfile psst-linux-x64
  • build:mac-armbun build --compile --target=bun-darwin-arm64 src/main.ts --outfile psst-darwin-arm64
  • build:mac-x64bun build --compile --target=bun-darwin-x64 src/main.ts --outfile psst-darwin-x64
  • build:typestsc
  • checkbunx biome check src/
  • devbun run src/main.ts
  • formatbunx biome format --write src/
  • lintbunx biome lint src/
  • prepublishOnly./node_modules/.bin/tsc
  • testbun test
Dependencies2
  • better-sqlite3^12.8.0
  • chalk^5.6.2