sh-layer0 1.0.2

Continuum Layer 0: Security Gateway
Documentation
# sh-layer0

Continuum Layer 0: Security Gateway

This layer provides security validation and sanitization for all inputs and outputs in the Continuum agent runtime.

## Features

- Input validation and sanitization
- Path traversal protection
- Command injection prevention
- Rate limiting and budget tracking

## Usage

```rust
use sh_layer0::{SecurityGateway, InputValidator};

let gateway = SecurityGateway::new();
let validated = gateway.validate_input("user input")?;
```

## License

MIT