PkgRadar

Package evidence

@governtrail/[email protected]

Credential file access: matched ".azure"

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
governtrail-admin

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":["@governtrail/[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":["@governtrail/[email protected]"],"fail_on":"review"}'
Artifact bytes17,364
Previous versionnone
Published2026-05-27T18:14:20.545Z
SHA-256a3efd1e979a42a1f3f238a0b9dc1ad415c433e63cb9378d623bfe31a1fce8ef0

Why flagged

What the scanner saw

Credential file access: matched ".azure"

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

Availability ledger

available

review
Last checked
reviewRisk
10Score
0.94.0Version
Status history (1 event)
  1. newavailable · risk review · score 10 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 2 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/index.jsmatched ".azure"5
lowCredential file accesspackage/dist/sync/k8s.jsmatched "KUBECONFIG"5

Manifest

Package metadata

Scripts11
  • buildtsc -p tsconfig.json
  • devnode dist/index.js --help
  • lintecho "(no lint configured for cli)"
  • smoke:azurenode scripts/smoke-azure-keyvault.mjs
  • smoke:cloudnode scripts/smoke-cloud-sync.mjs
  • smoke:gcpnode scripts/smoke-gcp-cert-manager.mjs
  • smoke:godaddynode scripts/smoke-godaddy.mjs
  • smoke:internalnode scripts/smoke-internal-collection.mjs
  • smoke:vercelnode scripts/smoke-vercel.mjs
  • startnode dist/index.js
  • testnpm run build && node --test --test-concurrency=1 --experimental-test-isolation=none tests/*.test.mjs
Dependencies5
  • @aws-sdk/client-acm^3.1048.0
  • @aws-sdk/credential-provider-node^3.936.0
  • @kubernetes/client-node^1.3.0
  • commander^14.0.3
  • zod^4.4.3