commit cbea78a728081b647214250667fbdda769846748 Author: Zhongwei Li Date: Sat Nov 29 18:02:21 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..32a1aaf --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,12 @@ +{ + "name": "mix_audit", + "description": "Dependency security audit plugin that scans Mix dependencies for known vulnerabilities", + "version": "1.0.1", + "author": { + "name": "Bradley Golden", + "url": "https://github.com/bradleygolden" + }, + "hooks": [ + "./hooks" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..38eb55c --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# mix_audit + +Dependency security audit plugin that scans Mix dependencies for known vulnerabilities diff --git a/hooks/hooks.json b/hooks/hooks.json new file mode 100644 index 0000000..6ca5b55 --- /dev/null +++ b/hooks/hooks.json @@ -0,0 +1,17 @@ +{ + "description": "Dependency security audit with pre-commit validation", + "hooks": { + "PreToolUse": [ + { + "matcher": "Bash", + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/scripts/pre-commit-check.sh", + "timeout": 30 + } + ] + } + ] + } +} diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..3e9618a --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:bradleygolden/claude-marketplace-elixir:plugins/mix_audit", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "65b951d694ea0a59d143f0879866a1da01ae7d1a", + "treeHash": "6940dc3903c2ff2ecbb1de20932f294be80a0e61eeca8f0914d379f65a12b98a", + "generatedAt": "2025-11-28T10:14:23.269715Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "mix_audit", + "description": "Dependency security audit plugin that scans Mix dependencies for known vulnerabilities", + "version": "1.0.1" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "7bab433011fe87220f70da5b9458aa85544f3e633fbbb35574c020c6bc849ca8" + }, + { + "path": "hooks/hooks.json", + "sha256": "997c81b165e77438c642535633aaa455cf1dd4b9848583e4b38d07d7043ecdd2" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "e6f02ba905328da101d7f00e374e3d03564ab9560a54f35c9402c9b282d34812" + } + ], + "dirSha256": "6940dc3903c2ff2ecbb1de20932f294be80a0e61eeca8f0914d379f65a12b98a" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file