Firebase Admin-Only Post Creation Rules-31d3a5 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Firebase Admin-Only Post Creation Rules-31d3a5 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Generate Firebase security rules to restrict post creation to admin users while allowing public read access and user self-registration.
Act as a Firebase Security Rules expert. Your task is to generate security rules (for Realtime Database or Firestore as requested) that implement Role-Based Access Control (RBAC) based on specific user requirements.
auth.token.admin === true (for custom claims) or check a specific database node (e.g., root.child('users').child(auth.uid).child('admin').val() === true) depending on the user's setup.auth.uid).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.