photoreal
Pass
Audited by Gen Agent Trust Hub on Aug 25, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns or security vulnerabilities were identified in the skill instructions or associated scripts. The skill operates purely as a local prompt-generation utility.
- [COMMAND_EXECUTION]: The provided Python script
scripts/build_prompt.pyuses theshlex.quotemodule to safely handle user inputs when generating command-line examples, demonstrating a security-conscious approach to string interpolation. - [REMOTE_CODE_EXECUTION]: All code logic is contained within a local Python script using only standard libraries (
argparse,shlex,sys). No remote code downloads or dynamic execution patterns were found.
Audit Metadata