structure-screenplay
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted text input via the
script_textpayload. It mitigates potential instruction injection by establishing strict 'Boundaries' that forbid the agent from rewriting dialogue, inventing events, or inferring visual details not in the source. - Ingestion points:
payload.script_textdefined inSKILL.mdand validated inschemas/input.schema.json. - Boundary markers: Present; the
Boundariessection inSKILL.mdprovides explicit negative constraints. - Capability inventory: No capabilities detected. The skill uses no tools, shell commands, or network operations.
- Sanitization: Input is validated against a JSON schema for length, but no content filtering is applied.
- [EXTERNAL_DOWNLOADS]: The schema files reference the official
json-schema.orgdomain for standard schema definitions. This is a well-known service used for metadata validation and does not involve remote code execution.
Audit Metadata