secubox-deb/.vscode/extensions.json
CyberMind-FR de67714c8d feat: Add 15 new SecuBox-Deb modules and VM configuration
New FastAPI modules migrated from OpenWrt:
- secubox-ad-guard: Adware/tracker detection with device-type stats
- secubox-ndpid: nDPId DPI with JA3/JA4 fingerprinting
- secubox-ai-gateway: OpenAI-compatible local AI API
- secubox-localrecall: Local RAG with Qdrant/Ollama
- secubox-master-link: Node mesh management
- secubox-threat-analyst: AI-powered threat analysis
- secubox-cve-triage: NVD/EPSS CVE triage workflow
- secubox-network-anomaly: IQR-based anomaly detection
- secubox-dns-guard: DNS filtering with RPZ
- secubox-iot-guard: IoT device security & quarantine
- secubox-config-advisor: ANSSI CSPN compliance checks
- secubox-mcp-server: MCP protocol for Claude integration
- secubox-identity: User/role management
- secubox-system-hub: System health & remote support

C library:
- zkp-hamiltonian: Zero-Knowledge Proof library (Blum 1986)

VM configuration:
- MOCHAbin-like 7-NIC topology for libvirt testing

Dev environment:
- VSCode tasks and extensions for SecuBox development
- Claude Code CLAUDE.md project instructions

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-27 10:08:05 +01:00

46 lines
2.5 KiB
JSON

{
"recommendations": [
// ── Claude ──────────────────────────────────────────────────────────────
"anthropic.claude-code",
// ── Python ──────────────────────────────────────────────────────────────
"ms-python.python",
"ms-python.vscode-pylance",
"charliermarsh.ruff",
"ms-python.debugpy",
// ── Shell / Bash ────────────────────────────────────────────────────────
"timonwong.shellcheck",
"foxundermoon.shell-format",
"mads-hartmann.bash-ide-vscode",
// ── YAML / TOML / Config ────────────────────────────────────────────────
"redhat.vscode-yaml",
"tamasfe.even-better-toml",
// ── Git ─────────────────────────────────────────────────────────────────
"eamodio.gitlens",
"mhutchie.git-graph",
// ── Qualité / Sécurité ──────────────────────────────────────────────────
"ms-vscode.test-adapter-converter",
"hbenl.vscode-test-explorer",
"snyk-security.snyk-vulnerability-scanner",
// ── Réseau / Protocoles ─────────────────────────────────────────────────
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-containers",
// ── UI / Thème ───────────────────────────────────────────────────────────
"zhuangtongfa.material-theme",
"PKief.material-icon-theme",
// ── Divers productivité ─────────────────────────────────────────────────
"christian-kohler.path-intellisense",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-french",
"usernamehw.errorlens",
"oderwat.indent-rainbow"
]
}