feat: initial open marketplace with llm-security, config-audit, ultraplan-local
This commit is contained in:
commit
f93d6abdae
380 changed files with 65935 additions and 0 deletions
10
plugins/llm-security/examples/prompt-injection-showcase/run-showcase.sh
Executable file
10
plugins/llm-security/examples/prompt-injection-showcase/run-showcase.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
# run-showcase.sh — Wrapper for the prompt injection showcase
|
||||
# Usage:
|
||||
# cd plugins/llm-security
|
||||
# ./examples/prompt-injection-showcase/run-showcase.sh
|
||||
# ./examples/prompt-injection-showcase/run-showcase.sh --verbose
|
||||
# ./examples/prompt-injection-showcase/run-showcase.sh --category "Bash Evasion"
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
|
||||
exec node "$SCRIPT_DIR/run-showcase.mjs" "$@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue