Drawing Analyzer
PassAudited by VirusTotal on May 12, 2026.
Findings (1)
The OpenClaw skill 'drawing-analyzer' is designed to extract data from PDF construction drawings. The Python code in SKILL.md uses `pdfplumber` to read and parse PDF files, which necessitates file system access. This access is explicitly declared and justified by the `filesystem` permission in `claw.json`. There is no evidence of malicious intent, such as data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts in any of the files. The instructions for the AI agent in `instructions.md` are clear and align with the skill's stated purpose, even including constraints to 'Only use data provided by the user or referenced in the skill'.
