PkgRadar

Package evidence

@super-protocol/[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
7
First published
Apr 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":["@super-protocol/[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":["@super-protocol/[email protected]"],"fail_on":"review"}'
Artifact bytes163,078
Previous version0.0.4
Published2026-06-05T17:28:14.598Z
SHA-256657b8cc90b7bff8a352c76df2644d6f7bfab6b2d8da75e41bbdf6cbcc9f014ca

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

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 1 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/commands/storage/base.jsmatched "AWS_ACCESS_KEY"5

Manifest

Package metadata

Scripts17
  • buildpnpm run cleanall && tsc -b tsconfig.app.json && oclif manifest
  • build:watchtsc -b tsconfig.app.json --watch --preserveWatchOutput
  • ci:installer:debnode ./scripts/run-oclif.mjs pack deb
  • ci:installer:macosnode ./scripts/run-oclif.mjs pack macos
  • ci:installer:winnode ./scripts/run-oclif.mjs pack win
  • ci:pack:allnode ./scripts/run-oclif.mjs pack tarballs --no-xz --targets=win32-x64,win32-arm64,linux-x64,linux-arm64,darwin-x64,darwin-arm64
  • cleanallshx rm -rf dist out-tsc oclif.manifest.json tsconfig.tsbuildinfo tsconfig.app.tsbuildinfo
  • dev:shellsh ./scripts/dev-shell.sh
  • installer:debpnpm run prepack && node ./scripts/run-oclif.mjs pack deb
  • installer:macospnpm run prepack && node ./scripts/run-oclif.mjs pack macos
  • installer:winpnpm run prepack && node ./scripts/run-oclif.mjs pack win
  • pack:tarballsnode ./scripts/run-oclif.mjs pack tarballs --no-xz
  • postpackshx rm -f oclif.manifest.json
  • prepackpnpm run build && node ./scripts/run-oclif.mjs readme
  • pretestpnpm run build
  • start./bin/dev.js
  • start:prod./bin/run.js
Dependencies18
  • @clack/prompts^1.0.0-alpha.6
  • @inquirer/external-editor^2.0.3
  • @oclif/core^4.7.2
  • @oclif/plugin-autocomplete^3.2.39
  • @oclif/plugin-help^6.2.33
  • @oclif/plugin-warn-if-update-available^3.1.50
  • better-auth^1.6.9
  • console-table-printer^2.15.0
  • cookie^1.0.2
  • graphql-request^7.4.0
  • jsonwebtoken^9.0.2
  • pino^9.14.0
  • pino-pretty^13.1.2
  • proper-lockfile^4.1.2
  • tough-cookie^6.0.0
  • typescript-retry-decorator^2.4.2
  • viem^2.38.3
  • zod^4.3.6