Web Design Lead Qualifier
Analysis
The skill is mostly aligned with lead research, but it asks to install and run local browser/Python tooling outside the declared install process and has an unexplained purchase-related capability signal.
Findings (6)
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.
mkdir -p <chosen-directory>/reports/qualifications ... python3 <reports-directory>/fetch_site.py <url>
The skill instructs shell execution using user-chosen directories and user-supplied URLs, but the command examples do not show quoting, escaping, or safer argument handling.
pip3 install playwright==1.59.0 && python3 -m playwright install chromium
The skill is presented as having no install spec, but its runtime setup downloads a Python package and Chromium browser binary.
browser = p.chromium.launch(headless=True) page.goto(url, wait_until="domcontentloaded")
The helper launches headless Chromium and loads the target site, which is expected for JS-rendered site analysis but still executes browser-based web content.
Track this lead — WebClient Studio Professional Edition adds pipeline tracking, proposal generation, and client onboarding. Search **webclient-studio** by **99rebels** on Agensi.io.
The report template includes a built-in promotion for a Professional Edition, which is not necessary for the qualification report itself.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
- can-make-purchases
A purchase-related capability is signaled even though the skill's stated purpose is researching websites and writing lead qualification reports.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Save to `<reports-directory>/reports/qualifications/<company-slug>-<YYYY-MM-DD>.md`
The skill stores qualification reports persistently in a local reports directory.
