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
- 130Mature · −50% score
- First published
- Dec 2020
- Publisher
- jvassev
Effective trust discount applied: −50% (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":["@controlplane/[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":["@controlplane/[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/src/commands/secret.js | matched "AWS_ACCESS_KEY" | 5 |
Manifest
Package metadata
Scripts13
build(cd login-ui && pnpm build) && tsc && cp -r src/cli/completion/scripts dist/src/cli/completion/build:livetsc -wcleanrm -fr dist && cd login-ui && pnpm cleandebug:clinode --inspect-brk=19046 -r ts-node/register src/cpln.tspkgnpm run build && pkg -c cpln.json --out-path dist/ dist/src/cpln.js && pkg -c docker-credential-cpln.json --out-path dist/ dist/src/docker-credential-cpln.jspkg-macosnpm run build && pkg -c cpln-macos.json --out-path dist/ dist/src/cpln.js && pkg -c docker-credential-cpln-macos.json --out-path dist/ dist/src/docker-credential-cpln.jsprepare:wcd login-ui && npm run build:wtestjest --verbose --testPathIgnorePatterns test/test-extendedjest --verbose --config jest.extended.config.js --testPathPattern test/extended --globalSetup '<rootDir>/test/globalSetup.ts'test-itjest --verbose --testPathPattern test/it --globalSetup '<rootDir>/test/globalSetup.ts'test:cleanupts-node test/cleanup.tstest:covjest --coverage --testPathIgnorePatterns test/test:wnpm run test -- --watch
Dependencies33
adm-zip^0.5.16async-mutex^0.5.0axios^1.7.4axios-retry^4.5.0base32-encode^1.2.0base64url^3.0.1chalk^3.0.0cli-highlight^2.1.11cli-progress3.12.0express^4.21.0get-stdin-with-tty^6.0.0humanize-duration^3.32.1inquirer^8.2.6jose^5.9.6js-yaml^4.1.1json-colorizer^3.0.1json-stable-stringify^1.1.1jwt-decode^4.0.0lodash^4.17.23mkdirp^3.0.1open^8.4.2pako^2.1.0semver^7.6.3sha256-file^1.0.0table^6.9.0tar-stream^3.1.7targz^1.0.1tmp^0.2.4url-pattern^1.0.3uuid^10.0.0- …and 3 more.