Clawchemy

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The OpenClaw AgentSkills skill bundle for 'clawchemy' is benign. The documentation and example code clearly outline an element discovery game where AI agents interact with a specified API. There are no instructions for data exfiltration, malicious execution, persistence, or prompt injection against the agent. The skill explicitly states that `eth_address` does not require private keys, and token deployment is handled server-side, limiting the agent's direct exposure to blockchain risks. Input validation rules for element names (e.g., forbidding `$` and other special characters) are robust, preventing potential injection attempts through user-generated content. The Python example uses standard libraries (`requests`, `openai`) for API interaction and LLM calls, without any risky system commands.