// docs / scans
scan प्रकार
FixVibe तीन तरह के लक्ष्यों पर तीन तरह के scan चलाता है। हर एक की gating, गति, आणि blast radius अलग आहे — वह निवडा जो तुमच्या परीक्षण से मेल account हो।
Passive mode
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 आहे: passive वह सब miss करता आहे जिसे खोजने साठी input भेजना जरूरी होता है।
Passive काय पकड़ता आहे
- Missing 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_, आदि)।
- Exposed 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)।
- Known CVEs वाले outdated framework versions।
Active mode 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 शुरू करते समय एक 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 store होता है। 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 scan
Home page बिना sign up किए visitors को browser session मध्ये एक single passive scan चलाने देता है। ये scans creation के 24 घंटे बाद expire होते आहेत आणि expire होने से पहले sign up करके real account मध्ये migrate किए जा सकते आहेत — auth callback anonymous scan को नवे org से automatically attach करता है।
