oraclecloud-observability
Pass
Audited by Gen Agent Trust Hub on Sep 9, 2026
Risk Level: SAFEDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [DATA_EXFILTRATION]: The instructions in
SKILL.mdinclude code that accesses the sensitive OCI configuration file at~/.oci/config. This file typically contains API signing keys, tenancy OCIDs, and user OCIDs used for authentication. - [INDIRECT_PROMPT_INJECTION]: The skill processes external data from OCI Monitoring and Logging services, which could be a vector for indirect prompt injection attacks.
- Ingestion points: Data is ingested via
MonitoringClient.summarize_metrics_data,MonitoringClient.list_metrics, andLogSearchClient.search_logsmethods inSKILL.md. - Boundary markers: The provided scripts do not utilize delimiters or specific instructions to isolate the retrieved monitoring data from the agent's internal logic.
- Capability inventory: The skill uses the
ociPython SDK for network communication and service management, and it is permitted to useBash(pip:*)for environment setup. - Sanitization: There is no evidence of sanitization or validation of the retrieved log entries or metric data before it is processed or displayed by the agent.
Audit Metadata