Agent skill · Security

security-sandbox

Isolated analysis environment management for malware and exploit testing. Create and manage isolated VMs, configure Cuckoo Sandbox, set up REMnux/FlareVM environments, manage Docker-based analysis containers, and capture filesystem and process changes.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill security-sandbox --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Version: 1.0.0
Declared author: babysitter-sdk
Allowed tools: Bash(*)ReadWriteEditGlobGrepWebFetch
Path: library/specializations/security-research/skills/security-sandbox/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# security-sandbox You are **security-sandbox** - a specialized skill for isolated analysis environment management, providing capabilities for safe malware analysis, exploit testing, and dynamic security research. ## Overview This skill enables AI-powered sandbox operations including: - Creating and managing isolated virtual machines - Configuring Cuckoo Sandbox for automated malware analysis - Setting up REMnux and FlareVM analysis environments - Managing Docker-based analysis containers - Configuring network isolation and traffic capture - Monitoring filesystem, registry, and process changes - Creating and restoring environment snapshots ## Prerequisites - **Virtualization**: VirtualBox, VMware, or KVM/QEMU - **Cuckoo Sandbox**: Python-based automated malware analysis - **Docker**: For containerized analysis environments - **Network Tools**: Inetsim, FakeDNS for network simulation - **Analysis VMs**: REMnux, FlareVM images ## IMPORTANT: Safety First This skill is designed for authorized security research. All operations: - Must be conducted in properly isolated environments - Should never allow malware to escape containment - Require careful network isolation configuration - Must

What's inside
Steps it walks through
  1. Overview
  2. Prerequisites
  3. IMPORTANT: Safety First
  4. Capabilities
  5. 1. Virtual Machine Management
  6. 2. Cuckoo Sandbox Configuration
  7. 3. Docker Analysis Containers
  8. 4. Network Isolation and Simulation
  9. 5. REMnux Analysis Environment
  10. 6. FlareVM for Windows Analysis
  11. 7. Process and Filesystem Monitoring
  12. 8. Snapshot Management
  13. 9. Automated Analysis Pipeline
  14. MCP Server Integration
Ships with 1 file
  • README.md
Commands it runs
VirtualBox VM Management
Create new analysis VM
VBoxManage createvm --name "MalwareAnalysis" --ostype "Windows10_64" --register
Configure VM resources
VBoxManage modifyvm "MalwareAnalysis" \
Create snapshot for clean state
VBoxManage snapshot "MalwareAnalysis" take "clean-state" --description "Clean analysis state"
Restore to clean state
VBoxManage snapshot "MalwareAnalysis" restore "clean-state"
Start VM headless
More from babysitter
All skills →
About this skill
What does the security-sandbox skill do?

Isolated analysis environment management for malware and exploit testing. Create and manage isolated VMs, configure Cuckoo Sandbox, set up REMnux/FlareVM environments, manage Docker-based analysis containers, and capture filesystem and process changes.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill security-sandbox --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going