Run Security Tool
run_security_toolExecute a specific Talos security tool by name for defensive tasks like vulnerability detection and link safety checks. Use list_security_tools to discover available tools.
Instructions
Run one of Talos built-in security tools by exact name. Discover names with list_security_tools first. Defensive use only on authorized systems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | Keyword arguments for the chosen tool. | |
| name | Yes | Exact Talos tool name from list_security_tools. |