check_installed
Check whether a specific cybersecurity tool is installed locally or on a remote host via SSH, using multiple detection methods.
Instructions
Check if a specific cybersecurity tool is installed on the system.
Uses multiple detection strategies: .versions tracking, PATH lookup, pipx binary name fallback, /opt directory check, and docker image check.
When host is provided, checks installation on the remote host via SSH using 'which '.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Optional remote host name (as configured via manage_remote_hosts). | |
| tool_name | Yes | Name of the tool to check (as listed in tools_config.json). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||