PkgRadar

Package evidence

@desplega.ai/[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
2,246Niche · −30% score
Versions published
49
First published
Jan 2026
Publisher
tarasyarema

Effective trust discount applied: 30% (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":["@desplega.ai/[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":["@desplega.ai/[email protected]"],"fail_on":"review"}'
Publishertarasyarema
Artifact bytes435,230
Previous version2.17.0
Published2026-05-08T12:50:01.059Z
SHA-256e50bce304146de5916a4885055ee5edd1db15649b6688071ac338b9703b76f25

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
3Score
2.18.0Version
Status history (1 event)
  1. newavailable · risk review · score 3 · 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/cli/generated/docs-content.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts25
  • buildtsc
  • cc:validateclaude plugin validate .
  • checkbiome check src lib
  • check:docstsx scripts/generate-docs.ts && git diff --exit-code src/cli/generated/docs-content.ts || (echo '❌ Docs content is stale — run bun run generate:docs and commit the result' && exit 1)
  • check:fixbiome check --write src lib
  • clitsx src/cli/index.ts
  • devtsx src/index.ts
  • formatbiome format --write src lib
  • format:checkbiome format src lib
  • generate:docstsx scripts/generate-docs.ts
  • generate:readmenode scripts/generate-readme-tools.js
  • generate:typestsx scripts/generate-types.ts
  • inspectorbun run build && npx -y @modelcontextprotocol/inspector node dist/src/index.js
  • inspector:envbun run build && npx dotenv-cli -e .env -- npx -y @modelcontextprotocol/inspector node dist/src/index.js
  • lintbiome lint src lib && oxlint src lib
  • lint:fixbiome lint --write src lib && oxlint src lib --fix
  • prepublishOnlybun run generate:docs && bun run check:docs && bun run build && bun lint && bun typecheck
  • releasebun scripts/release.ts
  • startbun run build && node dist/src/index.js
  • testbun test --preload ./test-setup.ts
  • test:coveragebun test --coverage --preload ./test-setup.ts
  • test:e2etsx scripts/e2e.ts
  • test:integrationnode scripts/test-integration.js
  • test:unitnode scripts/test-unit.js
  • typechecktsc --noEmit
Dependencies10
  • @desplega.ai/localtunnel^2.2.0
  • @modelcontextprotocol/sdk^1.18.1
  • axios^1.12.2
  • commander^14.0.2
  • dotenv^16.4.5
  • express^4.21.2
  • glob^13.0.0
  • playwright1.58.0
  • ws^8.19.0
  • yaml^2.8.2