VectorVue User Guide
Audience: security operators, client stakeholders, auditors, and platform teams.
This guide explains how VectorVue is used as a commercial security validation and assurance platform.
1. What VectorVue Delivers
- Security validation execution with tenant isolation
- Operational visibility into findings, remediation, and risk posture
- Explainable analytics for defensive effectiveness
- Continuous compliance evidence with cryptographic integrity
2. Product Workflows
2.1 Operator Workflow
- Configure campaign scope and controls
- Execute and record campaign observations
- Produce findings and evidence
- Track remediation outcomes
- Publish reports and analytics updates
2.2 Client Workflow
- Review portal overview and analytics
- Prioritize findings by severity and exploitability
- Track remediation ownership and completion
- Download formal reports and evidence artifacts
2.3 Auditor Workflow
- Select framework and time window
- Retrieve signed compliance dataset
- Verify checksums and hash chain
- Recompute control effectiveness state
- Validate framework score consistency
3. Platform Architecture Summary
- API layer: FastAPI
- Datastore: PostgreSQL
- Queue/workers: Redis + RQ workers
- Portal: Next.js
- Reverse proxy: nginx
- Internal telemetry gateway: mTLS + Ed25519 verification + replay defense
Core design rules:
- tenant boundary enforcement
- append-only evidence records where required
- reproducible analytics outputs with version lineage
- no silent model promotion
- zero-trust federation (no shared secrets, explicit trust material only)
4. Security and Privacy Baseline
- JWT-based tenant-scoped access
- signed compliance API responses
- immutable compliance event chain
- telemetry limited to security workflow behavior
- no marketing-style tracking data capture
- read-only client API (telemetry ingestion removed from public client API)
- mandatory mTLS and signed telemetry for SpectraStrike federation path
- tamper-evident audit logging and red-team validation gates in CI
5. Commercial Service Quality Checklist
- Documentation and workflows are role-based
- Reports are consistent and exportable
- Compliance evidence is independently verifiable
- Deployment procedures are repeatable
- Support teams can troubleshoot using published runbooks
6. Guided Onboarding (Standard Language)
Use guided workflows to reduce setup errors and keep operations consistent.
6.1 CLI Guided Wizard (Recommended)
make wizard
Use menu options:
1full commercial deploy2isolated customer portal deploy (tenant + users + host mapping)3real tenant bootstrap without dummy campaigns4seed multi-tenant demo dataset5real scenario validation (Phase 7-9 smoke)
6.2 TUI Guided Onboarding Wizard (Admin)
- Start TUI:
make run-tui
- Login with admin role.
- Open onboarding:
Ctrl+Shift+W, or- sidebar
ONBOARD WIZARD.
- Fill tenant and portal fields:
- tenant id and tenant name
- portal host and company name
- primary/accent branding colors
- tenant admin and client credentials
- Submit
CREATE TENANT + USERS.
7. Where to Go Next
- Day-one setup: Getting Started
- Delivery operations: Operator Manual
- Client usage: Client Portal Manual
- API integrations: Client API Manual
- Compliance and audit: Compliance API Spec, Auditor Guide
- Platform roadmap: Product Roadmap
- Hardening details: Security Expansion Appendix
- Federation operations: Secure SpectraStrike ↔ VectorVue Integration