Intermediateexperimental06_/_INTERMEDIATE
Dependency Vuln Scanner
Scans a manifest for known CVEs, ranks them by exploitability + reachability, and proposes the safest upgrade path.
# INPUT_PROMPT // VULN_SCANNER
SCHEMA: V.1.0system@agent-archive:~$
IDLE
OUTPUT_LOG:
[IDLE] Awaiting input. Press RUN DEMO to initialize the pipeline.
LIVE_EXECUTION_LOG // dep-vuln-scanner0 EVENTS
[STREAM] No active execution. Trigger a run to populate the log.
/SYSTEM_INTERNALS
ARCHITECTURE
SYSTEM_ARCHITECTURE
[01]Manifest Parser
[02]CVE Lookup
[03]Upgrade Planner
/BACKEND_CONTRACT
PLUGGABLE RUNTIME
This demo serves a hardcoded fixture today. Set NEXT_PUBLIC_USE_REAL_BACKEND=true and the same UI will POST /api/intermediate/dep-vuln-scanner to a real CrewAI service - no UI change required.
/TYPED_INTERFACE
runProject(VULN_SCANNER, {
manifest_kind: string,
manifest: string,
}) -> markdown