PkgRadar

Package evidence

@cbnventures/[email protected]

Remote Payload: matched "raw.githubusercontent.com"

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 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":["@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"}'
Artifact bytes411,242
Previous version0.16.0
Published2026-04-21T16:50:59.838Z
SHA-256344ffe4921095de66e65332125d975276e37793086df5f9525c130cfe41953ca

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

review
Last checked
reviewRisk
7Score
0.16.1Version
Status history (1 event)
  1. newavailable · risk review · score 7 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumRemote Payloadpackage/build/src/api/node-releases.jsmatched "raw.githubusercontent.com"12
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumRemote Payloadpackage/build/src/api/node-releases.jsmatched "raw.githubusercontent.com"12
lowCredential file accesspackage/build/src/lib/workflow-templates.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/build/templates/generators/github/workflows/publish/targets/aws-amplify-nextjs.ymlmatched "AWS_ACCESS_KEY"3
lowCredential file accesspackage/build/templates/generators/github/workflows/publish/targets/github-packages.ymlmatched ".npmrc"3
lowCredential file accesspackage/build/templates/generators/github/workflows/publish/targets/npm.ymlmatched ".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.js
  • build:transpile-sourcetsc --project tsconfig.source.json --outDir ./build --skipLibCheck
  • checknode ../../scripts/run-scripts.mjs --sequential 'check:*'
  • check:linteslint ./ --max-warnings=0
  • check:testvitest run
  • check:types-sourcenode ../../scripts/type-check.mjs --project tsconfig.source.json
  • check:types-testsnode ../../scripts/type-check.mjs --project tsconfig.tests.json
  • cleannode ../../scripts/run-scripts.mjs --parallel 'clean:*'
  • clean:buildshx rm -rf ./build
  • devnode ../../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.1
  • chalk5.6.2
  • commander14.0.3
  • eslint-mdx3.7.0
  • eslint-plugin-import2.32.0
  • eslint-plugin-jsx-a11y6.10.2
  • eslint-plugin-mdx3.7.0
  • eslint-plugin-n17.24.0
  • eslint-plugin-react7.37.5
  • eslint-plugin-react-hooks7.0.1
  • globals17.4.0
  • prompts2.4.2
  • typescript-eslint8.58.1
  • yaml2.8.3
  • zod4.3.6