PkgRadar

Package evidence

@devtrack-solution/[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
2
First published
May 2026
Publisher
wiltonof

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":["@devtrack-solution/[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":["@devtrack-solution/[email protected]"],"fail_on":"review"}'
Publisherwiltonof
Artifact bytes483,535
Previous versionnone
Published2026-05-17T13:49:32.586Z
SHA-2561ad708d428c9b63f7806feaac17852668dddff581dc5be4b94612ada31a7720e

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
5Score
1.2.2Version
Status history (2 events)
  1. availableavailable · risk review · score 5 · status available -> available, risk high -> review, score 50 -> 5
  2. newavailable · risk high · score 50 · 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/dist/core/sdd/legacy-operations.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts27
  • buildnode build.js
  • changesetchangeset
  • check:pack-versionnode scripts/pack-version-check.mjs
  • cleanupnode scripts/cleanup.mjs
  • cleanup:installnode scripts/cleanup.mjs install && pnpm install
  • coveragevitest run --coverage
  • devtsc --watch
  • dev:clipnpm build && node bin/codesdd.js
  • hooks:installnode scripts/install-git-hooks.mjs
  • linteslint src/
  • preparenode scripts/install-git-hooks.mjs
  • prepublishOnlynode build.js
  • qualitypnpm run cleanup:install && pnpm run build && pnpm run lint && pnpm run test && pnpm run test:e2e && pnpm run coverage
  • releasepnpm run release:ci
  • release:cipnpm run check:pack-version && pnpm exec changeset publish
  • sdd:precommit:fastnode scripts/pre-commit-sdd-fast.mjs
  • sdd:scan-namingnode bin/codesdd.js sdd scan-naming
  • sdd:scan-naming:strictnode bin/codesdd.js sdd scan-naming --strict
  • sdd:schema:checknode scripts/export-sdd-schemas.mjs --check
  • sdd:schema:exportnode scripts/export-sdd-schemas.mjs
  • sdd:validatepnpm run build && pnpm run sdd:schema:check && pnpm run sdd:validate:no-build
  • sdd:validate:no-buildnode bin/codesdd.js sdd check --render --strict && node bin/codesdd.js sdd diagnose --strict && node bin/codesdd.js sdd scan-naming
  • testvitest run
  • test:coveragevitest run --coverage
  • test:e2evitest run test/e2e
  • test:uivitest --ui
  • test:watchvitest
Dependencies11
  • @inquirer/core^11.1.8
  • @inquirer/prompts^8.4.1
  • @types/node^25.6.0
  • chalk^5.6.2
  • commander^14.0.3
  • fast-glob^3.3.3
  • ora^9.3.0
  • posthog-node^5.29.2
  • typescript^6.0.2
  • yaml^2.8.3
  • zod^4.3.6