cyberaudit-skill 3.0.0 → 3.0.1

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 (2) hide show
  1. package/dist/cli.js +0 -0
  2. package/package.json +2 -3
package/dist/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cyberaudit-skill",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Universal security audit skill for AI agents. Install once, audit any web or mobile app. OpenCode, Claude Code, Cursor, Kiro, Gemini — all supported.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -41,8 +41,7 @@
41
41
  "install:local": "node dist/cli.js install",
42
42
  "install:all": "node dist/cli.js install --agent all",
43
43
  "serve": "tsx src/mcp-server.ts",
44
- "prepublishOnly": "npm run build",
45
- "postinstall": "node -e \"try{require('fs').accessSync('dist/cli.js');require('child_process').execSync('node dist/cli.js install --agent all 2>/dev/null',{stdio:'inherit'})}catch(e){}\""
44
+ "prepublishOnly": "npm run build"
46
45
  },
47
46
  "dependencies": {
48
47
  "commander": "^12.0.0"