llm-scanner 0.1.4 → 0.1.5
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
> Scan your AI app for prompt injection vulnerabilities before hackers do.
|
|
4
4
|
|
|
5
|
+
> Give me your AI endpoint → I'll show you what breaks in 30 seconds.
|
|
6
|
+
|
|
5
7
|
llm-scanner fires hacker-style attacks at your AI endpoint, judges every
|
|
6
8
|
response with an LLM, and tells you exactly what's broken and how to fix it.
|
|
7
9
|
|