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 promotingMixed 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"}'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
Status history (1 event)
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/commands/storage/base.js | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts17
buildpnpm run cleanall && tsc -b tsconfig.app.json && oclif manifestbuild:watchtsc -b tsconfig.app.json --watch --preserveWatchOutputci:installer:debnode ./scripts/run-oclif.mjs pack debci:installer:macosnode ./scripts/run-oclif.mjs pack macosci:installer:winnode ./scripts/run-oclif.mjs pack winci:pack:allnode ./scripts/run-oclif.mjs pack tarballs --no-xz --targets=win32-x64,win32-arm64,linux-x64,linux-arm64,darwin-x64,darwin-arm64cleanallshx rm -rf dist out-tsc oclif.manifest.json tsconfig.tsbuildinfo tsconfig.app.tsbuildinfodev:shellsh ./scripts/dev-shell.shinstaller:debpnpm run prepack && node ./scripts/run-oclif.mjs pack debinstaller:macospnpm run prepack && node ./scripts/run-oclif.mjs pack macosinstaller:winpnpm run prepack && node ./scripts/run-oclif.mjs pack winpack:tarballsnode ./scripts/run-oclif.mjs pack tarballs --no-xzpostpackshx rm -f oclif.manifest.jsonprepackpnpm run build && node ./scripts/run-oclif.mjs readmepretestpnpm run buildstart./bin/dev.jsstart: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.50better-auth^1.6.9console-table-printer^2.15.0cookie^1.0.2graphql-request^7.4.0jsonwebtoken^9.0.2pino^9.14.0pino-pretty^13.1.2proper-lockfile^4.1.2tough-cookie^6.0.0typescript-retry-decorator^2.4.2viem^2.38.3zod^4.3.6