Recommended action
Block this updateStatic 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"}'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
Status history (1 event)
- new → available · risk high · score 339 · status changed
Related candidates
Linked campaigns and clusters
miclivs
7 members · evidence strength 84Evidence
Static findings
17 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/vault/aws-backend.js | matched ".aws" | 30 |
| high | Credential file access | package/dist/vault/config.js | matched ".AWS" | 30 |
| high | Credential file access | package/dist/commands/init.js | matched ".AWS" | 30 |
| high | Credential file access | package/dist/vault/vault.js | matched ".aws" | 30 |
| high | Credential file access | package/src/vault/aws-backend.ts | matched ".aws" | 30 |
| high | Credential file access | package/src/vault/config.test.ts | matched ".AWS" | 30 |
| high | Credential file access | package/src/vault/config.ts | matched ".AWS" | 30 |
| high | Credential file access | package/src/commands/init.test.ts | matched ".aws" | 30 |
| high | Credential file access | package/src/commands/init.ts | matched ".AWS" | 30 |
| high | Credential file access | package/src/vault/vault.ts | matched ".aws" | 30 |
| medium | Remote Payload | package/dist/main.js | matched "curl " | 12 |
| medium | Remote Payload | package/src/main.ts | matched "curl " | 12 |
Show all 17 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| high | Credential file access | package/dist/vault/aws-backend.js | matched ".aws" | 30 |
| high | Credential file access | package/dist/vault/config.js | matched ".AWS" | 30 |
| high | Credential file access | package/dist/commands/init.js | matched ".AWS" | 30 |
| high | Credential file access | package/dist/vault/vault.js | matched ".aws" | 30 |
| high | Credential file access | package/src/vault/aws-backend.ts | matched ".aws" | 30 |
| high | Credential file access | package/src/vault/config.test.ts | matched ".AWS" | 30 |
| high | Credential file access | package/src/vault/config.ts | matched ".AWS" | 30 |
| high | Credential file access | package/src/commands/init.test.ts | matched ".aws" | 30 |
| high | Credential file access | package/src/commands/init.ts | matched ".AWS" | 30 |
| high | Credential file access | package/src/vault/vault.ts | matched ".aws" | 30 |
| medium | Remote Payload | package/dist/main.js | matched "curl " | 12 |
| medium | Remote Payload | package/src/main.ts | matched "curl " | 12 |
| low | Obfuscation | package/dist/vault/crypto.js | matched "Buffer.from(key, \"base64" | 3 |
| low | Obfuscation | package/dist/commands/init.js | matched "\\u2717" | 3 |
| low | Obfuscation | package/src/vault/crypto.ts | matched "Buffer.from(key, \"base64" | 3 |
| low | Obfuscation | package/src/commands/init.ts | matched "\\u2717" | 3 |
| low | Obfuscation | package/src/vault/keychain.test.ts | matched "Buffer.from(key, \"base64" | 3 |
Manifest
Package metadata
Scripts11
buildbun build --compile src/main.ts --outfile psstbuild:linuxbun build --compile --target=bun-linux-x64 src/main.ts --outfile psst-linux-x64build:mac-armbun build --compile --target=bun-darwin-arm64 src/main.ts --outfile psst-darwin-arm64build:mac-x64bun build --compile --target=bun-darwin-x64 src/main.ts --outfile psst-darwin-x64build:typestsccheckbunx biome check src/devbun run src/main.tsformatbunx biome format --write src/lintbunx biome lint src/prepublishOnly./node_modules/.bin/tsctestbun test
Dependencies2
better-sqlite3^12.8.0chalk^5.6.2