Skip to main content
Glama

commix_scan

Scan a URL for OS command injection vulnerabilities using Commix automation. Identify injectable parameters and evidence to secure web applications.

Instructions

Test a URL for OS command injection vulnerabilities using Commix.

IMPORTANT: The target parameter is named 'url' (not 'target'). Always call as: commix_scan(url="https://example.com/ping?host=test")

Commix (command injection exploiter) automates the detection of OS command injection flaws in web applications. Requires explicit authorization.

Args: url: Target URL to test (e.g. "https://example.com/ping?host=test"). MUST be named 'url' (not 'target'). method: HTTP method: GET or POST. data: POST data string (e.g. "param=value"). level: Detection level (1-3). Default: 1. timeout: Override scan timeout in seconds.

Returns: Command injection test results with vulnerable parameters and evidence.

Note: - This tool requires explicit authorization from the target owner. - Target must be in tengu.toml [targets].allowed_hosts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
dataNo
levelNo
methodNoGET
timeoutNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden and discloses key behavioral traits: it requires explicit authorization, the target must be in tengu.toml allowed_hosts, and it returns test results with evidence. It could go further by explicitly stating that it sends crafted payloads to the target, but the purpose makes this clear.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with headers, front-loads the purpose and a critical warning, and uses concise bullet-like sections. Every sentence adds value, and the moderate length is appropriate for a tool with five parameters and safety requirements.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the tool's purpose, all parameters, return value, and prerequisites, making it complete for an agent to invoke correctly. The presence of an output schema means the return value description is a bonus, not a necessity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, but the description thoroughly explains every parameter (url, method, data, level, timeout) with defaults, examples, and the critical naming constraint. This fully compensates for the schema's lack of descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states 'Test a URL for OS command injection vulnerabilities using Commix,' clearly defining the tool's function and resource. It distinguishes itself from sibling scanning tools like sqlmap_scan (SQL injection) and xss_scan (XSS) by naming the vulnerability class.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly indicates when to use the tool (for OS command injection testing) and provides important operational prerequisites like explicit authorization and allowed_hosts. It does not explicitly compare to alternatives or state when not to use it, but the purpose strongly implies the appropriate context.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rfunix/tengu'

If you have feedback or need assistance with the MCP directory API, please join our Discord server