devops
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill includes documentation and example code for an AI-powered web scraper that processes untrusted external data and passes it to an LLM.
- Ingestion points: The example in
references/browser-rendering.mduses Puppeteer to fetch page content (page.content()). - Boundary markers: The code snippet does not implement boundary markers or instructions to ignore embedded prompts in the scraped data.
- Capability inventory: The skill includes scripts capable of system command execution (
scripts/cloudflare_deploy.py) and file system access. - Sanitization: No sanitization or validation of the scraped web content is present before it is interpolated into the LLM prompt.
- [COMMAND_EXECUTION]: The deployment utility
scripts/cloudflare_deploy.pyusessubprocess.runto execute Cloudflare Wrangler commands. - Evidence: The script builds commands such as
wrangler deployby concatenating strings derived from configuration files (wrangler.toml) and command-line arguments. - Context: While the script uses
argparsewith defined choices for environment names to limit input, it inherently relies on shell execution for its primary functionality. - [EXTERNAL_DOWNLOADS]: The documentation provides instructions for installing official platform tools from external sources.
- Evidence:
references/gcloud-platform.mdcontains commands to download and execute the Google Cloud SDK installer (curl -O https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-linux-x86_64.tar.gz | bash). - Context: These downloads target established domains (google.com) and are standard procedures for setting up the Google Cloud environment.
Audit Metadata