Landing Page Builder
PendingStatic analysis audit pending.
Overview
No static analysis result has been recorded yet. Pattern checks will appear here once the artifact has been analyzed.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If a user provides an untrusted HTML template, unsafe or unwanted scripts could be preserved in the landing page.
When adapting a reference template, any existing client-side JavaScript is carried into the final HTML and will execute in a browser when the page is opened.
Preserve ALL CSS, animations, layout structure, SVG filters, and JavaScript exactly
Use trusted templates and review or remove JavaScript before publishing the generated page.
Visitors opening the generated page may connect to Google Fonts unless the font is removed or self-hosted.
The default generated page loads Google Fonts, which is disclosed by the skill and is typical for landing pages, but it is still a third-party browser request when the page is viewed.
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap" rel="stylesheet">
If privacy, offline use, or strict dependency control matters, self-host fonts and review any added external embeds before deployment.
