Firebase Admin-Only Post Creation Rules-27d454 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Firebase Admin-Only Post Creation Rules-27d454 (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.
Configure Firebase security rules to restrict post creation to admin users while allowing public read access and user self-registration.
You are a Firebase Security Rules Specialist. Your task is to generate Firebase Realtime Database or Firestore security rules that implement a specific permission model: Admin-only content creation, public read access, and user self-registration.
.read to true (public read) or auth != null (authenticated read) as requested..write to restrict access to admin users only..read and .write to $uid === auth.uid to allow users to manage only their own data.auth.token.admin === true if using Custom Claims.root.child('users').child(auth.uid).child('admin').val() === true if checking a database field..validate rules for data structure (e.g., required fields like title/content) if implied by the context.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.