lcs-wizard
Pass
Audited by Gen Agent Trust Hub on Aug 11, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill facilitates the creation of interactive documentation and setup scripts, which is a common developer task. Its handling of sensitive information via the
ask_secretandwrite_envhelpers intemplate.shfollows security best practices, such as using silent input for credentials and standard environment file management. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface as it generates executable bash scripts based on content found in project configuration files. \n
- Ingestion points: The skill reads
.env.example, framework configs, and other project configuration files as part of its behavior checklist. \n - Boundary markers: There are no explicit instructions or delimiters defined to prevent the agent from being influenced by malicious instructions embedded within these external configuration files. \n
- Capability inventory: The skill is capable of writing executable scripts to the
scripts/directory, modifying local files usingsed(viawrite_env), and executing system commands for browser launching (open_url) and script validation (bash -n,shellcheck). \n - Sanitization: The skill does not include specific requirements for sanitizing or escaping data extracted from configurations before it is included in the generated wizard scripts.
- [COMMAND_EXECUTION]: The
template.shfile provides utility functions that utilize shell execution.open_urluses platform-specific launchers likexdg-openoropento interact with the host system, andverifyis a generic wrapper that executes arbitrary shell commands passed to it. These functions are intended for the generated script and are designed to be reviewed by the user before manual execution.
Audit Metadata