megacode
Local security audits for large .NET codebases
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install megacode?โผ
Run `npx skills add mitkox/megacode --all -g -y` in your terminal to install this skill globally.
How to run a security audit on a large .NET repo?โผ
Point the audit at your source folder, for example `python audit.py --source-root ~/dev/PowerToys --verbose`, and it generates a markdown report plus JSON metadata.
Does megacode send my code to the cloud?โผ
No. It runs against a local OpenAI-compatible model endpoint such as vLLM, so your source code stays on your machine.
How does it handle huge codebases without context limits?โผ
It indexes files into a ranked manifest and uses bounded search and read tools, so the model never loads the entire repository at once.
What do I do if the audit stalls or truncates?โผ
Enable verbose mode, lower `--max-iterations` and `--rlm-max-output-chars`, or raise `--lm-max-tokens` if your model backend supports it.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core