Run a Level 3 security scan that reviews source code and tests the running app through browser and network interactions.
A black-box penetration test examines a running app from the outside through browser and network interactions. It does not use the app’s source code.In the Project Security Center, Level 3 (AI pentest) brings together three types of security checks:
Free dependency and package checks
Agent static analysis of your source code
An external black-box test of the live Preview, conducted from outside without using your source code
After you start Level 3, Replit runs the Agent source-code review and the external black-box test in parallel.
Identifies security, privacy, and architectural vulnerabilities in the codebase
Black-box pen test
Browser and network interactions with the running app
Examines externally observable behavior without using source code
Review both sets of findings. One task does not replace the other: the source review can identify vulnerable implementation details, while the black-box test assesses the running app from the outside.