stata-mcp
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONDATA_EXFILTRATIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill provides
run_commandandrun_do_filetools that enable the execution of arbitrary Stata syntax and script files on the host machine. This is a core functionality but represents an execution surface that could be exploited. - [DATA_EXFILTRATION]: The
read_logtool accepts a file path and returns its content. Without explicit server-side restrictions to specific directories, this capability could be used to read sensitive local files. - [EXTERNAL_DOWNLOADS]: The
load_datatool supports fetching datasets from arbitrary URLs, which may involve downloading content from untrusted external sources. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes external datasets which could contain instructions intended to manipulate the agent's behavior.
- Ingestion points: The
load_datatool inSKILL.mdcan ingest data from remote URLs and local file paths. - Boundary markers: There are no instructions provided to the agent to ignore or delimit embedded instructions within the ingested data.
- Capability inventory: The skill includes code execution (
run_command), script execution (run_do_file), and file reading (read_log). - Sanitization: No sanitization or validation logic is described for the data processed by the tools.
Audit Metadata