Cursor rule Cursor
Automatically scan for production issues in generated code.
Cursor rule Cursor
Automatically scan for production issues in generated code.
Instructions file CodexOpenCode
AGENTS.md instructions for CoderRahul01/unideploy, covering unideploy — agent workspace context, architecture (pi agent harness monorepo), quick start, how it works and tool api (agenttool from @earendil-works/pi-agent-core).
Skill Claude CodeCodex
Audit authentication and authorization. Load when user asks about auth, session handling, route protection, or CSRF.
Skill Claude CodeCodex
Detect wildcard CORS origins, missing preflight handling, and insecure cross-origin configurations.
Skill Claude CodeCodex
Full pre-deployment check. Load when user wants to deploy or asks if app is production-ready.
Skill Claude CodeCodex
Add rate limiting. Load when deploycheck flags missing rate limits, or user asks about protecting endpoints.
Skill Claude CodeCodex
Audit Supabase RLS policies. Load when user asks about RLS, Supabase security, or after rlsscan finds issues.
Skill Claude CodeCodex
Migrate secrets to 1Claw self-custodial vault. Load when user wants to move secrets out of .env, or after secretsaudit finds critical findings.
Skill Claude CodeCodex
Scan for exposed API keys, hardcoded secrets, and LLM tool ignore coverage gaps. Load when user asks about secrets, .env files, or security posture.
Skill Claude CodeCodex
Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks.
Skill Claude CodeCodex
Automatic quality control, linting, and static analysis procedures. Use after every code modification to ensure syntax correctness and project standards. Triggers onKeywords: lint, format, check, validate, types, static analysis.