feat(FN-3077): enforce plugin AI security scan gate across install flows
- Add core plugin AI security scan module and schema support for scan toggle/state metadata - Enforce scan checks during CLI and dashboard plugin install flows, with preserved API error status on scan failures - Expose plugin scan toggle and rescan actions in dashboard/plugin manager with route and UI coverage - Update plugin authoring and CLI/dashboard docs, plus add changeset for published CLI package Fusion-Task-Id: FN-3077
This commit is contained in:
9
.changeset/plugin-ai-security-scan.md
Normal file
9
.changeset/plugin-ai-security-scan.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
"@runfusion/fusion": minor
|
||||
---
|
||||
|
||||
Add optional plugin AI security scan controls across install/rescan workflows.
|
||||
|
||||
- `fn plugin install <path-or-package> --ai-scan` to opt into scan-on-load
|
||||
- `fn plugin rescan <id>` to run a fresh scan/reload and surface verdict details
|
||||
- Dashboard/API plugin management now supports toggling `aiScanOnLoad` and explicit rescans with persisted scan results
|
||||
Reference in New Issue
Block a user