PkgRadar

Package evidence

@visa/[email protected]

Credential file access: matched "GITHUB_TOKEN"

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
205
First published
Apr 2026
Publisher
GitHub ActionsTrusted automation · −70% score

Effective trust discount applied: 70% (max across signals — discounts don’t stack). New install-lifecycle deltas vs the previous release would clear the discount.

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":["@visa/[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":["@visa/[email protected]"],"fail_on":"review"}'
Artifact bytes201,679
Previous version2.6.0-rc.0
Published2026-05-29T10:53:48.207Z
SHA-2562a58c616eba53859d32746f1cd37701fd6d2072b67e6811b0da2bf846424e8f5

Why flagged

What the scanner saw

Credential file access: matched "GITHUB_TOKEN"

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

Availability ledger

available

review
Last checked
reviewRisk
1Score
2.6.0-rc.1Version
Status history (1 event)
  1. newavailable · risk review · score 1 · 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/cli.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts21
  • buildtsc --noEmit && node esbuild.config.js
  • check:server-jsonnode scripts/sync-server-json.mjs --check
  • devtsc --watch
  • formatprettier --write "src/**/*.ts"
  • format:checkprettier --check "src/**/*.ts"
  • linteslint src/**/*.ts
  • prebuildnode scripts/sync-server-json.mjs && pnpm --filter @visa/money build && pnpm --filter @visa-cli/tools build
  • prepacknode scripts/sync-server-json.mjs --check
  • prepublishOnlynpm run build && npm test
  • pretestpnpm build
  • startnode dist/mcp-server/index.js
  • sync:server-jsonnode scripts/sync-server-json.mjs
  • testjest --config jest.config.js
  • test:allnpm run test:unit && npm run test:integration && npm run test:e2e
  • test:catalog-e2ejest --config jest.catalog-e2e.config.js
  • test:e2ejest --config jest.e2e.config.js
  • test:integrationjest --config jest.integration.config.js
  • test:smokeVISA_AUTH_URL=https://auth.visacli.sh jest --config jest.smoke.config.js
  • test:unitjest --config jest.config.js
  • test:unit:coveragejest --config jest.config.js --coverage
  • test:unit:watchjest --config jest.config.js --watch
Dependencies3
  • @modelcontextprotocol/sdk^1.0.0
  • commander^12.1.0
  • zod^3.23.0