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:
Kjell Tore Guttormsen 2026-04-10 13:58:25 +02:00
commit 52d26ddb0b
3 changed files with 189 additions and 1 deletions

View file

@ -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"
},