ClawAudit verdict
agent-roundtable
Reads local files AND makes external network calls
This skill orchestrates multi-agent structured discussions by spawning sub-agents via delegate_task with roundtable toolsets; all behavior is consistent with its stated purpose of enabling collaborative multi-agent debate and decision-making.
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.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)
LLM02 · LLM06 · ASI03
Permission integrity
network_out
file_read
package_install
Findings (10)
subprocess execution — runs system commands from Python
docs/tech-designs/roundtable-web-viewer-tech-design.md · code · subprocess.run(
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://0.0.0.0
Pipe to python — executes piped content as Python code
docs/design/DESIGN-sprint2.md · prose · downgraded · | Python
Possible hardcoded credential
tests/test_web_publisher.py · prose · downgraded · token = "testtoken123
Instructs covert action — may act without user awareness
SKILL.md · prose · downgraded · silently
POSTs data to external URL
docs/ADAPTER.md · code · .post("https://
References child_process — can spawn system processes
scripts/release/bump-version.js · prose · downgraded · child_process
Python os.environ.get — reads environment variable
src/skills/references/notifications-implementation.md · code · os.environ.get(
Opens WebSocket connection
docs/product/PRD-sprint1.md · prose · downgraded · WebSocket
Popular HTTP library — network access
tests/test_core.py · prose · downgraded · got
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.
network_outpackage_installfile_read Thanks — recorded.