irify-sast
Installation
SKILL.md
IRify SAST
Deep static analysis skill powered by IRify's SSA compiler and SyntaxFlow query engine.
Prerequisites
This skill requires the yaklang MCP server. Configure it in your agent's MCP settings:
# Codex: ~/.codex/config.toml
[mcp_servers.yaklang-ssa]
command = "yak"
args = ["mcp", "-t", "ssa"]
// Claude Code / Cursor / others
{ "command": "yak", "args": ["mcp", "-t", "ssa"] }