zeph-tools 0.19.2

Tool executor trait with shell, web scrape, and composite executors for Zeph
Documentation
1
2
3
4
5
6
7
8
9
10
11
// SPDX-FileCopyrightText: 2026 Andrei G <bug-ops>
// SPDX-License-Identifier: MIT OR Apache-2.0

//! Re-export of injection-detection patterns from `zeph-common` for backwards compatibility.
//!
//! The canonical definitions have moved to `zeph_common::patterns`. Callers that already
//! import from `zeph_tools::patterns` continue to work without changes.

pub use zeph_common::patterns::{
    RAW_INJECTION_PATTERNS, RAW_RESPONSE_PATTERNS, strip_format_chars,
};