FixVibe

// docs / scans

ប្រភេទ scan

FixVibe ដំណើរការ scan បីប្រភេទលើ target បីប្រភេទ។ នីមួយៗមាន gating, ល្បឿន, និង 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 អាច run លើ URL ណាមួយបាន — មិនចាំបាច់ domain verification, មិនចាំបាច់ attestation។ Trade-off គឺ depth: passive អាចរំលងអ្វីៗដែលត្រូវការផ្ញើ input ដើម្បីរកឃើញ។

អ្វីដែល passive ចាប់បាន

  • Security headers ដែលខ្វះ (HSTS, CSP, frame-options, etc.)។
  • Cookie attributes មិនមានសុវត្ថិភាព (គ្មាន Secure / HttpOnly / SameSite)។
  • TLS configuration ខ្សោយ, certs ផុតកំណត់, ខ្វះ HSTS preload។
  • Secrets ក្នុង JS bundles (Supabase service keys, AWS keys, Stripe sk_, etc.)។
  • Source maps, debug endpoints, OpenAPI specs, GraphQL introspection ដែល exposed។
  • Open Supabase RLS / Firebase rules / Clerk misconfiguration។
  • DNS (subdomain takeover, ខ្វះ SPF/DKIM/DMARC)។
  • Threat-intel listings (Spamhaus, URLhaus)។
  • Framework versions ចាស់ដែលមាន CVE ដែលគេស្គាល់។

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 តាមទ្រឹស្តី — responses យឺត, error spikes, garbage data ក្នុង test stores។ យើងតម្រូវឱ្យអ្នក:

  1. ផ្ទៀងផ្ទាត់ domain តាម DNS TXT ឬ HTTP file (Account → Domains)។
  2. Attest authorization — ការបញ្ជាក់ម្តងនៅ scan-start time ថាអ្នកមានការអនុញ្ញាត។ Server-stamped ជាមួយ IP, user-agent, និង timestamp របស់អ្នក; សរសេរទៅ 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 របស់អ្នក និងមិនដែល persist source code — រក្សាទុកតែ finding evidence។ Quota: bucket scansPerMonth ដូច URL scans។

Trigger តាម API

curl
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 អនុញ្ញាតឱ្យ visitors ដែលមិនបាន sign up run passive scan មួយក្នុង browser session មួយ។ Scan ទាំងនេះ expire 24 ម៉ោងបន្ទាប់ពីបង្កើត ហើយអាច migrate ទៅ account ពិតដោយ sign up មុនពេលវា expire — auth callback attach anonymous scan ទៅ org ថ្មីដោយស្វ័យប្រវត្តិ។

ប្រភេទ scan — Docs · FixVibe