ops-monitor
Pass
Audited by Gen Agent Trust Hub on Apr 29, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches monitoring status and alert data from official Datadog and New Relic API endpoints to provide health checks.
- [DATA_EXPOSURE_AND_EXFILTRATION]: Stores and retrieves monitoring credentials from a local JSON configuration file within the designated plugin data directory, which is a standard practice for secret management.
- [COMMAND_EXECUTION]: Uses the
jqutility for structured data manipulation and credential management, which avoids shell injection risks when handling user-provided values. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: Monitoring data enters the agent context via API responses from Datadog, New Relic, and a user-provided OpenTelemetry endpoint.
- Boundary markers: None explicitly defined for the sub-agent processing.
- Capability inventory: The skill utilizes Bash for local operations and the Agent tool for sub-agent management.
- Sanitization: External data is parsed and filtered using
jqbefore being displayed or processed.
Audit Metadata