Skip to content

nRn-World/BUGRAIDER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸͺ² BUGRAIDER β€” Deep Code Audit & Intelligent QA Agent

A powerful system prompt that turns any AI agent into a world-class code auditor. Drop it into Claude, ChatGPT, Gemini, Cursor, or Windsurf β€” and watch it scan your entire project like a senior engineer.


Version License Works With Made by


⚠️ IMPORTANT DISCLAIMER β€” READ BEFORE USE

BY DOWNLOADING, COPYING, OR USING BUGRAIDER IN ANY WAY, YOU FULLY ACCEPT THE TERMS BELOW. IF YOU DO NOT AGREE, DO NOT USE THIS PROMPT.

BUGRAIDER is a text-based prompt. It is NOT software, NOT an application, and NOT a service. It instructs an AI language model (such as Claude, GPT-4, or Gemini) to analyze code. nRn World has no control over how any AI model interprets or acts upon this prompt.

nRn World, its creator, and any contributors are NOT responsible or liable for:

  • Any damage, deletion, corruption, or loss of code or data resulting from using this prompt
  • Any broken functionality, crashes, or bugs introduced by AI-suggested fixes applied by the user
  • Any security vulnerabilities missed by the AI agent β€” BUGRAIDER does not guarantee complete coverage
  • Any financial loss, business interruption, or lost revenue caused directly or indirectly by this prompt
  • Any incorrect, incomplete, or misleading analysis produced by an AI model using this prompt
  • Any consequences of applying AI-suggested code changes without proper review and testing
  • Any third-party claims, lawsuits, or damages arising from code modified using this prompt
  • Any data breaches or security incidents that occur in a project that was audited using this prompt

YOU are solely and fully responsible for:

  • Reviewing every AI suggestion before applying it
  • Backing up your entire project before running any audit or applying any fix
  • Testing your project thoroughly after any changes
  • Using professional human code review for production-critical or security-critical systems
  • Any and all decisions made based on the output of this prompt

BUGRAIDER is provided "AS IS", without warranty of any kind β€” express, implied, or statutory β€” including but not limited to warranties of merchantability, fitness for a particular purpose, accuracy, completeness, or non-infringement.

TL;DR β€” Use at your own risk. Always back up your code first. We are not liable for anything that goes wrong. You are responsible for every change made to your codebase.


πŸ” What is BUGRAIDER?

BUGRAIDER is a deeply detailed system prompt that activates any AI agent as a professional-grade Software Quality Assurance and Security Auditing Agent.

Inspired by tools like TestSprite, SonarQube, and Snyk β€” but works entirely through conversation with your AI agent of choice.

When activated, BUGRAIDER will:

  • πŸ“ Map your entire project β€” every folder, file, asset, and configuration
  • πŸ”¬ Deep scan all your code β€” C#, Python, JavaScript, TypeScript, HTML, CSS, SQL, YAML, and more
  • πŸ” Hunt for security vulnerabilities β€” exposed API keys, missing auth, injection risks
  • πŸ› Find bugs and logic errors β€” null crashes, infinite loops, race conditions
  • ⚑ Detect performance issues β€” memory leaks, per-frame GetComponent, N+1 queries
  • 🧹 Flag dead code β€” unused functions, orphaned assets, commented-out blocks
  • πŸ”€ Audit spelling & UX text β€” typos, placeholder text, inconsistent terminology (NEW in v1.5)
  • πŸ§ͺ Map test coverage gaps β€” identify untested high-risk modules (NEW in v1.5)
  • πŸ“ˆ Compare against previous audits β€” track your progress over time (NEW in v1.5)
  • πŸ“Š Generate a full structured report with severity levels and confidence scores (NEW in v1.5)
  • 🀝 Ask you how to proceed β€” fix everything, step by step, or just export the report
  • πŸ›‘οΈ Auto-Rollback Safety Check β€” always confirms a backup before touching any file (NEW in v1.5)

It never touches your code without your explicit approval.


πŸ†• What's New in v1.5

v1.5 is a major feature update that makes BUGRAIDER significantly smarter, safer, and more professional.

βœ… Scan Mode Selector

BUGRAIDER now asks you to choose your scan mode before starting:

  • ⚑ Quick Scan β€” Critical bugs and security only (1–3 minutes)
  • πŸ” Deep Scan β€” Full audit of all phases, with estimated time displayed based on project size
  • 🎯 Custom Scan β€” You choose exactly what to scan via a yes/no configurator

βœ… Confidence Scores on Every Issue

Every issue in the report now includes a Confidence Score (0–100%) so you know how certain the agent is. Low-confidence findings include an explanation. No more guessing if a finding is real or a false alarm.

βœ… Clean Certificate

If your project passes all checks with zero issues found, BUGRAIDER now awards a formal Clean Certificate β€” a professional confirmation that no bugs, security issues, or spelling errors were detected.

βœ… Spelling & UX Text Audit (Phase 6)

A brand new audit phase dedicated to:

  • Spelling errors in UI text, button labels, error messages, and comments
  • Grammar and language quality in user-facing strings
  • Placeholder text left in production (TODO, Lorem ipsum, test123, etc.)
  • Inconsistent terminology across screens
  • Accessibility & clarity of error messages, empty states, and button labels

βœ… Test Coverage Map

