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 bytes707,111
Previous version1.2.2
Published2026-05-29T01:49:59.222Z
SHA-256c4c7b9deaa91c0f38a89cced384c22c703fdd401589347e2b12cbc705cda7aac

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
15Score
1.2.3Version
Status history (2 events)
  1. availableavailable · risk review · score 15 · status available -> available, risk high -> review, score 60 -> 15
  2. newavailable · risk high · score 60 · status changed

Evidence

Static findings

3 static · 0 from release diff · showing high-signal first.

No high-signal findings — see all findings below.

Show all 3 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/core/sdd/deepagents/backend.jsmatched "id_rsa"5
lowCredential file accesspackage/dist/core/sdd/legacy-operations.jsmatched "id_rsa"5
lowCredential file accesspackage/dist/core/sdd/plugin-policy.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts29
  • 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
  • quality:reviewpnpm run build && pnpm run lint && pnpm run test && pnpm run test:e2e && pnpm run coverage && pnpm run sdd:validate && pnpm run check:pack-version
  • 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:deepagents-smokevitest run test/e2e/deepagents-agent-run-smoke.test.ts
  • test:e2evitest run test/e2e test/cli-e2e
  • test:uivitest --ui
  • test:watchvitest
Dependencies14
  • @inquirer/core^11.1.10
  • @inquirer/prompts^8.4.3
  • @langchain/core^1.1.48
  • @langchain/openai^1.4.7
  • @types/node^25.9.1
  • chalk^5.6.2
  • commander^14.0.3
  • deepagents^1.10.2
  • fast-glob^3.3.3
  • ora^9.4.0
  • posthog-node^5.35.1
  • typescript^6.0.3
  • yaml^2.9.0
  • zod^4.4.3