PkgRadar

Package evidence

@amplitude/[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.

Weekly downloads
175
Versions published
28
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":["@amplitude/[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":["@amplitude/[email protected]"],"fail_on":"review"}'
Artifact bytes2,065,805
Previous version1.18.1
Published2026-05-28T23:36:55.610Z
SHA-2565e9fa8eac8a05df6f70e714f4df08c522e8dde6c7abcce543c25f03919b89b72

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
1.18.2Version
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/src/commands/ci-bootstrap.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts31
  • benchtsx benchmarks/index.ts
  • buildpnpm tsc
  • build:watchpnpm tsc -w
  • cleanrm -rf ./dist
  • devNODE_ENV=development pnpm build && node -e "require('fs').writeFileSync('dist/.dev-mode','')" && pnpm link --global && NODE_ENV=development pnpm build:watch
  • evals:runtsx evals/bin/run-eval.ts
  • fixpnpm fix:eslint && pnpm fix:prettier
  • fix:eslinteslint . --format stylish --fix
  • fix:prettierprettier --write "src/**/*.ts"
  • flowsnode scripts/render-flows.mjs
  • lintpnpm lint:prettier && pnpm lint:eslint
  • lint:eslinteslint . --cache --format stylish
  • lint:prettierprettier --check "src/**/*.ts"
  • postbuildchmod +x ./dist/bin.js && pnpm test:smoke
  • prebuildnode scripts/sync-version.mjs
  • skills:refreshbash scripts/refresh-skills.sh
  • skills:verify-pinnode scripts/verify-context-hub-pin.mjs
  • syncgit fetch origin main && git rebase origin/main && git push --force-with-lease
  • testvitest run
  • test:bddcucumber-js
  • test:bdd:watchcucumber-js --retry 0 2>&1 | npx nodemon --watch features --exec cucumber-js
  • test:e2epnpm build && ./e2e-tests/run.sh
  • test:e2e-recordexport RECORD_FIXTURES=true && pnpm build && ./e2e-tests/run.sh
  • test:proxyvitest run --config vitest.config.proxy.ts
  • test:proxy:smokevitest run --config vitest.config.proxy.ts -t 'proxy:smoke'
  • test:smokenode ./dist/bin.js --help 2>&1 | head -5 | grep -q 'Amplitude' || (echo 'Smoke test failed: compiled binary crashed on load' && exit 1)
  • test:smoke:ptyvitest run --config vitest.config.smoke.ts
  • test:watchvitest
  • tryNODE_ENV=development pnpm build && NODE_ENV=development AMPLITUDE_WIZARD_DEV=1 node dist/bin.js
  • try:prodWIZARD_LLM_PROXY_URL=https://core.amplitude.com/wizard pnpm try
  • …and 1 more.
Dependencies34
  • @ai-sdk/anthropic^3.0.75
  • @amplitude/ai^0.9.0
  • @amplitude/analytics-browser2.36.2
  • @amplitude/analytics-node1.5.51
  • @amplitude/experiment-node-server1.13.4
  • @anthropic-ai/claude-agent-sdk0.2.121
  • @inkjs/ui2.0.0
  • @inquirer/prompts8.3.0
  • @modelcontextprotocol/sdk1.29.0
  • @pavus/snake-game1.1.1
  • @sentry/node10.47.0
  • adm-zip~0.5.17
  • ai^6.0.175
  • axios1.16.0
  • chalk2.4.2
  • cli-highlight2.1.11
  • cross-spawn^7.0.6
  • diff^9.0.0
  • dotenv16.4.7
  • fast-glob3.3.3
  • gradient-string2.0.2
  • ink6.8.0
  • jsonc-parser3.3.1
  • marked12.0.2
  • marked-terminal6.3.0
  • nanostores1.1.1
  • opn5.5.0
  • react^19.2.0
  • read-env1.3.0
  • semver7.7.1
  • …and 4 more.