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 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":["@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"}'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 (2 events)
- available → available · risk review · score 5 · status available -> available, risk high -> review, score 50 -> 5
- new → available · 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)
| Severity | Kind | Path | Detail | Points |
|---|---|---|---|---|
| low | Credential file access | package/dist/core/sdd/legacy-operations.js | matched "id_rsa" | 5 |
Manifest
Package metadata
Scripts27
buildnode build.jschangesetchangesetcheck:pack-versionnode scripts/pack-version-check.mjscleanupnode scripts/cleanup.mjscleanup:installnode scripts/cleanup.mjs install && pnpm installcoveragevitest run --coveragedevtsc --watchdev:clipnpm build && node bin/codesdd.jshooks:installnode scripts/install-git-hooks.mjslinteslint src/preparenode scripts/install-git-hooks.mjsprepublishOnlynode build.jsqualitypnpm run cleanup:install && pnpm run build && pnpm run lint && pnpm run test && pnpm run test:e2e && pnpm run coveragereleasepnpm run release:cirelease:cipnpm run check:pack-version && pnpm exec changeset publishsdd:precommit:fastnode scripts/pre-commit-sdd-fast.mjssdd:scan-namingnode bin/codesdd.js sdd scan-namingsdd:scan-naming:strictnode bin/codesdd.js sdd scan-naming --strictsdd:schema:checknode scripts/export-sdd-schemas.mjs --checksdd:schema:exportnode scripts/export-sdd-schemas.mjssdd:validatepnpm run build && pnpm run sdd:schema:check && pnpm run sdd:validate:no-buildsdd:validate:no-buildnode bin/codesdd.js sdd check --render --strict && node bin/codesdd.js sdd diagnose --strict && node bin/codesdd.js sdd scan-namingtestvitest runtest:coveragevitest run --coveragetest:e2evitest run test/e2etest:uivitest --uitest:watchvitest
Dependencies11
@inquirer/core^11.1.8@inquirer/prompts^8.4.1@types/node^25.6.0chalk^5.6.2commander^14.0.3fast-glob^3.3.3ora^9.3.0posthog-node^5.29.2typescript^6.0.2yaml^2.8.3zod^4.3.6