After code analysis, BUGRAIDER now generates a Test Coverage Map showing which modules have no tests, partial tests, or good coverage β€” along with a risk score for each untested area.

βœ… Audit History Comparison

Paste in a previous BUGRAIDER report and the agent will generate a Trend Report showing:

  • Which issues were fixed since last time
  • Which new issues appeared
  • How your health, security, quality, and performance scores changed

βœ… Auto-Rollback Safety Protocol

Before applying any fix, BUGRAIDER now performs a safety check and will not touch your code until you confirm you have a Git stash, a backup branch, or a manual backup in place.


⚑ Quick Start

Option 1 β€” Paste as System Prompt

Copy the entire contents of BUGRAIDER_PROMPT.md and paste it as the system prompt in your AI tool.

Option 2 β€” Paste as First Message

Copy the entire contents of BUGRAIDER_PROMPT.md and paste it as your first message in a new conversation.

Then share your code, paste your files, or give the agent access to your repository.

BUGRAIDER will respond with:

πŸ›‘οΈ BUGRAIDER ACTIVATED β€” v1.5
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Deep Code Audit Agent β€” Online
Mode: Awaiting Scan Mode Selection
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Then it will immediately ask you to choose your scan mode.


πŸ€– Compatible With

AI Agent Status
Claude (Anthropic) βœ… Fully Compatible
ChatGPT / GPT-4o (OpenAI) βœ… Fully Compatible
Gemini (Google) βœ… Fully Compatible
Cursor βœ… Fully Compatible
Windsurf βœ… Fully Compatible
GitHub Copilot Chat βœ… Fully Compatible
Any other LLM-based agent βœ… Should work

πŸ—‚οΈ What BUGRAIDER Scans

Languages & Frameworks

  • C# / Unity β€” MonoBehaviours, coroutines, shaders, prefabs, scene files
  • JavaScript / TypeScript β€” React, Vue, Angular, Next.js, Node.js
  • Python β€” Django, FastAPI, Flask, scripts
  • HTML / CSS β€” Accessibility, SEO, broken links, media queries
  • SQL β€” Injection vulnerabilities, missing indexes, N+1 queries
  • Config files β€” YAML, JSON, TOML, Dockerfile, CI/CD pipelines

Issue Categories

Severity Examples
πŸ”΄ Critical Exposed API keys, crash bugs, missing authentication
🟠 High Memory leaks, per-frame GetComponent, unhandled errors
🟑 Medium Dead code, magic numbers, duplicate logic
πŸ”΅ Low Debug logs, spelling errors, style inconsistencies
βšͺ Info Missing tests, outdated dependencies, docs gaps

Each issue now includes a Confidence Score (0–100%) β€” new in v1.5.


πŸ“‹ Example Output

After scanning your project, BUGRAIDER delivers a structured report like this:

BUGRAIDER AUDIT REPORT β€” v1.5
Project         : MyAwesomeGame
Scan Mode       : Deep Scan
Total Issues    : 21
──────────────────────────────────────────
πŸ”΄ Critical Issues      : 2
🟠 High Issues          : 3
🟑 Medium Issues        : 6
πŸ”΅ Low Issues           : 7
πŸ”€ Spelling/UX Issues   : 3
πŸ§ͺ Untested High-Risk   : 4 modules
──────────────────────────────────────────
Overall Health Score    : 64/100
Security Score          : 71/100
Code Quality Score      : 58/100
Performance Score       : 70/100
Spelling & UX Score     : 80/100
Test Coverage Score     : 42/100

Followed by a full table of every issue with file path, line number, severity, and description.

Then BUGRAIDER asks:

How would you like to proceed?

Option A β€” Fix Everything Automatically
Option B β€” Step by Step (Recommended)
Option C β€” Fix Only Critical & High Issues
Option D β€” Show Me One Specific Issue
Option E β€” Export the Report Only

What is your choice? (A / B / C / D / E)

πŸ“ Files in This Repository

File Description
BUGRAIDER_PROMPT.md The full BUGRAIDER system prompt β€” paste this into your AI agent
BUGRAIDER_PROMPT.pdf PDF version for reading, sharing, and reference
README.md This file
LICENSE nRn Open Attribution License

πŸ“œ License

This project is licensed under the nRn Open Attribution License.

  • βœ… Free to use personally
  • βœ… Free to modify and improve
  • βœ… Free to share and distribute
  • βœ… Free to use in commercial projects
  • ⚠️ If you earn money using this prompt (directly or as part of a product/tool/service), you must include the following attribution somewhere visible in your project, product, or codebase:
Β© 2026 nRn World β€” BUGRAIDER Prompt. All rights reserved.

See the full LICENSE file for details.


πŸ™Œ Contributing

Found a way to improve BUGRAIDER? Open a Pull Request or Issue!

Suggestions are welcome for:

  • New language-specific scan rules (Rust, Go, Swift, Kotlin, etc.)
  • New security checks
  • Better formatting or structure
  • Translation to other languages

⭐ Support the Project

If BUGRAIDER helped you catch bugs or improve your code, consider giving this repo a star ⭐ β€” it helps others find it!


Β© 2026 nRn World β€” All rights reserved. Created by nRn World | BUGRAIDER v1.5

About

Drop it into any AI agent and watch it hunt every bug, security flaw, and dead code in your project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors