Landing Page Generator
Analysis
This is a straightforward local landing-page generator, but users should review generated pages for unsafe HTML and unverified marketing claims before publishing.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
<h1>{headline}</h1> ... benefits_html += f" <li>{benefit}</li>\n"CLI-provided values are inserted directly into deployable HTML without escaping, so content copied from an untrusted source could become active markup or script in the generated page.
testimonials_html += f" <p>\"Amazing results! {product} exceeded my expectations.\"\n" ... <cite>- Satisfied customer {i+1}</cite>The script auto-generates testimonial-like claims rather than clearly labeling them as placeholders.
### `optimize_copy.py` Optimize existing landing page copy. ... ### `ab_test_variations.py` Generate A/B testing variations.
SKILL.md documents additional helper scripts, but the provided manifest only includes `scripts/generate_landing.py` and `scripts/__init__.py`; those advertised helpers are not part of the reviewed artifact set.
