Caveat verdict
agb(agent-browser)
agb
Receives external input AND uses eval
Browser automation CLI wrapper with documented commands for navigation, snapshots, and interaction; behavior matches the stated web automation purpose.
Automated static analysis — not a human review. Caveat 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 Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Receives external input AND uses eval — the remote code-injection pattern (data-flow not verified)
LLM01 · LLM05 · ASI01 · ASI05
Findings (4)
Uses eval() — can execute arbitrary code
index.js · prose · downgraded · eval(
Opens WebSocket connection
SKILL.md · code · WebSocket
References child_process — can spawn system processes
index.js · prose · downgraded · child_process
Uses spawn() — can execute external programs
index.js · prose · downgraded · spawn(
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.
dynamic_evalnetwork_in Thanks — recorded.