Audit Devprops banner
opensesh opensesh

Audit Devprops

Security community

Description

# /audit-devprops — devProps Compliance Audit Scan the codebase for `devProps` compliance and produce a structured report grouped by section, with a percentage summary and an explicit exemption list. ## Usage ``` /audit-devprops ``` **This command is read-only and never modifies files.** ## Behavior Run the following steps in order. Use the Grep tool (not Bash) for all searches. ### Step 1: Find compliant files Use Grep to find all `.tsx` files under `app/` and `components/` that call `d

Installation

Installs to ~/.claude/commands/opensesh-karimo-overview-audit-devprops.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/opensesh/karimo-overview/HEAD/.claude/commands/audit-devprops.md -o ~/.claude/commands/opensesh-karimo-overview-audit-devprops.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository