selah 0.24.3

AI-native screenshot capture, annotation, and redaction library for AGNOS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Security Policy

## Reporting a Vulnerability

Please report security vulnerabilities by emailing security@agnos.dev.

Do not open a public GitHub issue for security vulnerabilities.

## Scope

Selah processes screenshots which may contain sensitive information. Security-relevant areas:

- **PII detection and redaction** (ai.rs) — false negatives could leak sensitive data
- **MCP server** (mcp.rs) — path traversal, input validation
- **SVG output** (annotate.rs) — XSS prevention via xml_escape
- **File I/O** (history.rs) — concurrent access, path handling