易经占卜 I Ching Divination

PassAudited by VirusTotal on May 12, 2026.

Findings (1)

The skill is classified as suspicious due to a critical shell injection vulnerability in `SKILL.md`. The instructions for the AI agent, `result=$(python3 scripts/divine.py --method coin --question "{用户问题}")`, directly interpolate user input (`{用户问题}`) into a bash command. If the OpenClaw agent does not properly sanitize or quote this input, a malicious user could inject arbitrary shell commands, leading to Remote Code Execution (RCE). While the Python script (`scripts/divine.py`) itself is benign and performs no external I/O or network calls, the method of execution described in `SKILL.md` presents a significant security risk. The `README.md`'s claim of 'No code execution risk' is therefore inaccurate in the context of the agent's execution model.