Landing Page Builder

PassAudited by ClawScan on May 10, 2026.

Overview

This is a coherent instruction-only landing page generator, with the main caution that generated pages may include preserved JavaScript or third-party resources that should be reviewed before publishing.

This skill appears safe to install for creating static landing pages. Before publishing a generated page, review any preserved JavaScript, external fonts, images, forms, or embeds—especially if the reference template came from an untrusted source.

Findings (2)

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.

What this means

If a user provides an untrusted HTML template, unsafe or unwanted scripts could be preserved in the landing page.

Why it was flagged

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.

Skill content
Preserve ALL CSS, animations, layout structure, SVG filters, and JavaScript exactly
Recommendation

Use trusted templates and review or remove JavaScript before publishing the generated page.

What this means

Visitors opening the generated page may connect to Google Fonts unless the font is removed or self-hosted.

Why it was flagged

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.

Skill content
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap" rel="stylesheet">
Recommendation

If privacy, offline use, or strict dependency control matters, self-host fonts and review any added external embeds before deployment.