API Doc Generator

PassAudited by VirusTotal on May 12, 2026.

Overview

Type: OpenClaw Skill Name: api-doc-generator Version: 1.0.0 The skill is designed to analyze user-provided code, but its implementation in `skill.yaml` directly applies a regular expression (`code.match()`) to the input `code` string. While the regex itself is simple, this pattern of directly processing arbitrary user input with regex without robust parsing or sanitization can introduce a Regular Expression Denial of Service (ReDoS) vulnerability, classifying it as suspicious due to a potential flaw that allows an attack.