PkgRadar

Package evidence

@devtrack-solution/[email protected]

Credential file access: matched ".npmrc"

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
175
Versions published
3
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 bytes794,016
Previous version1.2.3
Published2026-06-01T18:43:17.478Z
SHA-256cdfd3139f58f3199a76eae4417a74e3d1e090eb7a7c0496ff75d61bf7f66f7c8

Why flagged

What the scanner saw

Credential file access: matched ".npmrc"

Not observed: package install, lifecycle script execution, or sandbox execution. PkgRadar only inspects on-disk artifacts.

Availability ledger

available

review
Last checked
reviewRisk
30Score
1.2.4-rc3Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/core/sdd/release-readiness.jsmatched ".npmrc"10
Show all 5 findings (low-signal and informational)
SeverityKindPathDetailPoints
mediumCredential file accesspackage/dist/core/sdd/release-readiness.jsmatched ".npmrc"10
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/package-security-gates.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/core/sdd/plugin-policy.jsmatched "id_rsa"5

Manifest

Package metadata

Scripts30
  • 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 --silent=passed-only
  • 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
  • release:sbomnpm sbom --sbom-format cyclonedx
  • 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 --silent=passed-only
  • test:coveragevitest run --coverage --silent=passed-only
  • test:deepagents-smokevitest run test/e2e/deepagents-agent-run-smoke.test.ts
  • test:e2evitest run test/e2e test/cli-e2e --silent=passed-only
  • test:uivitest --ui
  • test:watchvitest
Dependencies15
  • @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
  • redis^6.0.0
  • typescript^6.0.3
  • yaml^2.9.0
  • zod^4.4.3