ShieldOps AI brings core container and infrastructure workflows into VS Code while staying aligned with the live ShieldOps backend. The current release is API-first for supported tasks, with safe web fallback where the product flow is still page-first.
Dockerfile Analysis
AutoFix
SBOM
Compose Scan
Kubernetes Scan
Cloud Cost
Compose Generator
Why Install ShieldOps AI?
Run security-oriented workflows from the file you already have open.
Send supported tasks directly to the ShieldOps backend without copying payloads manually.
Review structured findings inside a dedicated VS Code results panel.
Fall back to the web app only when the current product journey is still page-first.
How V1 Works
This V1 extension is intentionally simple:
Open a supported file in VS Code.
Run one of the ShieldOps AI commands.
The extension calls the ShieldOps extension API directly.
Results open inside a VS Code panel.
If a task is still web-first, the extension falls back to opening the matching ShieldOps page.
What The Results Panel Shows
Findings table grouped by severity
Line hints when available
Summary metrics such as issue count, score, engine, and scan id
A clean empty state when no issues are found
Commands
ShieldOps AI: Open Integration Hub
ShieldOps AI: Analyze Current File
ShieldOps AI: AutoFix Current Dockerfile
ShieldOps AI: Generate SBOM From Current File
ShieldOps AI: Scan Current Compose File
ShieldOps AI: Scan Current Kubernetes File
ShieldOps AI: Estimate Cloud Cost From Current File
Change baseUrl if your ShieldOps app runs on another host or port. apiToken is optional for hosted deployments that protect the extension API with a shared token.