integration-testing
Pass
Audited by Gen Agent Trust Hub on Aug 21, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides instructions to download and execute an installation script directly from the vendor's GitHub repository using a
curl | shpattern. While this is used for installing the requiredveris-proxytool, executing remote scripts is a high-risk operation. The skill correctly instructs the agent to ask the user for permission before proceeding.\n- [COMMAND_EXECUTION]: The skill involves complex shell command execution, including managing Docker containers and theveris-proxybinary. It uses dynamic command assembly, such as 'reconstructing' commands from header comments in aDockerfile.verisfile. To mitigate risks, the skill explicitly warns against directly executing content from these files due to the risk of malicious shell code hidden in comments.\n- [EXTERNAL_DOWNLOADS]: The skill fetches an installation script fromraw.githubusercontent.com/veris-ai/veris-proxy/main/scripts/install.shand pulls Docker images from a private Google Cloud registry (us-central1-docker.pkg.dev). These are identified as vendor-owned resources necessary for the skill's functionality.\n- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes untrusted data from the repository and external documentation.\n - Ingestion points:
Dockerfile.veriscontent, MCP-based testing guides, and service manuals via HTTP.\n - Boundary markers: Explicit instructions to 'never paste-execute' and to 'reconstruct' commands manually are included to mitigate the risk of embedded malicious instructions.\n
- Capability inventory: Access to Docker CLI,
veris-proxytool, and shell command execution.\n - Sanitization: The skill relies on agent-level verification and manual command reconstruction instead of direct execution of untrusted snippets.
Audit Metadata