@vibo-dev/skill-injection-scanner 1.1.4 → 1.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.
Files changed (3) hide show
  1. package/SKILL.md +1 -1
  2. package/package.json +1 -1
  3. package/scanner.py +1 -1
package/SKILL.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: skill-injection-scanner
3
3
  description: "Scan agent skill files for hidden instructions and prompt-injection patterns (EN/RU) before a poisoned skill rewrites your agent. 19 rules, zero dependencies. Use ONLY with the user's explicit consent: tell the user which skills folder will be scanned — findings are printed to stdout locally."
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  tools: [python]
6
6
  license: MIT
7
7
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vibo-dev/skill-injection-scanner",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "Find hidden instructions and prompt-injection patterns inside agent skill files (EN/RU, 19 rules). Local-first, zero dependencies, Python 3.8+.",
5
5
  "license": "MIT",
6
6
  "author": "Viacheslav Bochkarev <vnbochkarev@gmail.com>",
package/scanner.py CHANGED
@@ -33,7 +33,7 @@ import os
33
33
  import re
34
34
  import sys
35
35
 
36
- __version__ = "1.1.3"
36
+ __version__ = "1.1.5"
37
37
 
38
38
  RULES = [
39
39
  # (name, regex, severity, note)