create-tab-config
Pass
Audited by Gen Agent Trust Hub on Aug 26, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes natural language requests to generate configuration files. It includes steps to clarify user requirements and validate output against a schema, which are appropriate safeguards for this functionality.
- Ingestion points: Natural-language requests for tab configurations in SKILL.md.
- Boundary markers: Uses the
ask_user_questiontool to clarify missing details and resolve ambiguities before execution. - Capability inventory: Directory listing, directory creation, and file writing within the user's home directory (SKILL.md).
- Sanitization: Validates generated TOML against the canonical
tab-configsschema. - [COMMAND_EXECUTION]: The workflow involves running
ls -d ~/.warp*/to find the correct application data directory. This command is scoped to application-specific paths and is used solely to ensure configurations are written to the correct location.
Audit Metadata