Skip to main content

CLI Guardrail Layer

GuardSuite CLIs run locally or in CI and never transmit sensitive IaC or data. Use them to enforce guardrails before a change merges and to seed the GuardSuite upsell funnel.

CI snippet

steps:
- name: VectorScan tfplan
run: |
pip install vectorscan
terraform show -json tfplan > tfplan.json
vectorscan tfplan.json --format json --out findings.json

Promotion hook

Pipe the JSON output into VectorGuard or ComputeGuard to auto-create remediation stories.

cat findings.json | vectorguard promote --auto

CLI lineup

CLIPurposeUpsell
vectorscanTerraform drift + tagging detectorVectorGuard ($79/$449)
computeprobeGPU & inference spend watchdogComputeGuard ($129/$599)
modelcheckBias/safety regression kitModelGuard ($199/$799)

Pair each CLI with UTM-tagged launch links so you can attribute conversions from Hacker News, LinkedIn, or marketplaces back to the right surface.