scaffold
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to execute
hoyeon-cli, a project-specific command-line interface, for initializing specifications, merging data via stdin, and validating project layers. - [COMMAND_EXECUTION]: It generates automated hooks in
.claude/settings.jsonthat execute formatters (e.g., Prettier, ESLint, Ruff) and linters upon file modification. It also includes a security-positive hook to block direct edits to.envfiles usinggrepandexit 1. - [PROMPT_INJECTION]: The skill possesses an indirect prompt injection surface (Category 8) as it processes untrusted user input to derive project architecture and requirements.
- Ingestion points: User input is ingested via
AskUserQuestionduring the Architecture Interview (L2) inSKILL.md. - Boundary markers: The skill uses a structured
spec.jsonformat and enforces schema validation viahoyeon-cli spec validateat every layer transition. - Capability inventory: The skill has access to
Bash(command execution),Write(file modification), andTask(subagent spawning) across its entire workflow. - Sanitization: Input is validated against a schema (
--schema v1) and undergoes an automated 'L2 architecture review' by a general-purpose subagent to ensure coherence and quality before execution.
Audit Metadata