@xagent/one-shot 1.2.10 → 1.2.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "@xagent/one-shot",
4
- "version": "1.2.10",
4
+ "version": "1.2.11",
5
5
  "description": "An open-source AI agent that brings advanced AI capabilities directly into your terminal with automatic documentation updates.",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -37,6 +37,9 @@
37
37
  "test:tools": "./scripts/test-all-tools.sh",
38
38
  "test:tools:quick": "./scripts/test-tools-quick.sh",
39
39
  "test:tools:validate": "./scripts/validate-tool-code.sh",
40
+ "security:review": "npm audit && npm outdated",
41
+ "security:critical": "npm audit --audit-level=critical",
42
+ "security:report": "npm audit --json > security-report.json || true",
40
43
  "prepare": "husky install",
41
44
  "dev:site": "cd apps/site && npm run start",
42
45
  "build:site": "cd apps/site && npm run build",