@sandrobuilds/tracerney 0.9.10 → 0.9.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/tracerney)
|
|
6
6
|
[](https://opensource.org/licenses/MIT)
|
|
7
7
|
|
|
8
|
-
Tracerney is a
|
|
8
|
+
Tracerney is a lightweight, free SDK for detecting prompt injection attacks. It runs 100% locally with no dependencies and no data collection.
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
**Free SDK includes:**
|
|
11
|
+
- **Layer 1 (Pattern Detection)**: 238 embedded attack patterns with Unicode normalization
|
|
12
|
+
- <2ms detection latency per prompt
|
|
13
|
+
- Zero network overhead — all detection is local
|
|
14
|
+
- Works offline — no backend required
|
|
15
15
|
|
|
16
16
|
## 🚀 Quick Start
|
|
17
17
|
|