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
- 57Established · −30% score
- First published
- Sep 2025
- Publisher
- darianrosebrook
Effective trust discount applied: −30% (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":["@paths.design/[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":["@paths.design/[email protected]"],"fail_on":"review"}'Why flagged
What the scanner saw
Credential file access: matched "id_rsa"
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 3 · 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/templates/hook-packs/shared/classify_command.py | matched "id_rsa" | 5 |
Manifest
Package metadata
Scripts35
buildnode scripts/build-cli.jsbuild:docsnode scripts/build-cli.js && node scripts/generate-command-reference.mjscaws:validatenode dist/index.js validatecleanrm -rf dist test-caws-project .agent && npm run test:cleanupdevnode scripts/build-cli.js && node dist/index.jsdocs:checknode scripts/generate-command-reference.mjs --checkdocs:cleannode scripts/clean-staged-docs.mjsdocs:generatenode scripts/generate-command-reference.mjsdocs:stagenode scripts/stage-consumer-docs.mjsformatprettier --write 'src/**/*.{js,ts}' 'tests/**/*.{js,ts}'lintnpx eslint 'src/**/*.{js,ts}' 'tests/**/*.{js,ts}'lint:fixnpx eslint 'src/**/*.{js,ts}' 'tests/**/*.{js,ts}' --fixlint:stagednpx eslint 'src/**/*.{js,ts}' 'tests/**/*.{js,ts}'mutation:runnpm run build && node scripts/run-mutation.mjsmutation:run:shellnpm run build && npx stryker run stryker.shell.conf.jsperf:budgetsnpm run build && jest --testPathPatterns=perf && npm run test:cleanuppostpacknode scripts/clean-staged-docs.mjsprepacknode scripts/clean-staged-docs.mjs && node scripts/stage-consumer-docs.mjspreparehusky >/dev/null 2>&1 || trueprepublishOnlynpm run build && node scripts/fresh-install-smoke.mjssmoke:fresh-installnode scripts/fresh-install-smoke.mjsstartnode dist/index.jstestnode scripts/run-tests.jstest:axenpm run build && jest --testPathPatterns=axe && npm run test:cleanuptest:batsnpm run build && bats tests/hooks/batstest:cleanupnode scripts/cleanup-tests.jstest:contractnpm run build && jest --testPathPatterns=contract && npm run test:cleanuptest:e2e:smokenpm run build && jest --testPathPatterns=e2e && npm run test:cleanuptest:integrationnpm run build && jest --testPathPatterns=integration && npm run test:cleanuptest:mutationnpm run mutation:run && MUTATION_TESTING=1 jest --testPathPatterns=mutation && npm run test:cleanup- …and 5 more.
Dependencies9
@paths.design/caws-kernel^1.3.0ajv8.17.1chalk4.1.2commander^11.0.0fs-extra^11.0.0inquirer8.2.7js-yaml4.1.0micromatch4.0.8minimatch^10.0.1