asc-wall-submit
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands using the
ascCLI tool, interpolating user-provided inputs for--app,--link, and--namedirectly into the command strings. This creates a potential surface for command injection if the inputs contain shell metacharacters. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted input from users to modify shared project files and generate pull requests.
- Ingestion points: User-supplied
appID,link, andnameparameters inSKILL.md. - Boundary markers: Absent; there are no instructions for the agent to delimit or ignore instructions that might be embedded in the user inputs.
- Capability inventory: Shell command execution via the
ascCLI and modification of the localdocs/wall-of-apps.jsonfile. - Sanitization: Absent; the instructions do not require the agent to validate or sanitize the
linkornamefields before processing.
Audit Metadata