AI AGENT ADDONS

Firestore Security Rules Auditor

firebase/agent-skills
Security
20,282installs

Firestore databases often hold user data, private messages, or payment details. If the security rules are weak, that data can be stolen. This skill checks your Firestore security rules like a professional auditor. It looks for holes that attackers could exploit.

The skill scores each rule from 1 to 5. A score of 1 means a critical flaw like unauthorized access. A score of 5 means the rule is secure. It checks things like update bypasses, role assignments, and field types. It also warns about missing size limits that could cause server overload.

Use this skill after you update your security rules. It helps you find weaknesses before real attackers do. The result is a detailed JSON report with findings and fixes.

Add Firestore Security Rules Auditor skill to your workflow

Global

mkdir -p ~/.claude/skills/firestore-security-rules-auditor

Project

mkdir -p .claude/skills/firestore-security-rules-auditor

Source Repository

Stars
364
Forks
70
Watchers
364
License
Apache-2.0
Last Push
28 days ago
Created
5 months ago