yuan-lab-llm--clawmanager
ecfc19b7a0
Adds the complete Security Protection Platform (secplane) frontend — a unified admin console covering 4 defense layers: - Runtime layer: input/state/decision/output surface defense, asset tamper-proofing, human approval workflow (6 scenario pages) - Host layer: host hardening (KSec + Falco/IDS) and container isolation - Audit layer: SecureClaw data-and-component trust auditing - Control layer: outbound trusted-endpoint governance, policy governance, kill-switch/circuit-breaker, full-chain audit, collaboration governance, and input detection (5 scenario pages + 2 collaboration pages) Includes: - 9 i18n translation files (en/zh/ja/ko/de) for all secplane modules - Security overview page and event center - Category navigation and scenario placeholder system - Dispatch picker and apply dispatch buttons - Host hardening service with Falco/IDS template data - /api/host dev proxy in vite.config for ksec-bridge - Navigation menu integration in AdminLayout - Security center breadcrumb navigation - Instance portal proxy URL fix (use Vite dev proxy) - package.json: add js-yaml dependency for IDS template parsing - 5-language README What's New entries for secplane Excluded (per design): - authStore.ts dev bypass (VITE_BYPASS_AUTH) - Backend address override (minikube IP restored to 127.0.0.1:9001) - Backend secplane Go code (separate PR) - docs/ and tests/ (separate PRs) Co-authored-by: Claude <noreply@anthropic.com>