investigating-gcp-incidents
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
curlto interact with an external service athttps://defuddle.md/to fetch and process remote web content. - [DATA_EXFILTRATION]: Sending investigation-related URLs to the third-party
defuddle.mdservice can expose metadata about the investigation or internal documentation paths to an external party. The skill documentation identifies this risk and advises against using it for adversary or sensitive infrastructure. - [PROMPT_INJECTION]: The skill has an indirect prompt injection surface (Category 8) because it processes untrusted data fetched from external URLs via the
defuddle.mdservice. - Ingestion points: The
curlcommand inSKILL.mdthat fetches content from external URLs. - Boundary markers: None explicitly implemented to separate the fetched content from agent instructions.
- Capability inventory: Includes
gcloudfor reading and modifying IAM policies and service account keys, andcurlfor network access. - Sanitization: No specific sanitization or validation of the fetched Markdown content is mentioned.
- [COMMAND_EXECUTION]: The skill provides numerous
gcloudshell commands for auditing IAM policies, reading logs, and investigating service account activity. These commands are typical for a cloud security investigation role.
Audit Metadata