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.

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 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 bytes591,485
Previous version11.2.0
Published2026-06-16T00:32:15.660Z
SHA-25638a196490476c482733a10a0154378f74b7471242f0f8a763203e93fca008a59

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
3Score
11.3.0Version
Status history (1 event)
  1. newavailable · 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)
SeverityKindPathDetailPoints
lowCredential file accesspackage/templates/hook-packs/shared/classify_command.pymatched "id_rsa"5

Manifest

Package metadata

Scripts35
  • buildnode scripts/build-cli.js
  • build:docsnode scripts/build-cli.js && node scripts/generate-command-reference.mjs
  • 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
  • docs:checknode scripts/generate-command-reference.mjs --check
  • docs:cleannode scripts/clean-staged-docs.mjs
  • docs:generatenode scripts/generate-command-reference.mjs
  • docs:stagenode scripts/stage-consumer-docs.mjs
  • 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
  • mutation:run:shellnpm run build && npx stryker run stryker.shell.conf.js
  • perf:budgetsnpm run build && jest --testPathPatterns=perf && npm run test:cleanup
  • postpacknode scripts/clean-staged-docs.mjs
  • prepacknode scripts/clean-staged-docs.mjs && node scripts/stage-consumer-docs.mjs
  • 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:batsnpm run build && bats tests/hooks/bats
  • 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
  • …and 5 more.
Dependencies9
  • @paths.design/caws-kernel^1.3.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