compile-generation-prompts
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates as a pure data transformation engine with strictly defined boundaries. It explicitly prohibits the invention of dialogue or direct calls to external generation APIs, ensuring that it remains a tool for data compilation rather than autonomous action.
- [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection as it processes external production artifacts (
story_blueprint,production_assets,shot_plan) to generate prompts. This risk is assessed as safe due to the implementation of multiple validation layers and quality gates. - Ingestion points: Data entering the
payloadobject viaschemas/input.schema.json. - Boundary markers: The workflow instructions in
SKILL.mdandreferences/field-guide.mdrequire freezing story facts and building a semantic representation, which acts as a logical delimiter. - Capability inventory: The skill has no access to sensitive files, network operations (beyond schema references), or shell execution capabilities.
- Sanitization: Employs 'quality gate' checks as detailed in
references/field-guide.mdto block requests with missing assets or invalid parameters.
Audit Metadata