Enterprise-grade security analysis for Git workflows. Changed-context review, webhook integrity checks, cloud/IAM guardrails, and AI security rules with complete network isolation.
Loading$ mavetis review --staged --with-context
Mode: staged+context
Files: 9 changed + 4 context
Findings: 16 (critical=5 high=11 medium=0 low=0)
[CRITICAL] Webhook handler without signature verification
Rule: webhook.signature.missing
File: src/api/webhook.ts:6
Confidence: medium
Snippet: app.post("/webhook", handler)
[HIGH] Webhook signature verification after parsed body
Rule: webhook.rawbody.missing
File: src/api/webhook.ts:7
Confidence: medium
Context: src/api/signing.ts reviewed
Enterprise-grade security analysis for Git-based development workflows
Deep security analysis on every code change
Security weakening treated as a first-class signal in Git diffs
Coverage across secrets, auth, injection, and supply chain security
Policy-aware diff review with typed rule primitives
0 1 2 pre-commit:
command: mavetis review --staged --fail-on high
pre-push:
command: mavetis review --base <default-branch> --fail-on high
existing hooks:
backed up as .bak before modification
Deterministic rule intelligence for humans and CI logs
Local-first vs cloud-based security scanners
Pure Go standard library implementation
Security regression blocked before merge