scriptwriting
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONMETADATA_POISONING
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process script content provided by users or external sources through its Python-based analysis scripts, creating a surface for indirect prompt injection.
- Ingestion points: The Python utilities
readability_scorer.pyandscript_timer.pyaccept file paths to read and analyze script content from the local filesystem. - Boundary markers: The instructions do not define specific delimiters or instructions to ignore embedded commands within the ingested script data.
- Capability inventory: The analysis scripts are limited to string processing, regex matching, and statistical calculations. They do not utilize network libraries, file system write operations, or dynamic execution functions (e.g., eval, exec).
- Sanitization: While the scripts perform regex-based cleaning for analysis purposes, they do not specifically filter for prompt injection patterns.
- [METADATA_POISONING]: The skill's documentation contains inconsistencies regarding the names of the provided utility scripts.
- Evidence:
SKILL.mdandScriptwriting_Skill_Summary.mdrefer to filenames such astiming_calculator.py,dialogue_formatter.py, andengagement_analyzer.py, whereas the included files are namedscript_timer.pyandreadability_scorer.py. This mismatch can lead to confusion about the skill's actual capabilities.
Audit Metadata