cyberaudit-skill 3.1.0 → 3.1.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.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -107,7 +107,7 @@ async function main() {
|
|
|
107
107
|
program
|
|
108
108
|
.name("cyberaudit-skill")
|
|
109
109
|
.description("CyberAudit Skill — universal security audit skill for AI agents")
|
|
110
|
-
.version("3.
|
|
110
|
+
.version("3.1.0");
|
|
111
111
|
program
|
|
112
112
|
.command("install")
|
|
113
113
|
.description("Install CyberAudit Skill for AI agent(s)")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cyberaudit-skill",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.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",
|