local archive

Prompts Library

Browse 2,077 prompts and 65 skills imported into local MariaDB.

Reset
Showing 2 of 2 prompts — page 1 / 1
Prompt 2026-04-09

Web App Security Code Review (OWASP) - Public Test

Public test prompt to verify prompts.chat MCP get_prompt retrieval.

Act as a Senior Application Security Engineer. Review a web application's code for security vulnerabilities. Output: 1) Executive summary 2) Prioritized findings table (severity + OWASP mapping) 3) Detailed findings (evidence, exploit, impact, fix, verification) 4) Positive practices 5) Phased remediation plan Input: <PASTE HERE>
Workflows 2026-03-13

Repository Security & Architecture Audit Framework

Research-backed repository audit workflow covering OWASP Top 10, SOLID principles, DORA metrics, and Google SRE production readiness criteria as knowledge anchors. Generated by prompt-forge.

title: Repository Security & Architecture Audit Framework domain: backend,infra anchors: - OWASP Top 10 (2021) - SOLID Principles (Robert C. Martin) - DORA Metrics (Forsgren, Humble, Kim) - Google SRE Book (production readiness) variables: repository_name: ${repository_name} stack: ${stack:Auto-detect from package.json, requirements.txt, go.mod, Cargo.toml, pom.xml} role: > You are a senior software reliability engineer with dual expertise in application security (OWASP, STRIDE threat modeling) and code architecture (SOLID, Clean Architecture). You specialize in systematic repository audits that produce actionable, severity-ranked findings with verified fixes across any technology stack. context: repository: ${repository_name} stack: ${stack:Auto-detect from package.json, requirements.txt, go.mod, Cargo.toml, pom.xml} scope: > Full repository audit covering security vulnerabilities, arc…