fullcourtdefense-cli 1.7.20 → 1.7.21

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/dist/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "1.7.20"
2
+ "version": "1.7.21"
3
3
  }
package/package.json CHANGED
@@ -1,44 +1,44 @@
1
- {
2
- "name": "fullcourtdefense-cli",
3
- "version": "1.7.20",
4
- "description": "Full Court Defense CLI — security scanning for AI agents from your terminal",
5
- "main": "dist/index.js",
6
- "bin": {
7
- "fullcourtdefense": "dist/index.js",
8
- "fcd": "dist/index.js",
9
- "botguard": "dist/index.js"
10
- },
11
- "files": [
12
- "dist",
13
- "README.md"
14
- ],
15
- "scripts": {
16
- "build": "tsc && node scripts/copy-attack-corpus.js",
17
- "test:deterministic-guard": "npm run build && node scripts/test-deterministic-guard.js",
18
- "test:taint-ledger": "npm run build && node scripts/test-taint-ledger.js",
19
- "prepublishOnly": "npm run build"
20
- },
21
- "keywords": [
22
- "llm",
23
- "security",
24
- "guardrails",
25
- "ai-safety",
26
- "prompt-injection",
27
- "cli",
28
- "red-teaming",
29
- "owasp",
30
- "mcp",
31
- "rag"
32
- ],
33
- "license": "MIT",
34
- "devDependencies": {
35
- "@types/node": "^25.3.0",
36
- "typescript": "^5.3.0"
37
- },
38
- "engines": {
39
- "node": ">=18.0.0"
40
- },
41
- "dependencies": {
42
- "yaml": "^2.8.4"
43
- }
44
- }
1
+ {
2
+ "name": "fullcourtdefense-cli",
3
+ "version": "1.7.21",
4
+ "description": "Full Court Defense CLI — security scanning for AI agents from your terminal",
5
+ "main": "dist/index.js",
6
+ "bin": {
7
+ "fullcourtdefense": "dist/index.js",
8
+ "fcd": "dist/index.js",
9
+ "botguard": "dist/index.js"
10
+ },
11
+ "files": [
12
+ "dist",
13
+ "README.md"
14
+ ],
15
+ "scripts": {
16
+ "build": "tsc && node scripts/copy-attack-corpus.js",
17
+ "test:deterministic-guard": "npm run build && node scripts/test-deterministic-guard.js",
18
+ "test:taint-ledger": "npm run build && node scripts/test-taint-ledger.js",
19
+ "prepublishOnly": "npm run build"
20
+ },
21
+ "keywords": [
22
+ "llm",
23
+ "security",
24
+ "guardrails",
25
+ "ai-safety",
26
+ "prompt-injection",
27
+ "cli",
28
+ "red-teaming",
29
+ "owasp",
30
+ "mcp",
31
+ "rag"
32
+ ],
33
+ "license": "MIT",
34
+ "devDependencies": {
35
+ "@types/node": "^25.3.0",
36
+ "typescript": "^5.3.0"
37
+ },
38
+ "engines": {
39
+ "node": ">=18.0.0"
40
+ },
41
+ "dependencies": {
42
+ "yaml": "^2.8.4"
43
+ }
44
+ }