EvoWeb.ai Website Builder
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent instruction-only website builder that uses an EvoWeb API key and sends your website prompt to EvoWeb to create a live site.
Before installing, be comfortable sharing the website description with EvoWeb and allowing the skill to use your EvoWeb API key to create a live generated website. Do not include secrets or sensitive personal information in prompts.
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.
The assistant may use the user's EvoWeb account access to create website generation tasks and possibly consume account credits.
The skill uses an EvoWeb API key to act on the user's EvoWeb account, which is expected for the service but still grants delegated account authority.
Include this header in all requests: ``` Access-Token: your-api-key-here ```
Use an API key intended for this service, keep it private, and revoke or rotate it if no longer needed.
A website may be generated and made available through EvoWeb based on the prompt provided.
The skill instructs the assistant to call an external API that creates a new website. This is central to the skill's purpose, but it is a mutating action.
Call `POST /sites` with the enhanced prompt.
Review the business description before asking the assistant to create the site, especially if the content should not be public.
Business or project details placed in the prompt may be shared with EvoWeb and appear in a URL.
If no API key is available, the skill embeds the user's website prompt in an EvoWeb registration URL, sending that description to the external provider when used.
Add parameter: `&prompt=[URL_ENCODED_PROMPT]`
Avoid putting confidential business plans, personal data, or secrets in the website prompt or registration link.
