feat(cli): add standalone CLI wrapper — npx llm-security scan without Claude Code
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8ec320f40c
commit
52d26ddb0b
3 changed files with 189 additions and 1 deletions
|
|
@ -1,8 +1,11 @@
|
|||
{
|
||||
"name": "llm-security",
|
||||
"version": "5.1.0",
|
||||
"version": "6.0.0",
|
||||
"description": "Security scanning, auditing, and threat modeling for Claude Code projects",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
"llm-security": "./bin/llm-security.mjs"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue