page-build
Pass
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs local file operations within the workspace to build a landing page. Analysis of the Python scripts shows no network requests, subprocess calls, or access to sensitive system directories.
- [INDIRECT_PROMPT_INJECTION]: The skill processes data from local files like
copy.mdandstrategy.jsonto generate an HTML page. - Ingestion points: Data is read from multiple files in
workspace/pages/andworkspace/brand/byscripts/build-page.py. - Boundary markers: Not explicitly defined in the source data files.
- Capability inventory: The skill writes output files (
index.html,meta.json,qa.md) to the local workspace. - Sanitization: The build script utilizes
html.escape()when interpolating text content into the HTML template, mitigating the risk of content-based injections.
Audit Metadata