coverage-gaps
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill ingests production trace data which presents an indirect prompt injection surface. It contains explicit instructions to mitigate this risk by treating content as data rather than instructions.
- Ingestion points: The
get_observation_details_with_contentandget_evaluation_task_with_contenttools inreferences/mcp.mdingest untrusted prompt and completion text from production logs. - Boundary markers: The skill mandates 'defanging' boundary tokens (e.g., converting
<input>to< input >) to prevent the agent from misinterpreting trace data as system control tokens. - Capability inventory: The skill is primarily read-only but includes logic to hand off identified gaps to the
generate-evalskill. - Sanitization: The instructions require scrubbing PII (emails, phone numbers, SSNs) and restrict all data queries to a 72-hour window.
- [EXTERNAL_DOWNLOADS]: The skill connects to
https://mcp.observability.progress.com/mcpfor data retrieval. This is a well-known service endpoint belonging to the vendor (Progress Software/Telerik). - [COMMAND_EXECUTION]: The
references/mcp.mdfile provides acurlcommand template for users to verify connectivity to the MCP server using their API key.
Audit Metadata