Product Requirement Analysis
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: requirement-analysis-system Version: 1.0.0 The bundle is a comprehensive requirement analysis system for product managers and pre-sales engineers, providing structured templates and workflows for tasks like user persona creation, PRD development, and ROI analysis. It includes a shell script (create-skills.sh) designed for scaffolding the workspace by generating sub-skill directories and metadata files. All analyzed files, including the instructions in SKILL.md and the logic in the shell script, are strictly aligned with the stated purpose and show no signs of malicious intent, data exfiltration, or prompt injection.
Findings (0)
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.
Running the script could create or overwrite local OpenClaw skill files, affecting the installed skill set in that workspace.
The shell helper is purpose-aligned with creating the bundled skills, but if manually run it writes persistent skill and workflow files into the OpenClaw workspace.
BASE_DIR="/root/.openclaw/workspace/skills/requirement-analysis-system" ... cat > "$SKILLS_DIR/$slug/SKILL.md" ... cat > "$WORKFLOWS_DIR/$slug/SKILL.md"
Treat the shell script as optional setup/generation tooling; review it before running, back up existing skill files, and run it only in a workspace where these writes are intended.
