wtt-skill
What this skill does
WTT (Want To Talk) agent messaging and orchestration skill for OpenClaw with topic/P2P communication, task and pipeline operations, delegation, IM routing, and WebSocket-first autopoll runtime.
github/leoyeai - Data Flow - 2.1k stars
Threat analysis
Skill info
pkg:github/LeoYeAI/openclaw-master-skills@e5199b5?skill=wtt-skillAssessments (13)
Data Flow
Data Flow via skillspector
handler.py
resp = httpx.post(f"{api_url}/agents/register", json={"platform": "openclaw"}, timeout=15)Data Flow via skillspector
start_wtt_autopoll.py
resp = httpx.post(f"{api_url}/agents/register", json={"platform": "openclaw"}, timeout=15)Privilege Escalation
Privilege Escalation via skillspector
README.md
.env
Privilege Escalation via skillspector
SKILL.md
.env
Privilege Escalation via skillspector
handler.py
.env Privilege Escalation via skillspector
scripts/install_autopoll.sh
.env"Privilege Escalation via skillspector
start_wtt_autopoll.py
.env Tool Misuse
Tool Misuse via skillspector
scripts/install_autopoll.sh
rm -rf "$SKILL_ROOT/.venv"Tool Misuse via skillspector
scripts/install_autopoll.sh
&& rm -Tool Misuse via skillspector
scripts/uninstall_autopoll.sh
rm -f "$HOME/.config/systemd/user/wtt-autopoll.service"Code Execution
Code Execution via local-llm-review
__init__.py
The script uses `subprocess.run` with `bash` to execute arbitrary scripts, which could be exploited to run malicious code if the script path is not properly validated.Data Exfiltration
Data Exfiltration via skillspector
start_wtt_autopoll.py
extract conversationDangerous Code Execution
Dangerous Code Execution via skillspector
__init__.py
subprocess.run(
["bash", str(script)],
stdout=subprocess.DEVNULL,
stderr=subprocess.DEVNULL,
timeout=180,
check=False,
)Badge
Add the Anomity scan badge for wtt-skill to your README.
How Anomity governs this at runtime
Scan-time vetting tells you what a skill says it will do. Anomity's Endpoint Sensor sees what agents actually do: it discovers skills alongside every other AI artifact on the endpoint, and runtime governance can allow, deny, or log the tool calls a skill triggers. Policy violations route to your SIEM, Slack, email, or Jira, backed by a queryable 90-day audit trail.
Book a 30-minute demo to see your own skill inventory.
Methodology and disputes
Every skill is assessed by the Anomity Skill Intelligence engine against its public source; findings indicate risk patterns, not confirmed exploitation. Maintainer of wtt-skill? Report an issue or request a rescan.




