Skip to content

Instantly share code, notes, and snippets.

View sebiomoa's full-sized avatar

Omo sebiomoa

View GitHub Profile
@sebiomoa
sebiomoa / security.txt
Last active March 5, 2026 20:34
Security.md file for AI Agents
# Security Template
This repository handles production user data and privileged database access. Treat security requirements as **non-optional**.
## Agent Rules (MUST FOLLOW)
- **No secrets in code**
- Never commit: Service role keys, JWT secrets, database passwords, API keys.
- Client-side env vars must be limited to `NEXT_PUBLIC_*` and must be non-sensitive.