// docs / scans
Scan రకాలు
FixVibe మూడు రకాల targets పై మూడు రకాల scans నడుపుతుంది. ప్రతిదానికి వేరు gating, వేరు speed, వేరు blast radius ఉంటాయి — మీరు పరీక్షిస్తున్నదానికి సరిపోయేదాన్ని ఎంచుకోండి.
Passive
Available on every tier. A passive scan never sends crafted attack input; it fetches the URL like a normal browser and checks shipped responses, client assets, BaaS exposure, DNS, and public security posture against 250+ vulnerability classes.
ఇది read-only కాబట్టి, passive ఏ URL మీదైనా నడవగలదు — domain verification లేదు, attestation లేదు. Trade-off depth: input పంపితేనే కనుగొనగల విషయాలను passive మిస్ అవుతుంది.
Passive పట్టుకునేవి
- లేని security headers (HSTS, CSP, frame-options, మొదలైనవి).
- అసురక్షిత cookie attributes (Secure / HttpOnly / SameSite లేవు).
- బలహీనమైన TLS configuration, expired certs, missing HSTS preload.
- JS bundles లో secrets (Supabase service keys, AWS keys, Stripe sk_, మొదలైనవి).
- బయటపడిన source maps, debug endpoints, OpenAPI specs, GraphQL introspection.
- Open Supabase RLS / Firebase rules / Clerk misconfiguration గుర్తింపు.
- DNS (subdomain takeover, missing SPF/DKIM/DMARC).
- Threat-intel listings (Spamhaus, URLhaus) గుర్తింపు.
- తెలిసిన CVEs ఉన్న outdated framework versions.
Active Hobby+
Active scans perform bounded verification against verified domains you have explicitly authorized. They are available on the Hobby plan and higher tiers (Pro, Unlimited) and are designed to confirm risky behavior without publishing the underlying probe recipes.
ఎందుకు gate చేస్తాము: attestation flow
Active probes సిద్ధాంతంగా production ను ప్రభావితం చేయవచ్చు — slow responses, error spikes, test stores లో garbage data. అందుకే మీరు:
- Domain ను verify చేయండి DNS TXT లేదా HTTP file ద్వారా (Account → Domains).
- Authorization ను attest చేయండి — scan-start సమయంలో మీకు permission ఉందని చెప్పే ఒక confirmation. మీ IP, user-agent, timestamp తో server-stamped;
audit_logsలో వ్రాయబడుతుంది.
For scheduled re-scans and API/MCP active starts, domain authorization is recorded from Dashboard → Domains and can be revoked at any time. Automated active scans use the authorized safety level for that domain.
GitHub repository scan Pro+
Repo scans skip deployed URL testing and review source through the FixVibe GitHub App or your OAuth connection. They report high-confidence code, dependency, and repository-security risks without storing your source code.
Repo scans మీ repo లో ఎప్పుడూ write చేయవు మరియు source code ను persist చేయవు — finding evidence మాత్రమే stored అవుతుంది. Quota: URL scans తో అదే scansPerMonth bucket.
API ద్వారా trigger చేయండి
curl -X POST https://fixvibe.app/api/v1/scans \
-H "Authorization: Bearer fxv_..." \
-H "content-type: application/json" \
-d '{"target":"https://staging.example.com"}'REST API and MCP can start passive scans, and can start active scans for verified domains that have been explicitly authorized in Dashboard → Domains. Full reference: /docs/api.
Anonymous one-shot scans
Home page unsigned-up visitors కు ప్రతి browser session కు ఒక passive scan నడపడానికి అనుమతిస్తుంది. ఈ scans సృష్టించిన 24 గంటల తర్వాత expire అవుతాయి; expire అయ్యే ముందు sign up చేస్తే real account కు migrate చేయవచ్చు — auth callback anonymous scan ను కొత్త org కు స్వయంగా attach చేస్తుంది.
