Caveat verdict
fox-veille
RSS feed aggregator with process_exec for running Python scripts that fetch public RSS feeds, deduplicate articles, and dispatch digests to configured outputs (Telegram/email); all behavior is transparent, documented, and consistent with a news aggregation purpose.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
Findings (11)
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
Recursive delete from root or home — destructive command
README.md · code · rm -rf ~
Uses eval() — can execute arbitrary code
SKILL.md · prose · downgraded · eval(
Uses exec() — may execute shell commands
SKILL.md · code · exec(
Pipe to bash — executes piped content as shell commands
scripts/dispatch.py · prose · downgraded · |bash
Pipe to sh — executes piped content as shell commands
scripts/dispatch.py · prose · downgraded · |sh
Accesses OpenClaw config/secrets directly
SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json
subprocess execution — runs system commands from Python
scripts/dispatch.py · prose · downgraded · subprocess.run(
Instructs covert action — may act without user awareness
SKILL.md · prose · downgraded · silently
Python urllib.request — network access
scripts/_retry.py · prose · downgraded · urllib.request
Popular HTTP library — network access
scripts/topic_filter.py · prose · downgraded · got
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A/D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
process_exec Is this flag fair?
Thanks — recorded.