[{"data":1,"prerenderedAt":238},["ShallowReactive",2],{"blog-category-prompts":3},[4,10,14,18,22,26,30,35,39,43,48,53,57,61,65,69,73,78,82,86,90,94,99,103,107,111,115,120,124,129,133,137,141,145,149,154,158,162,166,171,175,179,184,188,192,196,200,204,208,213,217,221,225,230,234],{"path":5,"title":6,"description":7,"date":8,"readTime":9},"/blog/prompts/secure-local-storage","Secure Local Storage Usage with AI Prompts","AI prompts to use localStorage and sessionStorage securely. Understand what data should never be stored client-side and safe alternatives.","2026-02-27",null,{"path":11,"title":12,"description":13,"date":8,"readTime":9},"/blog/prompts/secure-logout","Secure Logout Implementation with AI Prompts","AI prompts to implement secure logout. Properly invalidate sessions, clear tokens, and protect against session fixation after logout.",{"path":15,"title":16,"description":17,"date":8,"readTime":9},"/blog/prompts/secure-password-reset","Secure Password Reset Flow with AI Prompts","AI prompts to implement secure password reset. Create safe reset tokens, prevent account enumeration, and protect against reset flow attacks.",{"path":19,"title":20,"description":21,"date":8,"readTime":9},"/blog/prompts/validate-client-input","Validate Client Input with AI Prompts","AI prompts to implement client-side input validation. Create real-time form feedback with proper validation patterns for better UX and security.",{"path":23,"title":24,"description":25,"date":8,"readTime":9},"/blog/prompts/vercel-security-config","Vercel Security Configuration with AI Prompts","AI prompts to configure Vercel security settings. Set up security headers, environment variables, and edge functions securely on Vercel.",{"path":27,"title":28,"description":29,"date":8,"readTime":9},"/blog/prompts/write-rls-policies","Write RLS Policies with AI Prompts","AI prompts for writing Supabase RLS policies. Advanced patterns for team access, role-based permissions, and complex authorization logic.",{"path":31,"title":32,"description":33,"date":34,"readTime":9},"/blog/prompts/secure-jwt-implementation","Secure JWT Implementation with AI Prompts","AI prompts to implement JWT authentication securely. Proper signing, validation, refresh tokens, and protection against common JWT attacks.","2026-02-26",{"path":36,"title":37,"description":38,"date":34,"readTime":9},"/blog/prompts/secure-logging","Add Secure Logging with AI Prompts","AI prompts to implement secure logging practices. Log what you need for debugging without exposing passwords, tokens, or sensitive user data.",{"path":40,"title":41,"description":42,"date":34,"readTime":9},"/blog/prompts/secure-login-flow","Secure Login Flow with AI Prompts","AI prompts to secure your login flow. Implement rate limiting, account lockout, secure session creation, and protection against brute force attacks.",{"path":44,"title":45,"description":46,"date":47,"readTime":9},"/blog/prompts/secure-file-uploads","Secure File Uploads with AI Prompts","AI prompts to secure file upload functionality. Validate file types, scan for malware, and store uploads safely to prevent attacks.","2026-02-25",{"path":49,"title":50,"description":51,"date":52,"readTime":9},"/blog/prompts/sanitize-user-input","Sanitize User Input with AI Prompts","AI prompts to sanitize and validate user input. Prevent injection attacks by properly handling form data, API inputs, and file uploads.","2026-02-24",{"path":54,"title":55,"description":56,"date":52,"readTime":9},"/blog/prompts/secure-api-endpoints","Secure API Endpoints with AI Prompts","AI prompts to secure your API endpoints. Add authentication, rate limiting, input validation, and proper error handling to protect your APIs.",{"path":58,"title":59,"description":60,"date":52,"readTime":9},"/blog/prompts/secure-config-files","Secure Configuration Files with AI Prompts","AI prompts to secure configuration files in your project. Separate secrets from config, validate settings, and prevent exposure of sensitive data.",{"path":62,"title":63,"description":64,"date":52,"readTime":9},"/blog/prompts/secure-cookies","Secure Cookie Configuration with AI Prompts","AI prompts to configure cookies securely. Set HttpOnly, Secure, SameSite, and other attributes to protect session and authentication cookies.",{"path":66,"title":67,"description":68,"date":52,"readTime":9},"/blog/prompts/secure-database-connection","Secure Database Connection with AI Prompts","AI prompts to secure your database connection. Enable SSL/TLS, configure connection pooling, and protect credentials in your database setup.",{"path":70,"title":71,"description":72,"date":52,"readTime":9},"/blog/prompts/secure-forms","Secure Form Handling with AI Prompts","AI prompts to secure your HTML forms. Implement validation, CSRF protection, honeypots, and rate limiting to prevent form abuse and attacks.",{"path":74,"title":75,"description":76,"date":77,"readTime":9},"/blog/prompts/protect-admin-routes","Protect Admin Routes with AI Prompts","AI prompts to protect admin routes and implement role-based access control. Secure your admin panels, dashboards, and privileged endpoints.","2026-02-23",{"path":79,"title":80,"description":81,"date":77,"readTime":9},"/blog/prompts/rate-limit-api","Add Rate Limiting to API with AI Prompts","AI prompts to add rate limiting to your API. Prevent abuse, protect against DDoS, and ensure fair usage with proper rate limiting implementation.",{"path":83,"title":84,"description":85,"date":77,"readTime":9},"/blog/prompts/remove-hardcoded-secrets","Remove Hardcoded Secrets with AI Prompts","AI prompts to find and remove hardcoded secrets from your codebase. Migrate credentials to environment variables and clean git history.",{"path":87,"title":88,"description":89,"date":77,"readTime":9},"/blog/prompts/rotate-credentials","Rotate Compromised Credentials with AI","Emergency AI prompts for rotating compromised API keys and credentials. Step-by-step guidance for Stripe, AWS, OpenAI, and other services.",{"path":91,"title":92,"description":93,"date":77,"readTime":9},"/blog/prompts/secret-scanning-setup","Set Up Secret Scanning with AI Prompts","AI prompts to configure secret scanning for your repository. Set up GitHub secret scanning, pre-commit hooks, and CI/CD checks to catch exposed credentials.",{"path":95,"title":96,"description":97,"date":98,"readTime":9},"/blog/prompts/fix-exposed-api-keys","Fix Exposed API Keys with AI Prompts","Copy-paste AI prompts to fix exposed API keys in your code. Works with Cursor, Claude, and ChatGPT to move hardcoded secrets to environment variables.","2026-02-20",{"path":100,"title":101,"description":102,"date":98,"readTime":9},"/blog/prompts/fix-sql-injection","Fix SQL Injection Vulnerabilities with AI Prompts","AI prompts to find and fix SQL injection vulnerabilities in your code. Convert unsafe queries to parameterized statements and protect your database.",{"path":104,"title":105,"description":106,"date":98,"readTime":9},"/blog/prompts/move-to-env-vars","Move Secrets to Environment Variables with AI","AI prompts to migrate hardcoded secrets to environment variables. Proper .env setup for Next.js, Node.js, Python, and more frameworks.",{"path":108,"title":109,"description":110,"date":98,"readTime":9},"/blog/prompts/parameterize-queries","Parameterize Database Queries with AI Prompts","AI prompts to convert string concatenation to parameterized queries. Prevent SQL injection by using prepared statements in any language or framework.",{"path":112,"title":113,"description":114,"date":98,"readTime":9},"/blog/prompts/prisma-security-review","Prisma Security Review with AI Prompts","AI prompts to review Prisma ORM security. Find unsafe raw queries, missing access controls, and data exposure issues in your Prisma application.",{"path":116,"title":117,"description":118,"date":119,"readTime":9},"/blog/prompts/escape-html-output","Escape HTML Output with AI Prompts","AI prompts to properly escape HTML output. Implement context-aware encoding to prevent XSS when rendering user data in your templates.","2026-02-19",{"path":121,"title":122,"description":123,"date":119,"readTime":9},"/blog/prompts/netlify-security-config","Netlify Security Configuration with AI Prompts","AI prompts to configure Netlify security settings. Set up headers, environment variables, and serverless functions securely on Netlify.",{"path":125,"title":126,"description":127,"date":128,"readTime":9},"/blog/prompts/encrypt-database-fields","Encrypt Database Fields with AI Prompts","AI prompts to encrypt sensitive database fields. Implement field-level encryption for PII, payment data, and secrets with proper key management.","2026-02-18",{"path":130,"title":131,"description":132,"date":128,"readTime":9},"/blog/prompts/fix-auth-bypass","Fix Authentication Bypass with AI Prompts","AI prompts to fix authentication bypass vulnerabilities. Secure your auth checks, protect API routes, and prevent unauthorized access to your application.",{"path":134,"title":135,"description":136,"date":128,"readTime":9},"/blog/prompts/fix-broken-auth","Fix Broken Authentication with AI Prompts","AI prompts to fix broken authentication vulnerabilities. Repair weak password policies, session issues, and auth flow bugs that let attackers in.",{"path":138,"title":139,"description":140,"date":128,"readTime":9},"/blog/prompts/fix-cors-issues","Fix CORS Issues Securely with AI Prompts","AI prompts to fix CORS issues without compromising security. Understand Cross-Origin Resource Sharing and configure it properly for your API.",{"path":142,"title":143,"description":144,"date":128,"readTime":9},"/blog/prompts/fix-xss-vulnerabilities","Fix XSS Vulnerabilities with AI Prompts","AI prompts to fix Cross-Site Scripting (XSS) vulnerabilities. Escape output, sanitize input, and implement CSP to prevent script injection attacks.",{"path":146,"title":147,"description":148,"date":128,"readTime":9},"/blog/prompts/mongodb-security","MongoDB Security with AI Prompts","AI prompts to secure your MongoDB database. Configure authentication, enable authorization, prevent NoSQL injection, and set up proper access controls.",{"path":150,"title":151,"description":152,"date":153,"readTime":9},"/blog/prompts/configure-https","Configure HTTPS Properly with AI Prompts","AI prompts to configure HTTPS correctly. Set up SSL/TLS certificates, enforce HTTPS, and fix mixed content issues for secure connections.","2026-02-17",{"path":155,"title":156,"description":157,"date":153,"readTime":9},"/blog/prompts/database-input-validation","Database Input Validation with AI Prompts","AI prompts for validating user input before database queries. Sanitize, validate types, and enforce constraints to protect your database from bad data.",{"path":159,"title":160,"description":161,"date":153,"readTime":9},"/blog/prompts/environment-separation","Separate Development and Production with AI Prompts","AI prompts to properly separate development and production environments. Prevent accidental production data exposure and configuration mistakes.",{"path":163,"title":164,"description":165,"date":153,"readTime":9},"/blog/prompts/firebase-security-rules","Write Firebase Security Rules with AI Prompts","AI prompts to write Firebase Security Rules for Firestore and Realtime Database. Protect user data with proper authentication and authorization rules.",{"path":167,"title":168,"description":169,"date":170,"readTime":9},"/blog/prompts/add-session-security","Add Session Security with AI Prompts","AI prompts to secure your session management. Implement secure cookies, session timeouts, regeneration, and protection against session hijacking.","2026-02-16",{"path":172,"title":173,"description":174,"date":170,"readTime":9},"/blog/prompts/database-backup-setup","Database Backup Setup with AI Prompts","AI prompts to set up database backups. Configure automated backups, test restoration, and implement disaster recovery for PostgreSQL, MySQL, and managed databases.",{"path":176,"title":177,"description":178,"date":170,"readTime":9},"/blog/prompts/encrypt-sensitive-data","Encrypt Sensitive Data with AI Prompts","AI prompts to implement data encryption in your application. Encrypt data at rest, in transit, and handle encryption keys securely.",{"path":180,"title":181,"description":182,"date":183,"readTime":9},"/blog/prompts/add-gitignore","Add Proper .gitignore with AI Prompts","AI prompts to create a secure .gitignore file that prevents committing secrets, environment files, and sensitive data to your repository.","2026-02-13",{"path":185,"title":186,"description":187,"date":183,"readTime":9},"/blog/prompts/add-password-hashing","Add Password Hashing with AI Prompts","AI prompts to implement secure password hashing. Use bcrypt, argon2, or scrypt to protect user passwords with proper salting and work factors.",{"path":189,"title":190,"description":191,"date":183,"readTime":9},"/blog/prompts/add-security-headers","Add Security Headers with AI Prompts","AI prompts to add essential security headers. Configure CSP, HSTS, X-Frame-Options, and other headers to protect your application from common attacks.",{"path":193,"title":194,"description":195,"date":183,"readTime":9},"/blog/prompts/add-supabase-rls","Add Supabase Row Level Security with AI Prompts","AI prompts to add Row Level Security (RLS) to your Supabase database. Create policies to protect user data and prevent unauthorized access.",{"path":197,"title":198,"description":199,"date":183,"readTime":9},"/blog/prompts/add-two-factor","Add Two-Factor Authentication with AI Prompts","AI prompts to implement two-factor authentication (2FA). Add TOTP, SMS, or passkey-based 2FA to protect user accounts from unauthorized access.",{"path":201,"title":202,"description":203,"date":183,"readTime":9},"/blog/prompts/api-key-validation","Add API Key Validation with AI Prompts","AI prompts to add proper API key validation to your endpoints. Validate format, check permissions, and handle invalid keys securely.",{"path":205,"title":206,"description":207,"date":183,"readTime":9},"/blog/prompts/docker-security","Secure Docker Configuration with AI Prompts","AI prompts to secure Docker containers. Configure non-root users, minimize images, handle secrets, and follow container security best practices.",{"path":209,"title":210,"description":211,"date":212,"readTime":9},"/blog/prompts/add-csrf-protection","Add CSRF Protection with AI Prompts","AI prompts to implement CSRF protection. Prevent cross-site request forgery with tokens, SameSite cookies, and origin validation.","2026-02-12",{"path":214,"title":215,"description":216,"date":212,"readTime":9},"/blog/prompts/add-database-audit","Add Database Audit Logging with AI Prompts","AI prompts to add audit logging to your database. Track who changed what, when, and why with proper audit trails for compliance and debugging.",{"path":218,"title":219,"description":220,"date":212,"readTime":9},"/blog/prompts/add-error-handling","Add Secure Error Handling with AI Prompts","AI prompts to implement secure error handling. Hide sensitive details from users while logging what you need for debugging.",{"path":222,"title":223,"description":224,"date":212,"readTime":9},"/blog/prompts/add-oauth-security","Add OAuth Security with AI Prompts","AI prompts to implement OAuth securely. Proper state parameter handling, token storage, and protection against common OAuth attacks.",{"path":226,"title":227,"description":228,"date":229,"readTime":9},"/blog/prompts/add-api-authentication","Add API Authentication with AI Prompts","AI prompts to add authentication to your API. Implement JWT, API keys, session-based auth, and OAuth for secure API access.","2026-02-11",{"path":231,"title":232,"description":233,"date":229,"readTime":9},"/blog/prompts/add-auth-middleware","Add Auth Middleware with AI Prompts","AI prompts to add authentication middleware. Protect your API routes, server actions, and pages with reusable auth checks.",{"path":235,"title":236,"description":237,"date":229,"readTime":9},"/blog/prompts/add-csp-headers","Add Content Security Policy with AI Prompts","AI prompts to implement Content Security Policy headers. Prevent XSS, clickjacking, and other injection attacks with proper CSP configuration.",1775843918546]