How to start
You can start the check from two places:- On the Security Check page, click Start analysis.
- On the main dashboard, click Start Security Check.
What happens during analysis
The check takes approximately 20 seconds and runs four steps in sequence. You track progress in real time:1
Code Analysis
Examines the repository’s source code for insecure patterns, vulnerable logic, and sensitive data exposure.Status shown: Analyzing… → Completed
2
Dependency Review
Checks all libraries imported by the project — including indirect dependencies — against known vulnerability databases.Status shown: Analyzing… → Completed
3
Secret Detection
Scans the repository’s history and files for credentials, tokens, and API keys accidentally committed.Status shown: Analyzing… → Completed
4
Runtime Execution
Evaluates the runtime attack surface: server configurations, HTTP headers, and other risks that manifest in production.Status shown: Analyzing… → Completed
