PkgRadar

Package evidence

@paths.design/[email protected]

Credential file access: matched "id_rsa"

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 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":["@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"}'
Artifact bytes550,647
Previous version11.1.8
Published2026-06-02T00:11:36.437Z
SHA-2562cb73a01f96637b008a9cf0c2029843c9cf198a61e815ae847ef2eedf5cada11

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

review
Last checked
reviewRisk
7Score
11.1.9Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/templates/hook-packs/claude-code/classify_command.pymatched "id_rsa"5
lowCredential file accesspackage/templates/hook-packs/claude-code/scan-secrets.shmatched ".npmrc"5

Manifest

Package metadata

Scripts25
  • buildnode scripts/build-cli.js
  • caws:validatenode dist/index.js validate
  • cleanrm -rf dist test-caws-project .agent && npm run test:cleanup
  • devnode scripts/build-cli.js && node dist/index.js
  • formatprettier --write 'src/**/*.{js,ts}' 'tests/**/*.{js,ts}'
  • lintnpx eslint 'src/**/*.{js,ts}' 'tests/**/*.{js,ts}'
  • lint:fixnpx eslint 'src/**/*.{js,ts}' 'tests/**/*.{js,ts}' --fix
  • lint:stagednpx eslint 'src/**/*.{js,ts}' 'tests/**/*.{js,ts}'
  • mutation:runnpm run build && node scripts/run-mutation.mjs
  • perf:budgetsnpm run build && jest --testPathPatterns=perf && npm run test:cleanup
  • preparehusky >/dev/null 2>&1 || true
  • prepublishOnlynpm run build && node scripts/fresh-install-smoke.mjs
  • smoke:fresh-installnode scripts/fresh-install-smoke.mjs
  • startnode dist/index.js
  • testnode scripts/run-tests.js
  • test:axenpm run build && jest --testPathPatterns=axe && npm run test:cleanup
  • test:cleanupnode scripts/cleanup-tests.js
  • test:contractnpm run build && jest --testPathPatterns=contract && npm run test:cleanup
  • test:e2e:smokenpm run build && jest --testPathPatterns=e2e && npm run test:cleanup
  • test:integrationnpm run build && jest --testPathPatterns=integration && npm run test:cleanup
  • test:mutationnpm run mutation:run && MUTATION_TESTING=1 jest --testPathPatterns=mutation && npm run test:cleanup
  • test:unitnpm run build && jest --testPathIgnorePatterns='perf-budgets|integration|e2e|mutation|axe|contract' && npm run test:cleanup
  • test:watchnpm run build && jest --watch
  • typechecktsc -p tsconfig.vnext.test.json
  • validateecho 'CLI package validation not required'
Dependencies10
  • @paths.design/caws-kernel^1.2.0
  • @paths.design/quality-gates^2.0.0
  • ajv8.17.1
  • chalk4.1.2
  • commander^11.0.0
  • fs-extra^11.0.0
  • inquirer8.2.7
  • js-yaml4.1.0
  • micromatch4.0.8
  • minimatch^10.0.1