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
- 15Established · −30% score
- First published
- Oct 2025
- 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":["@cbnventures/[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":["@cbnventures/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Remote Payload: matched "raw.githubusercontent.com"
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 7 · status changed
Evidence
Static findings
5 static · 0 from release diff · showing high-signal first.
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/build/src/api/node-releases.js | matched "raw.githubusercontent.com" | 12 |
Show all 5 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| medium | Remote Payload | package/build/src/api/node-releases.js | matched "raw.githubusercontent.com" | 12 |
| low | Credential file access | package/build/src/lib/workflow-templates.js | matched "AWS_ACCESS_KEY" | 5 |
| low | Credential file access | package/build/templates/generators/github/workflows/publish/targets/aws-amplify-nextjs.yml | matched "AWS_ACCESS_KEY" | 3 |
| low | Credential file access | package/build/templates/generators/github/workflows/publish/targets/github-packages.yml | matched ".npmrc" | 3 |
| low | Credential file access | package/build/templates/generators/github/workflows/publish/targets/npm.yml | matched ".npmrc" | 3 |
Manifest
Package metadata
Scripts15
buildnode ../../scripts/run-scripts.mjs --sequential 'build:*'build:copy-templatesshx rm -rf "./build/templates" && shx cp -r "./templates" "./build/templates"build:copy-tsconfig-presetsshx rm -rf "./build/src/presets/tsconfig" && shx cp -r "./src/presets/tsconfig" "./build/src/presets/tsconfig"build:copy-typesshx rm -rf "./build/src/types" && shx cp -r "./src/types" "./build/src/types"build:fix-permsshx chmod +x ./build/src/cli/index.jsbuild:transpile-sourcetsc --project tsconfig.source.json --outDir ./build --skipLibCheckchecknode ../../scripts/run-scripts.mjs --sequential 'check:*'check:linteslint ./ --max-warnings=0check:testvitest runcheck:types-sourcenode ../../scripts/type-check.mjs --project tsconfig.source.jsoncheck:types-testsnode ../../scripts/type-check.mjs --project tsconfig.tests.jsoncleannode ../../scripts/run-scripts.mjs --parallel 'clean:*'clean:buildshx rm -rf ./builddevnode ../../scripts/run-scripts.mjs --parallel 'dev:*'dev:watchtsc --project tsconfig.source.json --watch
Dependencies18
@eslint/js9.39.3@stylistic/eslint-plugin5.10.0@typescript-eslint/parser8.58.1@typescript-eslint/utils8.58.1chalk5.6.2commander14.0.3eslint-mdx3.7.0eslint-plugin-import2.32.0eslint-plugin-jsx-a11y6.10.2eslint-plugin-mdx3.7.0eslint-plugin-n17.24.0eslint-plugin-react7.37.5eslint-plugin-react-hooks7.0.1globals17.4.0prompts2.4.2typescript-eslint8.58.1yaml2.8.3zod4.3.6