isolation-review

Analyze system isolation boundaries and test for bypass paths across trust domains.

1|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/dtsong/claude-code-windows-setup --skill isolation-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: isolation-review
Source: https://github.com/dtsong/claude-code-windows-setup/tree/main/skills/council/warden/isolation-review
Command: npx skills add https://github.com/dtsong/claude-code-windows-setup --skill isolation-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps identify and analyze how different parts of a system are isolated from each other, ensuring that sensitive data and processes are protected from unauthorized access or escape.

Core Features & Use Cases

  • Boundary Mapping: Visualizes and enumerates all isolation layers (containers, VMs, enclaves, etc.).
  • Crossing Point Analysis: Details how data and processes move between isolated zones.
  • Enforcement Verification: Checks if security mechanisms like namespaces and seccomp are correctly configured.
  • Bypass Path Identification: Assesses potential vulnerabilities that could allow attackers to break out of isolation.
  • Use Case: Before deploying a new microservice in containers, use this Skill to review its isolation configuration and ensure it cannot access or affect other services or the host system.

Quick Start

Review the isolation boundaries and crossing points for the current system configuration.

Frequently Asked Questions about isolation-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map system isolation boundaries for containers and VMs?

To map system isolation boundaries, enumerate all isolation layers like containers and VMs, detail crossing points between trust domains, and verify enforcement mechanisms such as namespaces and seccomp configurations.

What is a container isolation bypass path and how do I identify it?

A container isolation bypass path is a vulnerability allowing unauthorized escape from an isolated zone. Identify bypass paths by assessing potential vulnerabilities across trust domains to ensure processes cannot break out of isolation.

How do I verify seccomp and namespace enforcement mechanisms for microservices?

Verify seccomp and namespace enforcement by checking if security mechanisms are correctly configured within your system architecture, ensuring isolated microservices cannot access or affect other services or the host system.

Can I review network segmentation and enclave boundaries using system architecture documentation?

Yes, you can review network segmentation and enclave boundaries by providing system architecture documentation, isolation configurations, trust domain definitions, and threat models to comprehensively analyze and secure system isolation.

What do I need to test trust domain isolation configurations across my system?

To test trust domain isolation configurations, you need system architecture documentation, isolation configurations, trust domain definitions, and threat models to comprehensively review boundaries and identify potential bypass paths.

Why does my container isolation configuration allow unauthorized access to the host system?

Container isolation configurations allow unauthorized access when enforcement mechanisms like namespaces and seccomp are incorrectly configured, creating bypass paths across trust domains that fail to secure system boundaries.