Commit Graph

5 Commits

Author SHA1 Message Date
GangGreenTemperTatum c337ab7095
Add MCP server for AI agent integration
Expose 13 steganography tools via Model Context Protocol (stdio):
- stegg_encode/decode: LSB steg with 15 channel presets, 4 strategies, AES-256-GCM
- stegg_analyze: chi-square anomaly detection with verdict scoring
- stegg_detect: STEG v3 header auto-detection
- stegg_capacity: carrier capacity calculation
- stegg_inject_chunk/read_chunks: PNG metadata chunk injection and reading
- stegg_inject_exif: EXIF/PNG metadata field injection via PIL
- stegg_injection_filename: prompt-injection filename generation for AI red-teaming
- stegg_jailbreak_templates: list available jailbreak prompt templates
- stegg_analysis_tool/list_analysis_tools: access to 264+ detection functions
- stegg_crypto_status: encryption method availability check

Install with: pip install stegg[mcp]
Run with: stegg-mcp (or python mcp_server.py)
2026-06-15 08:25:42 -04:00
pliny 508cbaeb7e
Add files via upload 2026-04-02 14:42:09 -07:00
pliny 0665a9e81b
Change license from Apache-2.0 to AGPL 3.0 2026-03-30 10:48:52 -07:00
pliny 1238da61d6
Add files via upload 2026-03-29 23:25:31 -07:00
pliny 9f264b5aad
Add files via upload 2026-03-29 21:43:15 -07:00