PkgRadar

Package evidence

@vibecontrols/[email protected]

Credential file access: matched ".azure"

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
1
First published
May 2026
Publisher
burdenoffcorp

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":["@vibecontrols/[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":["@vibecontrols/[email protected]"],"fail_on":"review"}'
Publisherburdenoffcorp
Artifact bytes8,810
Previous versionnone
Published2026-05-27T22:59:36.511Z
SHA-256e70f8ba25f2d41735a2b15f84dc9c321898bbaa073cb1fd20f2f1b15c5b6024b

Why flagged

What the scanner saw

Credential file access: matched ".azure"

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

Availability ledger

available

review
Last checked
reviewRisk
30Score
2026.527.1Version
Status history (1 event)
  1. newavailable · risk review · score 30 · status changed

Evidence

Static findings

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

SeverityKindPathDetailPoints
highCredential file accesspackage/dist/index.jsmatched ".azure"30

Manifest

Package metadata

Scripts12
  • buildbun build ./src/index.ts --outdir ./dist --target bun --minify-syntax --minify-whitespace --external elysia && tsc --emitDeclarationOnly --declaration --outDir ./dist
  • cleanrimraf dist
  • devtsc --watch
  • formatbunx prettier . --write
  • format:checkbunx prettier . --check
  • linteslint ./src
  • lint:sanityif [ "${CI:-}" = "true" ]; then bun run lint; else bun run lint -- --cache --cache-location .eslintcache; fi
  • prebuildbun run clean
  • prepublishOnlybun run build
  • sanitybun run format:check && bun run lint:sanity && bun run type:check && bun run build
  • testbun test
  • type:checktsc --noEmit
Dependencies2
  • @vibecontrols/plugin-sdk2026.522.1
  • elysia^1.4.28