autonomous-cloud-orchestration
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- Prompt Injection (LOW): The
SKILL.mdfile utilizes high-priority directives such as "CRITICAL", "MANDATORY", and "Always verify" to enforce specific agent behaviors regarding tool usage and documentation verification. While these are intended to ensure factual accuracy, they function as behavioral overrides. - Indirect Prompt Injection (LOW): The skill defines a vulnerability surface (Category 8c) by instructing the agent to search and read external AWS documentation using MCP tools.
- Ingestion points:
SKILL.md(directives to usesearch_documentationandread_documentationtools). - Boundary markers: Absent; the instructions do not specify how to handle or ignore instructions that might be embedded within the retrieved documentation.
- Capability inventory: Subprocess calls in
deploy-template.sh(CDK deploy, npm) andvalidate-deployment.sh(AWS CLI commands). - Sanitization: Absent; the agent is expected to process the documentation content directly to answer questions.
- Command Execution (LOW): The scripts
deploy-template.shandvalidate-deployment.shexecute various system commands (aws,cdk,npm,jq). Specifically,deploy-template.shdynamically loads environment variables usingexport $(cat $ENV_FILE | xargs), which is a standard administrative practice but relies on the integrity of the environment file.
Audit Metadata