⚡
AI Fix Prompts for Website
Copy any prompt below into Claude, ChatGPT, or your AI coding assistant to automatically fix the issue. Each prompt includes full context, code location, and step-by-step fix instructions.
3
Total Prompts
0
Critical (P0)
3
High (P1)
0
Medium (P2)
0
Low (P3)
Download All (Markdown)
Download All (JSON)
Feed these prompts to any AI coder: Claude Code, Cursor, Copilot, GPT, Ollama
HIGH
⚒ significant
#1
Address OWASP A06 compliance gap
security compliance owasp
Expected outcome: OWASP A06 compliance issues resolved
Files to modify: Will be determined by the AI
Prompt (copy this into your AI assistant)
Address OWASP A06 (Vulnerable Components) compliance gap in 'responsibleai-guide__website'. **OWASP Category**: A06 -- Vulnerable Components **Fix guidance**: Update all dependencies to latest stable versions, remove unused dependencies, monitor for new CVEs. **Steps:** 1. Identify all code paths related to vulnerable components 2. Apply the fixes described above 3. Add automated tests to verify the fix 4. Document any security assumptions in code comments
Repobility · severity-and-effort ranking · https://repobility.com
HIGH
⚙ moderate
#2
Fix quality gate failures (1 conditions)
quality-gate quality
Expected outcome: All quality gate conditions pass
Files to modify: Will be determined by the AI
Prompt (copy this into your AI assistant)
Repository 'responsibleai-guide__website' is failing the quality gate. Failed conditions: - critical_vulnerabilities: actual 3.0 <= 0 (FAILED) Fix each failing condition to make the repo pass the quality gate.
HIGH
⚒ significant
#3
Resolve 10 open issues
issues bugs
Expected outcome: All listed issues resolved
Files to modify: Will be determined by the AI
Prompt (copy this into your AI assistant)
Repository 'responsibleai-guide__website' has 10 open issues: - [CRITICAL] GHSA-8r6j-v8pm-fqw3: fsevents - [CRITICAL] GHSA-xxvw-45rp-3mj2: js-yaml - [CRITICAL] GHSA-xvch-5gv4-984h: minimist - [HIGH] GHSA-grv7-fg5c-xmjg: braces - [HIGH] GHSA-c2qf-rxjj-qqgw: semver - [HIGH] GHSA-832h-xg76-4gv6: brace-expansion - [HIGH] GHSA-5v72-xg48-5rpm: ws - [HIGH] GHSA-vx3p-948g-6vhq: ssri - [HIGH] GHSA-6chw-6frg-f759: acorn - [HIGH] GHSA-x6fg-f45m-jf5q: semver Resolve each issue. For security issues, apply the appropriate fix. For quality issues, refactor the affected code.