PkgRadar

Package evidence

@apviso/[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
17
First published
May 2026
Publisher
apviso

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":["@apviso/[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":["@apviso/[email protected]"],"fail_on":"review"}'
Publisherapviso
Artifact bytes167,861
Previous version0.1.15
Published2026-05-13T21:55:36.446Z
SHA-256140f465ef88e006000703044af7dfd1c325112209ccbbd59a14192f8f769d568

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
30Score
0.1.16Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

No high-signal findings — see all findings below.

Show all 6 findings (low-signal and informational)
SeverityKindPathDetailPoints
lowCredential file accesspackage/dist/cli.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/docker.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/engines.jsmatched "KUBECONFIG"5
lowCredential file accesspackage/dist/preflight.jsmatched "AWS_ACCESS_KEY"5
lowCredential file accesspackage/dist/providers.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/setup.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts7
  • buildbun run build:web && bun run build:server
  • build:servertsc -p tsconfig.build.json && node scripts/postbuild.mjs
  • build:webvite build
  • devbun run src/cli.ts
  • prepackbun run build && bun test
  • startnode dist/cli.js run
  • testbun test
Dependencies2
  • @clack/prompts^1.3.0
  • undici^8.2.0