Back to skill
Skillv1.0.0

VirusTotal security

drawio-generator · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignApr 30, 2026, 4:47 AM
Hash
90c93b5040e5b686f401ad4ad4f11c523f75fadb52e526de2c35a3c2f80aa602
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: drawio-generator Version: 1.0.0 The skill is designed to generate draw.io URLs from user-provided diagram code (Mermaid, XML, CSV). The `SKILL.md` instructions guide the agent to execute a local Python script (`scripts/generate_drawio_url.py`) with the diagram type and code as arguments. The Python script uses standard libraries (`argparse`, `urllib.parse.quote`, `zlib`, `base64`, `json`) to safely encode and compress the diagram code before embedding it into a `diagrams.net` URL. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or prompt injection attempts against the agent within the `SKILL.md` or the Python code. All operations are aligned with the stated purpose and use secure practices for URL construction.
External report
View on VirusTotal