Source file attack surface ranker. Reads a repository, scores every source file 1-5 by exploitability. Outputs ranked JSON for per-file hunting. Use via /sast command.
$curl -o .claude/agents/sast-file-ranker.md https://raw.githubusercontent.com/h-mmer/pentest-agents/HEAD/.claude/agents/sast-file-ranker.mdInstalls into the current project.
Install sast-file-ranker by running `curl -o .claude/agents/sast-file-ranker.md https://raw.githubusercontent.com/h-mmer/pentest-agents/HEAD/.claude/agents/sast-file-ranker.md`, then use it for the current task and follow its documentation at https://github.com/h-mmer/pentest-agents.