- Never commit .env, API keys, credentials
- Validate user input with Zod
- Use parameterized queries
- Supabase: RLS policies required, secrets in Edge Functions only
- Test edge functions after deploy (curl with real params, verify response)
- Verify bulk changes eliminated the old pattern completely (grep for remnants)
Rule Security
Security rules this project always applies: secret handling, input validation, parameterized queries, and Supabase RLS. Load before writing code that touches credentials, user input, queries, or auth.
Rule Security by djnsty23 · 2e3c3da
npx skillmds@latest add djnsty23/rule-security File contents
---name: rule-securitydescription: Security rules this project always applies: secret handling, input validation, parameterized queries, and Supabase RLS. Load before writing code that touches credentials, user input, queries, or auth.---- Never commit .env, API keys, credentials- Validate user input with Zod- Use parameterized queries- Supabase: RLS policies required, secrets in Edge Functions only- Test edge functions after deploy (curl with real params, verify response)- Verify bulk changes eliminated the old pattern completely (grep for remnants)
djnsty23/claude-auto-dev/tree/main/plugins/autodev-core/skills/rule-security commit 2e3c3da022
Frequently asked questions
Run npx skillmds@latest add djnsty23/rule-security in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Security rules this project always applies: secret handling, input validation, parameterized queries, and Supabase RLS. Load before writing code that touches credentials, user input, queries, or auth. It is listed under Security on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
djnsty23 (@djnsty23) published this skill. Their other Agent Skills are listed on their SkillMD profile.