gtrace-path-analysis
Pass
Audited by Gen Agent Trust Hub on Mar 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes the
gtracebinary andpython3via an MCP wrapper to perform network diagnostics. This is consistent with the skill's primary purpose of network troubleshooting. - [EXTERNAL_DOWNLOADS]: The
globalpingtool interacts with the external GlobalPing API to perform distributed network probes. GlobalPing is a well-known service for network testing and is used here for its intended purpose. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it processes untrusted data from network nodes (such as reverse DNS hostnames and hop information).
- Ingestion points: Hop hostnames, IP addresses, and metadata returned by the
traceroute,mtr, andglobalpingcommands inSKILL.md. - Boundary markers: None identified in the provided documentation to delimit untrusted network output from instructions.
- Capability inventory: Executes system commands via
python3 $MCP_CALL(subprocess-like behavior). - Sanitization: No explicit sanitization or validation of the network-returned data is mentioned before it is processed by the agent.
Audit Metadata