Skip to main content

Prompt Library

Manicode's prompt library contains 328 code security prompts that configure LLM coding assistants to follow secure coding patterns for specific frameworks and languages. Each prompt is a standalone markdown file that you set as the system instruction for an LLM conversation, IDE agent, or API call.

Each prompt encodes OWASP ASVS controls, CWE mitigations, and framework-specific security defaults. When active, the LLM produces code with security controls by default — parameterized queries, CSRF protection, secure session handling, and more.

Browse Prompts

At a Glance

CategoryPromptsWhat It Covers
Backend Frameworks122Node.js, Python, Java, Go, .NET, PHP, Ruby on Rails, Rust, Scala, Elixir, GraphQL, gRPC, ServiceNow, SQL/RDBMS
Infrastructure54Secret management, Terraform, Kubernetes, Docker, serverless, WAF, CI/CD, cloud security
Client-Side Frameworks49React, Vue, Angular, Next.js, Svelte, TypeScript, Flutter, SolidJS, and 10 more
AI Security41Agentic AI, RAG security, AI agent frameworks, supply chain, governance
Web and API Security18SSRF, XXE, XSS, SQL injection, CSRF, CORS, JWT, WebSocket, CSP, and more
Auth, Crypto, Mobile, and More44Authentication, authorization, cryptography, mobile, embedded/IoT, C/C++, WASM

Where to Start

  • Find the prompt for your primary framework and deploy it to your IDE or coding agent
  • Each prompt is available in up to 5 model-specific variants (Claude Opus 4.6, GPT 5.3 Codex, Gemini 3.1 Pro, Grok 4.1, GitHub Copilot)
  • See Deploying Prompts for setup instructions per IDE and agent