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/tests/fixtures/posture-scan/grade-a-project/agents/scanner-agent.md
vendored
Normal file
10
plugins/llm-security/tests/fixtures/posture-scan/grade-a-project/agents/scanner-agent.md
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
name: scanner-agent
|
||||
description: Scans files for security issues
|
||||
model: sonnet
|
||||
tools: ["Read", "Glob", "Grep"]
|
||||
---
|
||||
|
||||
# Scanner Agent
|
||||
|
||||
Read-only agent that scans project files.
|
||||
Loading…
Add table
Add a link
Reference in a new issue