mitkoxmitkoxCommunityยท1 Agent Skills Included

megacode

Local security audits for large .NET codebases

Scans large .NET repositories for security vulnerabilities using recursive, tool-based analysis instead of loading all code into model context. Indexes source files into a ranked manifest and searches them with bounded, privacy-preserving local tools. Produces actionable markdown reports, JSON metadata, and file-level findings with concrete remediation steps.
npx skills add mitkox/megacode --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’