PkgRadar

Package evidence

@vibeflow-tools/[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
432
Versions published
13
First published
Apr 2026
Publisher
zorcec

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":["@vibeflow-tools/[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":["@vibeflow-tools/[email protected]"],"fail_on":"review"}'
Publisherzorcec
Artifact bytes631,123
Previous version0.7.0
Published2026-05-27T19:34:35.145Z
SHA-256072fddf17de0fa239c41bea2f6190bac72348935884c00232757c4c14eb3428c

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
10Score
0.8.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/cli/index.jsmatched "GITHUB_TOKEN"5
lowCredential file accesspackage/dist/index.jsmatched "GITHUB_TOKEN"5

Manifest

Package metadata

Scripts13
  • buildtsup && tsup --config tsup.cli.config.ts
  • devtsup --watch
  • linttsc --noEmit
  • mutationstryker run
  • mutation:cistryker run --thresholds.break 60
  • prebuildnode scripts/gen-overlay-css.mjs && mkdir -p dist/client && node scripts/gen-overlay-bundle.mjs && node scripts/gen-kanban-css.mjs
  • prepublishOnlynpm run build
  • serve:designsnode dist/cli/index.js serve ../../docs/ --port 3701
  • testvitest run
  • test:browservitest run --config vitest.pw.config.ts
  • test:coveragevitest run --coverage
  • test:e2evitest run --config vitest.e2e.config.ts
  • test:watchvitest
Dependencies13
  • @inquirer/select^5.1.3
  • @trpc/server^11.14.1
  • chalk^5.3.0
  • cheerio^1.0.0
  • chokidar^4.0.0
  • clipboardy^4.0.0
  • commander^12.1.0
  • express^4.21.0
  • html2canvas^1.4.1
  • open^10.1.0
  • posthog-node^5.30.4
  • ws^8.18.0
  • zod^4.3.6