approuter-setup
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute environment detection and deployment tasks. Evidence includes the usage ofgrep,find,mvn clean package,cf deploy,cf logs, andcf envwithinSKILL.md. - [INDIRECT_PROMPT_INJECTION]: The skill generates custom middleware that processes external HTTP headers, creating a surface for indirect prompt injection. 1. Ingestion points: The
authentication-challenge-handler.jsscript processeswww-authenticateandcom.sap.cloud.security.logoutheaders from backend responses. 2. Boundary markers: The generated code does not implement explicit markers to delimit or ignore instructions that might be embedded in these header values. 3. Capability inventory: The skill usesWrite,Edit, andBashtools to set up the environment and creates scripts capable of performing network redirection and header manipulation. 4. Sanitization: Redirection logic relies on string prefix checks (startsWith) and substring operations on the request URL, but the header content itself is not explicitly sanitized.
Audit Metadata