⚡
AI Fix Prompts for .Dotfiles
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.
2
Total Prompts
0
Critical (P0)
1
High (P1)
1
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 A02 compliance gap
security compliance owasp
Expected outcome: OWASP A02 compliance issues resolved
Files to modify: Will be determined by the AI
Prompt (copy this into your AI assistant)
Address OWASP A02 (Cryptographic Failures) compliance gap in 'amusingimpala75__.dotfiles'. **OWASP Category**: A02 -- Cryptographic Failures **Fix guidance**: Remove hardcoded secrets, use strong encryption (AES-256-GCM), enforce TLS, never store passwords in plaintext (use bcrypt/argon2). **Steps:** 1. Identify all code paths related to cryptographic failures 2. Apply the fixes described above 3. Add automated tests to verify the fix 4. Document any security assumptions in code comments
Repobility · MCP-ready · https://repobility.com
MEDIUM
⚒ significant
#2
Resolve 4 open issues
issues bugs
Expected outcome: All listed issues resolved
Files to modify:
packages/common/cogfly/cogfly-deps.json, packages/common/cogfly/cogfly-deps.json, packages/emacs-packages/org-karthik.nix, packages/emacs-packages/reader/package.nixPrompt (copy this into your AI assistant)
Repository 'amusingimpala75__.dotfiles' has 4 open issues: - [MEDIUM] Hard-coded wallet: Solana Address (packages/common/cogfly/cogfly-deps.json) - [MEDIUM] Hard-coded wallet: Solana Address (packages/common/cogfly/cogfly-deps.json) - [MEDIUM] Hard-coded wallet: Solana Address (packages/emacs-packages/org-karthik.nix) - [MEDIUM] Hard-coded wallet: Solana Address (packages/emacs-packages/reader/package.nix) Resolve each issue. For security issues, apply the appropriate fix. For quality issues, refactor the affected code.