screenplay-drafter
Pass
Audited by Gen Agent Trust Hub on Sep 12, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process untrusted external data, which creates a surface for indirect prompt injection.
- Ingestion points: The skill uses the
renku screenplay import-fdxcommand to import Final Draft files and takes user-supplied story briefs to generate screenplays, as documented inSKILL.mdandreferences/screenplay-json-workflow.md. - Boundary markers: The instructions lack explicit boundary markers or directives for the agent to treat imported screenplay text as passive data, increasing the risk of the agent following instructions embedded within those files.
- Capability inventory: The skill has the capability to write JSON files to the
tmp/directory and execute various shell commands via therenkuCLI, such asrenku createandrenku screenplay apply. - Sanitization: There is no evidence of content sanitization or validation logic to filter out potential malicious instructions embedded in the imported FDX files before they are processed into screenplay JSON.
- [COMMAND_EXECUTION]: The skill's primary functionality is driven by executing shell commands through the
renkuCLI. - Evidence: Multiple files, including
SKILL.mdandreferences/screenplay-json-workflow.md, list required commands such asrenku project open,renku screenplay status,renku screenplay create, andrenku screenplay applyto manage the project lifecycle and screenplay mutations.
Audit Metadata