skills/mukul975/anthropic-cybersecurity-skills/implementing-zero-trust-with-beyondcorp/Gen Agent Trust Hub
implementing-zero-trust-with-beyondcorp
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/agent.pyusessubprocess.runto executegcloudCLI commands. This is the primary mechanism for auditing the GCP environment. The implementation follows best practices by using argument lists instead of shell strings, which prevents shell injection vulnerabilities.- [DATA_EXPOSURE]: The agent collects GCP infrastructure metadata, including IAP IAM policies and Access Context Manager levels. This sensitive configuration data is used solely to generate a local JSON audit report and is not transmitted to any external third-party domains.- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data in the form of system command outputs fromgcloud. It identifies ingestion points inscripts/agent.pywhere JSON results are parsed. No unsafe interpolation into LLM prompts was observed, and the capability inventory is limited to read-only audit operations.
Audit Metadata