ClawAudit verdict

ros2-engineering-skills

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Skill is a pure documentation guide for ROS 2 robotics development covering workspace setup, communication patterns, and deployment; it contains no executable malicious patterns and no capabilities flags indicate external network or credential access.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
70
transparency
70
maintenance

Findings (12)

Pattern match critical

Recursive delete from root or home — destructive command

references/deployment.md · code · rm -rf /

Pattern match critical

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

references/security.md · code · curl -fsSL https://tailscale.com/install.sh | sh

Pattern match critical

Pipe to sh — executes piped content as shell commands

references/security.md · code · | sh

Pattern match high

References sudo — requests elevated privileges

references/communication.md · code · sudo

Pattern match high

Pipe to python — executes piped content as Python code

README.md · prose · downgraded · | Python

Pattern match high

apt-get install — installs system packages

references/deployment.md · code · apt-get install

Pattern match high

subprocess execution — runs system commands from Python

references/simulation.md · code · subprocess.run(

Pattern match medium

Instructs covert action — may act without user awareness

SKILL.md · prose · downgraded · silently

Pattern match medium

Popular HTTP library — network access

references/nodes-executors.md · code · Got

Pattern match medium

Uses exec() — may execute shell commands

references/workspace-build.md · prose · downgraded · exec (

Pattern match medium

os.system/popen — direct OS command execution

tests/test_launch_validator.py · prose · downgraded · os.system(

Pattern match low

Opens WebSocket connection

references/debugging.md · prose · downgraded · WebSocket

Why the tier is capped

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