// docs / scans
Scan પ્રકારો
FixVibe ત્રણ પ્રકારના targets સામે ત્રણ પ્રકારના scans ચલાવે છે. દરેકમાં gating અલગ, speed અલગ, અને blast radius અલગ છે; તમે જે test કરી રહ્યા છો તેને મેળ ખાતું પસંદ કરો.
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 સામે run થઈ શકે: domain verification નહીં, attestation નહીં. Trade-off depth છે: input મોકલવું પડે ત્યારે જ જે શોધાય તે બધું passive miss કરે છે.
Passive શું પકડે છે
- Missing security headers (HSTS, CSP, frame-options, વગેરે).
- Insecure 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.
- ખુલ્લું Supabase RLS / Firebase rules / Clerk misconfiguration.
- DNS સમસ્યાઓ (subdomain takeover, missing SPF/DKIM/DMARC).
- Threat-intel સૂચિઓ (Spamhaus, URLhaus).
- Known 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. અમે તમને આ કરાવીએ છીએ:
- DNS TXT અથવા HTTP file દ્વારા domain verify કરો (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 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 દીઠ single passive scan run કરવાની મંજૂરી આપે છે. આ scans creation પછી 24 hours માં expire થાય છે અને expire થાય તે પહેલાં sign up કરવાથી real account માં migrate થઈ શકે છે; auth callback anonymous scan ને new org સાથે automatically attach કરે છે.
