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
16
plugins/config-audit/.config-audit-ignore
Normal file
16
plugins/config-audit/.config-audit-ignore
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Config-Audit Self-Audit Suppressions
|
||||
# These findings are expected/intentional when scanning this plugin's own root.
|
||||
|
||||
# Plugin health scanner: yaml-parser can't parse YAML block lists in agent tools field
|
||||
CA-PLH-*
|
||||
|
||||
# Feature gap: plugin intentionally doesn't need all enterprise features
|
||||
CA-GAP-*
|
||||
|
||||
# Rules with always-active scope (state-management.md) — intentional design
|
||||
CA-RUL-003
|
||||
|
||||
# Duplicate hook definitions: expected when examples/ has its own hooks.json
|
||||
CA-CNF-007
|
||||
CA-CNF-008
|
||||
CA-CNF-009
|
||||
Loading…
Add table
Add a link
Reference in a new issue