skills/mukul975/anthropic-cybersecurity-skills/detecting-cloud-threats-with-guardduty/Gen Agent Trust Hub
detecting-cloud-threats-with-guardduty
Pass
Audited by Gen Agent Trust Hub on Apr 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/agent.pyexecutes AWS CLI commands usingsubprocess.run()with a list of arguments. This approach is secure as it prevents shell injection by avoiding shell interpolation, allowing the agent to interact with the GuardDuty service safely.\n- [SAFE]: The skill's ingestion of GuardDuty findings is handled through structured data parsing. Thescripts/agent.pyscript extracts specific metadata (e.g., finding type, severity, resource ID) and truncates long descriptions, minimizing the risk from potentially malicious data in the findings.\n- [SAFE]: No evidence of hardcoded credentials, suspicious external downloads, or attempts to establish persistence was found. The workflow and tools provided are consistent with the stated goal of cloud security operationalization.
Audit Metadata