message
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to run internal Python scripts using
uv runfor document processing and preview serving. assemble.pyis used to convert Markdown fragments into platform-specific HTML.preview-server.pyhosts a local server for browser-based previewing of the drafts.- [DYNAMIC_EXECUTION]: The
assemble.pyscript utilizesos.execvpto transition from the assembly phase to the serving phase. - It replaces the current assembly process with a new Python process running
preview-server.py. - The target script path is strictly controlled, resolving to a file within the skill's own directory using
os.path.join(script_dir, "preview-server.py").
Audit Metadata