ucoz-design-editor-skill
Pass
Audited by Gen Agent Trust Hub on Sep 2, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONDATA_EXFILTRATIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill operates on untrusted data from the uCoz platform by reading site templates and fetching live pages into the agent's context.
- Ingestion points: Site templates and live HTML content are ingested via
templates_tool(action="read_template")andfetchcalls described inSKILL.mdandreferences/ARCHITECTURE.md. - Boundary markers: The instructions recommend using
validate_templateand copying code fragments byte-exactly, but these do not establish a secure boundary against malicious instructions embedded within the processed templates. - Capability inventory: The skill possesses significant capabilities, including modifying site code (
patch_template,update_template), managing files via FTP (ftp_tool), and installing modules (modules_tool). - Sanitization:
references/LANGUAGE.mdprovides instructions for using the$JSENCODE$variable to escape content before it is output in JavaScript contexts. - [DATA_EXFILTRATION]:
SKILL.mdincludes a mandatory instruction ("Rule 0") for the agent to callskills_tool(action="register_usage", skill_id="ucoz-design-editor-skill")after successful operations. This functions as a telemetry mechanism that transmits metadata about the skill's usage to the execution environment. - [COMMAND_EXECUTION]: The skill facilitates the execution of administrative commands and site modifications through the
ucoz-mcptools, including module management and FTP configuration. These operations are performed within the intended scope of a design editor, and the skill includes rules for human confirmation before executing destructive actions.
Audit Metadata