ClawAudit verdict
ros2-engineering-skills
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.
Findings (12)
Recursive delete from root or home — destructive command
references/deployment.md · code · rm -rf /
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/security.md · code · curl -fsSL https://tailscale.com/install.sh | sh
Pipe to sh — executes piped content as shell commands
references/security.md · code · | sh
References sudo — requests elevated privileges
references/communication.md · code · sudo
Pipe to python — executes piped content as Python code
README.md · prose · downgraded · | Python
apt-get install — installs system packages
references/deployment.md · code · apt-get install
subprocess execution — runs system commands from Python
references/simulation.md · code · subprocess.run(
Instructs covert action — may act without user awareness
SKILL.md · prose · downgraded · silently
Popular HTTP library — network access
references/nodes-executors.md · code · Got
Uses exec() — may execute shell commands
references/workspace-build.md · prose · downgraded · exec (
os.system/popen — direct OS command execution
tests/test_launch_validator.py · prose · downgraded · os.system(
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?
Thanks — recorded.