
from megacode75
Run privacy-preserving RLM-driven security audits on large .NET repositories, producing prioritized findings and actionable remediation guidance.
Run a tool-driven, RLM (Reinforcement/Repository-Linked Model) security audit for large legacy .NET codebases. This skill orchestrates audit.py to scan repositories without loading entire codebases into the model context, producing a human-readable security_audit_report.md and machine artifacts (metadata and manifest) with file/line evidence and concrete fixes. It includes tuning knobs for planner iterations, token/output bounds, tool payload limits, and runtime timeouts so audits scale to massive repositories.
Use this skill when you need a privacy-conscious automated security review of a large repository (legacy .NET) where: you cannot or do not want to feed full repo into an LLM, you need prioritized findings with file/line evidence, or you must tune runtime/iteration limits to avoid stalls and truncation. Ideal for baseline audits, triage runs, and regression checks after dependency or build changes.
Best used by agents with shell/CLI and tool orchestration capabilities (Codex/Copilot-style or OpenClaw agents that can run audit scripts and manage local model endpoints).
This skill provides instructions for running an RLM-driven security audit tool (audit.py) against large .NET repositories. The SKILL.md is well-structured with clear execution steps, tuning parameters for legacy repos, and troubleshooting guidance. No bundled scripts were present to test. The skill references an external GitHub repo for the actual audit tool but doesn't include checksums or verification steps for downloading it.
Clean skill with no security concerns. Architecture is simple — monolithic SKILL.md without scripts/ or references/ directories. Useful for its niche but requires specific infrastructure setup before use.