@vibeinfra/cli
v1.0.1
Published
Official CLI tool for VibeInfra — SRE Flight Simulators, live sandboxes, and automated evaluation
Downloads
263
Maintainers
Readme
⚡ @vibeinfra/cli
Official command-line interface for VibeInfra — zero-trust perimeter auditing, anti-cloaking / defacement inspection, and SRE incident workflows.
Zero external dependencies. Runs instantly via npx.
Quick Start (Zero-Install)
Run an immediate perimeter security & anti-cloaking audit without installing anything:
# Scan a domain
npx @vibeinfra/cli surface yourdomain.com
# Shortcut syntax
npx @vibeinfra/cli yourdomain.com
# Machine-readable JSON output (for CI/CD pipelines)
npx @vibeinfra/cli surface yourdomain.com --json
# Deep application path analysis
npx @vibeinfra/cli surface yourdomain.com --deepFeatures
- ⚡ Blazing Fast Enumeration: Passive Certificate Transparency OSINT and active DNS probing with high-concurrency worker pools.
- 🕵️ Anti-Cloaking & Differential Probing: Detects conditional routing backdoors and SEO cloaking (e.g. sites serving clean pages to humans but serving illegal gambling / judol content to Googlebot crawlers).
- 🛡️ Unproxied Origin Discovery: Flags exposed backend origin IPs leaking through misconfigured DNS records or subdomains bypassing Cloudflare / reverse proxies.
- 📊 Security Scorecard: Computes zero-trust perimeter integrity score (0–100) and grade (A–F) with actionable remediation steps.
- 🤖 Zero Dependencies: Pure Node.js with native HTTP/fetch client — no heavy node_modules required.
Global Installation (Optional)
If you prefer having vibeinfra available as a persistent command:
npm install -g @vibeinfra/cli
# Now you can use any of these binary aliases:
surface yourdomain.com
vibeinfra yourdomain.com
vibe yourdomain.comDocumentation & Platform
- Web Platform: https://vibeinfra.id
- API Reference & MCP Server: https://vibeinfra.id/docs/mcp/
- Operator: PT Aksara Strata Teknologi Indonesia · [email protected]
