Back to skills

firebase-security-rules-auditor

security

Audits Firestore security rules by scoring them on a 1-5 scale and flagging specific vulnerabilities. It checks for update bypasses, privilege escalation, missing type validation, resource exhaustion

Setup & Installation

npx skills add https://github.com/firebase/firebase-security-rules-auditor --skill firebase-security-rules-auditor
or paste the link and ask your coding assistant to install it
https://github.com/firebase/firebase-security-rules-auditor
View on GitHub

What This Skill Does

Audits Firestore security rules by scoring them on a 1-5 scale and flagging specific vulnerabilities. It checks for update bypasses, privilege escalation, missing type validation, resource exhaustion risks, and gaps between identity-level and field-level access control. Firestore rules are easy to get wrong in subtle ways, like allowing valid creates but unsafe updates, and a structured red-team checklist catches issues that manual review tends to miss.

When to use it

  • Working with firebase security rules auditor functionality
  • Implementing firebase security rules auditor features
  • Debugging firebase security rules auditor related issues