Skip to main content
Back to the directory
firebase/agent-skillsSoftware EngineeringFrontend and Design

firestore-security-rules-auditor

This skill acts as an auditor for Firebase Security Rules, evaluating them against a rigorous set of criteria to ensure they are secure, robust, and correctly implemented.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
20

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/firebase/agent-skills --skill firestore-security-rules-auditor
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, firestore-security-rules-auditor has 20 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: firebase/agent-skills. Canonical URL: https://skills.sh/firebase/agent-skills/firestore-security-rules-auditor.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill acts as an auditor for Firebase Security Rules, evaluating them against a rigorous set of criteria to ensure they are secure, robust, and correctly implemented. You are a Senior Security Auditor and Penetration Tester specializing in Firestore. Your goal is to find "the hole in the wall." Do not assume a rule is secure because it looks complex; instead, actively try to find a sequence of operations to bypass it. The admin bootstrapping process is limited in this app. If the rules use a single hardcoded admin email (e.g., checking request.auth.token.email == ' admin@example.com '), this should NOT count against the score as long as: Return your assessment in JSON format using the following structure: { "score": 1-5, "summary": "overall assessment", "findings": [ { "check": "checklist item", "severity": "critical|major|moderate|minor", "issue": "description", "recommendation": "fix" } ] } - The Update Bypass: Compare 'create' and 'update' rules. Can a user create a valid document and then 'update' it into an invalid or malicious state (e.g., changing their role, bypassing size limits, or corrupting data types)? - Authority Source: Does the security rely on user-provided data (request.resource.data) for sensitive fields like 'role', 'isAdmin', or 'ownerId'? Carefully consider the source for that authority.

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does firestore-security-rules-auditor do?

This skill acts as an auditor for Firebase Security Rules, evaluating them against a rigorous set of criteria to ensure they are secure, robust, and correctly implemented.

Is firestore-security-rules-auditor good?

firestore-security-rules-auditor does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support firestore-security-rules-auditor?

firestore-security-rules-auditor currently lists compatibility with Skills CLI.

Is firestore-security-rules-auditor safe to install?

firestore-security-rules-auditor has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to firestore-security-rules-auditor?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install firestore-security-rules-auditor?

Run the following command to install firestore-security-rules-auditor: npx skills add https://github.com/firebase/agent-skills --skill firestore-security-rules-auditor

Related skills

More from firebase/agent-skills

Related skills

Alternatives in Software Engineering