lp-proto-gen
Pass
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script performs file system operations (creating directories and writing HTML files) which are necessary for its documented purpose as a prototype generator. It uses the standard
argparsemodule andpathlibfor these tasks. - [SAFE]: The code includes robust sanitization routines: the
e()function useshtml.escapeto prevent XSS in the generated HTML, and thecss_safe()function removes potential injection characters from CSS variables. - [EXTERNAL_DOWNLOADS]: No external dependencies or remote script executions were found. The skill is entirely self-contained and relies only on Python standard libraries.
- [DATA_EXFILTRATION]: No network activity or access to sensitive local files (such as credentials or environment variables) was detected.
- [PROMPT_INJECTION]: The skill's instructions and metadata are focused on technical utility and do not contain attempts to override agent behavior or bypass safety filters.
Audit Metadata