Caveat verdict

fox-veille

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

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.

0
security
80
transparency
70
maintenance

Findings (11)

Pattern match critical

Pipe to python — executes piped content as Python code

SKILL.md · code · | python3

Pattern match critical

Recursive delete from root or home — destructive command

README.md · code · rm -rf ~

Pattern match high

Uses eval() — can execute arbitrary code

SKILL.md · prose · downgraded · eval(

Pattern match high

Uses exec() — may execute shell commands

SKILL.md · code · exec(

Pattern match high

Pipe to bash — executes piped content as shell commands

scripts/dispatch.py · prose · downgraded · |bash

Pattern match high

Pipe to sh — executes piped content as shell commands

scripts/dispatch.py · prose · downgraded · |sh

Pattern match medium

Accesses OpenClaw config/secrets directly

SKILL.md · prose · downgraded · ~/.openclaw/openclaw.json

Pattern match medium

subprocess execution — runs system commands from Python

scripts/dispatch.py · prose · downgraded · subprocess.run(

Pattern match medium

Instructs covert action — may act without user awareness

SKILL.md · prose · downgraded · silently

Pattern match low

Python urllib.request — network access

scripts/_retry.py · prose · downgraded · urllib.request

Pattern match low

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API