review-cet-writing
Pass
Audited by Gen Agent Trust Hub on Apr 7, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes local Python scripts
scripts/generate_report.pyandscripts/convert_score.pyas part of its standard workflow to process data and output results. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection through its report generation process. 1. Ingestion points: User-provided text (essays or translations) is processed in
SKILL.mdand then passed toscripts/generate_report.pyvia a JSON intermediate. 2. Boundary markers: There are no specific boundary markers or instructions to the agent to ignore embedded commands within the user text. 3. Capability inventory: The skill usesscripts/generate_report.pywhich has the capability to write HTML files to the local filesystem usingpathlib.Path.write_text. 4. Sanitization: Thegenerate_report.pyscript uses simple string replacement (html.replace) to insert user text into an HTML template without any escaping or sanitization, which allows for potential HTML/JS injection if the user content contains malicious tags.
Audit Metadata