computer-use-agents
Warn
Audited by Runlayer on Feb 21, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
78.3%
Malicious tool definition detected
**When to use**: ['Deploying any computer use agent', 'Testing agent behavior safely', 'Running untrusted automation tasks'] ```python # Dockerfile for sandboxed computer use environment # Based on Anthropic's reference implementation pattern FROM ubuntu:22.04 # Install desktop environment RUN apt-get update && apt-get install -y \ xvfb \ x11vnc \ fluxbox \ xterm \ firefox \ python3 \ python3-pip \ supervisor # Security: Create non-root user RUN useradd -m -s /bin/bash agent && \ mkdir -p /home/
Tool: SKILL.md [2/2]
Audit Metadata