Landing Page Generator

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

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.

What this means

The agent could potentially use local shell commands while running this skill, although the artifact does not direct it to do so.

Why it was flagged

The skill allows Bash even though the documented task is to generate static HTML/CSS and save files under output/landing-page/. No specific shell commands or unsafe command execution are instructed.

Skill content
allowed-tools: Read, Write, Edit, Grep, Glob, Bash
Recommendation

Users should review any proposed shell command before allowing it; the skill could likely operate with only file read/write/edit permissions.