ClawAudit verdict

agent-roundtable

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

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.

0
security
90
transparency
100
maintenance

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.

Capability combination critical

Reads local files AND makes external network calls — the capabilities for data exfiltration co-occur (data-flow not verified)

LLM02 · LLM06 · ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Performs file operations but does not declare file-accessing binaries

file_read

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (10)

Pattern match high

subprocess execution — runs system commands from Python

docs/tech-designs/roundtable-web-viewer-tech-design.md · code · subprocess.run(

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://0.0.0.0

Pattern match high

Pipe to python — executes piped content as Python code

docs/design/DESIGN-sprint2.md · prose · downgraded · | Python

Pattern match high

Possible hardcoded credential

tests/test_web_publisher.py · prose · downgraded · token = "testtoken123

Pattern match medium

Instructs covert action — may act without user awareness

SKILL.md · prose · downgraded · silently

Pattern match medium

POSTs data to external URL

docs/ADAPTER.md · code · .post("https://

Pattern match medium

References child_process — can spawn system processes

scripts/release/bump-version.js · prose · downgraded · child_process

Pattern match medium

Python os.environ.get — reads environment variable

src/skills/references/notifications-implementation.md · code · os.environ.get(

Pattern match low

Opens WebSocket connection

docs/product/PRD-sprint1.md · prose · downgraded · WebSocket

Pattern match low

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
Check another skill Browse the registry Auditing your own skills or configs? Use the API