experiment-analzyer
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill provides functionality to save analysis reports to the local file system.
- Evidence: Phase 7 (Offer to Save) includes instructions to write a report file named
experiment-analysis-{experiment_id_first_8_chars}-{YYYY-MM-DD}.mdto the current working directory. - [DATA_EXFILTRATION]: The skill accesses detailed LLM trace and event data from the Datadog platform.
- Evidence: The skill uses tools such as
get_llmobs_span_contentandget_llmobs_experiment_eventto retrieve content from thedatadoghq.comdomain. This is an intended data retrieval function for a well-known service. - [PROMPT_INJECTION]: The skill processes content from LLM experiments, which creates an indirect prompt injection surface.
- Ingestion points: The skill fetches external data using tools like
get_llmobs_span_contentandget_llmobs_experiment_event. - Boundary markers: There are no explicit instructions or delimiters used to prevent the agent from being influenced by the content of the experiment traces it analyzes.
- Capability inventory: The skill has read access to observability data and write access to the local file system for report generation.
- Sanitization: No sanitization or validation of the ingested content is specified before the data is processed for analysis.
Audit Metadata