Caveat verdict

code-review

openclaw-code-review

88
๐ŸŸข Trusted
No high-risk patterns surfaced by the deep scan โ€” automated capability review, not behavioral proof.

Automated code review tool analyzing local files for quality, security, and style issues using a local Python script; all analysis is local with optional CI/CD report export and no external data transmission.

โš  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.

40
security
90
transparency
70
maintenance

Findings (3)

Pattern match critical

Pipe to python โ€” executes piped content as Python code

SKILL.md ยท code ยท | python3

Pattern match high

Uses eval() โ€” can execute arbitrary code

scripts/analyzer.py ยท prose ยท downgraded ยท eval(

Pattern match medium

subprocess execution โ€” runs system commands from Python

scripts/main.py ยท prose ยท downgraded ยท subprocess.run(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class 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.

Is this flag fair?

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