Back to Apps

iRuleScan
Supports UIby simonkowallik
Static analysis tool for F5 iRules to detect unsafe expressions and security vulnerabilities.
0 stars
Works in:VS Code Copilot
Exposes:Tools
What it does\nProvides a security analyzer for F5 BIG-IP iRules, identifying unsafe Tcl expressions that could lead to double substitution or other security risks. It helps network engineers harden their F5 configurations through static code analysis.\n\n## Tools\n- check: Recursively scans a directory or a specific file for security issues.\n- checkref: Compares current scan results against a reference JSON file to detect new regressions.\n- parsestr: Parses and analyzes a specific Tcl string provided via stdin.\n\n## Installation\nCan be run via Docker for immediate use or added to a configuration file for MCP-enabled IDEs.\n\njson\n{\n "mcpServers": {\n "irulescan": {\n "command": "docker",\n "args": ["run", "-i", "--rm", "simonkowallik/irulescan", "mcpserver"]\n }\n }\n}\n\n\n## Supported hosts\n- VS Code Copilot\n- Claude Desktop
Quick install
docker run --rm simonkowallik/irulescanInformation
- Pricing
- free
- Published
- 6/8/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Run via docker as an MCP serverVS Code Copilot
Add to .vscode/mcp.json using the http url





