Version sync: package.json, .claude-plugin/plugin.json, README badge + Recent versions row, CLAUDE.md header + v8.1.2 highlights, CHANGELOG [8.1.2]. The own-working-tree header and CHANGELOG no longer claim that node_modules and the plugin dir are the only install locations foreign code lands in (independent review: Python venv, vendor/ still own) — listed as Known open instead. Gates on the staged tree: suite 2328 / 2322 pass / 0 fail / 6 skipped, hooks 370/0, golden 109/7/4 61/61, av-surface 6/6, claude plugin validate pass (1 known CLAUDE.md warning). Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
44 lines
1 KiB
JSON
44 lines
1 KiB
JSON
{
|
|
"name": "llm-security",
|
|
"version": "8.1.2",
|
|
"description": "Security scanning, auditing, and threat modeling for Claude Code projects",
|
|
"type": "module",
|
|
"bin": {
|
|
"llm-security": "./bin/llm-security.mjs"
|
|
},
|
|
"files": [
|
|
"bin/",
|
|
"scanners/",
|
|
"knowledge/",
|
|
"LICENSE",
|
|
"README.md",
|
|
"CONTRIBUTING.md",
|
|
"SECURITY.md",
|
|
"CHANGELOG.md"
|
|
],
|
|
"homepage": "https://git.fromaitochitta.com/open/ktg-plugin-marketplace/src/branch/main/plugins/llm-security",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test 'tests/**/*.test.mjs'",
|
|
"bump": "node scripts/bump-version.mjs"
|
|
},
|
|
"keywords": [
|
|
"claude-code",
|
|
"security",
|
|
"owasp",
|
|
"llm",
|
|
"plugin"
|
|
],
|
|
"author": "Kjell Tore Guttormsen",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.fromaitochitta.com/open/ktg-plugin-marketplace",
|
|
"directory": "plugins/llm-security"
|
|
},
|
|
"bugs": {
|
|
"url": "https://git.fromaitochitta.com/open/ktg-plugin-marketplace/issues"
|
|
}
|
|
}
|