gds-create-game-brief
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTIONDYNAMIC_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes a local Python script
resolve_customization.pyusing theuv runcommand during the initialization phase to resolve workflow settings. This occurs automatically upon skill activation. - [INDIRECT_PROMPT_INJECTION]: The skill possesses a surface for indirect prompt injection by design, as it is intended to process external, potentially untrusted data to create design documents.
- Ingestion points: Processes user brain dumps, pitch decks, design notes, prototypes, and digests from web-research subagents (e.g., genre landscape and market trends).
- Boundary markers: Instructions do not explicitly require the use of delimiters or specific safety warnings when interpolating extracted content into the main design brief prompt.
- Capability inventory: The skill has permissions to write to the local filesystem (
brief.md,addendum.md,.decision-log.md), execute shell commands viauv run, and interact with external services via MCP tools defined in theexternal_handoffsconfiguration. - Sanitization: The skill employs a mitigation strategy where subagents perform relevance-filtered extraction of source artifacts rather than loading full documents, which reduces the attack surface.
- [DYNAMIC_EXECUTION]: The skill framework supports executing arbitrary instructions or sequences of commands defined in the
on_complete,activation_steps_prepend, andactivation_steps_appendfields of thecustomize.tomlconfiguration file. While intended for post-processing and setup, this allows for runtime execution of logic defined in local project files.
Audit Metadata