Back to skill

Security audit

EvoWeb.ai Website Builder

Security checks for vulnerabilities and agentic risk

Overview

This skill is a straightforward EvoWeb website-generation integration, with expected third-party API use and no local executable payloads or persistence mechanisms.

Before using this skill, assume the website description, business details, and generated site content will be sent to and hosted by EvoWeb. Avoid including secrets, private customer data, credentials, or confidential launch plans in prompts unless you are comfortable sharing them with that service.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (2)

External Transmission

Medium
Category
Data Exfiltration
Content
**Perfect for:** Landing pages and business websites

**API Base URL:** `https://api.evoweb.ai/openapi/api/v1`

## Authentication
Confidence
84% confidence
Finding
The skill sends user-provided content to an external API endpoint operated by EvoWeb, which is a real data egress path to a third party. While external transmission is expected for this kind of website-generation integration, it still poses privacy and confidentiality risk if users are not clearly informed that their prompts and possibly business details will be transmitted off-platform.

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The skill instructs the assistant to collect a user's website description and embed it into a third-party registration URL, but it does not clearly warn the user that their prompt will be sent to EvoWeb during signup-link generation. Users may include sensitive business, personal, or confidential information in that prompt, creating an avoidable privacy and consent issue before they understand data is leaving the platform.

Static analysis

No suspicious patterns detected.