vigile-scan 0.2.1 → 0.2.3

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "vigile-scan",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "description": "Security scanner for AI agent tools — detect tool poisoning, permission abuse, and supply chain attacks in MCP servers and agent skills",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
- "vigile-scan": "dist/index.js",
8
- "vigile": "dist/index.js"
7
+ "vigile-scan": "./dist/index.js",
8
+ "vigile": "./dist/index.js"
9
9
  },
10
10
  "files": [
11
11
  "dist",
@@ -13,7 +13,7 @@
13
13
  "LICENSE"
14
14
  ],
15
15
  "scripts": {
16
- "build": "tsup",
16
+ "build": "tsup && chmod +x dist/index.js",
17
17
  "dev": "tsup --watch",
18
18
  "start": "node dist/index.js",
19
19
  "lint": "eslint src/",