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.
- Weekly downloads
- 308
- Versions published
- 53Established · −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 7 · status changed
Evidence
Static findings
2 static · 0 from release diff · showing high-signal first.
No high-signal findings — see all findings below.
Show all 2 findings (low-signal and informational)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/templates/hook-packs/claude-code/classify_command.py | matched "id_rsa" | 5 |
| low | Credential file access | package/templates/hook-packs/claude-code/scan-secrets.sh | matched ".npmrc" | 5 |
Manifest
Package metadata
Scripts25
buildnode scripts/build-cli.jscaws:validatenode dist/index.js validatecleanrm -rf dist test-caws-project .agent && npm run test:cleanupdevnode scripts/build-cli.js && node dist/index.jsformatprettier --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.mjsperf:budgetsnpm run build && jest --testPathPatterns=perf && npm run test:cleanuppreparehusky >/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: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:cleanuptest:unitnpm run build && jest --testPathIgnorePatterns='perf-budgets|integration|e2e|mutation|axe|contract' && npm run test:cleanuptest:watchnpm run build && jest --watchtypechecktsc -p tsconfig.vnext.test.jsonvalidateecho 'CLI package validation not required'
Dependencies10
@paths.design/caws-kernel^1.2.0@paths.design/quality-gates^2.0.0ajv8.17.1chalk4.1.2commander^11.0.0fs-extra^11.0.0inquirer8.2.7js-yaml4.1.0micromatch4.0.8minimatch^10.0.1