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 argparse module and pathlib for these tasks.
  • [SAFE]: The code includes robust sanitization routines: the e() function uses html.escape to prevent XSS in the generated HTML, and the css_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
Risk Level
SAFE
Analyzed
Jul 1, 2026, 12:26 PM
Security Audit — agent-trust-hub — lp-proto-gen