bun-audit

Installation
SKILL.md

Bun Audit

Use this skill as a thin router over the native codex-dev bun engine. Do not duplicate rules or remediation logic here; bun-dev owns rule text and references.

Commands

  • audit: run codex-dev --json bun audit --root <repo>.
  • rules list: run codex-dev --json bun rules list.
  • rules show <rule-id>: run codex-dev --json bun rules show <rule-id>.
  • fixes plan: run codex-dev --json bun fixes plan --root <repo>.
  • fixes apply: run codex-dev --json bun fixes apply --root <repo>.
  • validate plan: run codex-dev --json bun validate plan --root <repo>.
  • validate run: run codex-dev --json bun validate run --root <repo> --fail-on warn.
  • benchmark: run codex-dev --json bun benchmark --root <repo>.

Operating Rules

Installs
5
GitHub Stars
5
First Seen
Mar 19, 2026
bun-audit — bjornmelin/dev-skills