ClawAudit verdict

ubuntu-browser-session

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

Fetches from network AND uses eval/Function

Manages browser sessions on an Ubuntu host for reusing authenticated site logins; behavior is transparent browser session management matching the stated purpose with explicit rules against guessing between multiple accounts.

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.

8
security
70
transparency
70
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

Fetches from network AND uses eval/Function — the remote-code-execution pattern (data-flow not verified)

LLM05 · LLM06 · ASI05

Permission integrity

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

network_out

Findings (5)

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://127.0.0.1

Pattern match medium

subprocess execution — runs system commands from Python

scripts/test_cdp_helpers.py · prose · downgraded · subprocess.check_output(

Pattern match low

Opens WebSocket connection

SKILL.md · prose · downgraded · WebSocket

Pattern match low

Python urllib.request — network access

scripts/cdp-eval.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

scripts/profile-resolution.sh · prose · downgraded · os.environ.get(

Why the tier is capped

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

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