Firebase Rules Auditor
Analysis
This instruction-only skill is a focused Firebase rules auditor that reads expected local rules/config files and reports issues without requesting credentials, installation, persistence, or account-changing access.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
cat firestore.rules 2>/dev/null cat database.rules.json 2>/dev/null cat storage.rules 2>/dev/null cat firebase.json 2>/dev/null
The skill directs the agent to use shell commands to read local Firebase rules and configuration files. This is necessary for the audit purpose, but users should expect those local files to be inspected.
