Skip to main content
Glama

solve_solar_challenge

Solve the Solar traffic-analysis CTF by extracting CVE, forged username, malicious filename, run path, JWT key, and computing the final flag from a PCAP or session.

Instructions

Solve the Solar traffic-analysis CTF task: extract CVE, forged username, malicious filename, run path, flag, JWT key, and compute final flag{md5(...)}. Accepts session_id or pcap_path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pcap_pathNoOptional PCAP path (absolute or relative to workdir)
session_idNoOptional session ID of loaded PCAP
max_packetsNoMaximum number of packets to process (when pcap_path is used)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does state the main behavior (solve the CTF, extract artifacts, compute a flag) and the accepted inputs, but it does not disclose potential side effects, failure modes, or whether it requires a pre-loaded PCAP context. It is adequate but not deeply transparent.

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 a single, dense sentence that front-loads the tool's purpose and enumerates all artifacts and inputs without wasted words. Every phrase contributes meaningful information.

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

Completeness4/5

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

Given the tool's complexity and lack of an output schema, the description covers the main return values by listing the extracted fields and the computed flag. It could be more complete by stating that at least one of session_id or pcap_path should be provided, but overall it gives a strong picture of what the tool produces and how to invoke it.

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

Parameters4/5

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

The schema already describes all three parameters (100% coverage), so the baseline is 3. The description adds meaning by clarifying that session_id and pcap_path are alternative input sources ('Accepts session_id or pcap_path'), which is not explicitly stated in the schema. This lifts it above baseline, though max_packets is not mentioned in the description.

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 uses a specific verb ('Solve') and a clear resource ('the Solar traffic-analysis CTF task'), then enumerates the exact expected outputs (CVE, forged username, filename, run path, flag, JWT key, final flag). This clearly distinguishes it from sibling analysis tools, which focus on individual detection or extraction steps.

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 gives clear invocation context by stating it accepts either a session_id or pcap_path, which is essential usage guidance. However, it does not explicitly mention when to prefer this over the many sibling analysis tools, nor does it provide any exclusions or prerequisites beyond the accepted inputs.

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/Gentle-bae/mcp-wireshark'

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