Current public state
Public product tools are not live yet.
Private preview scan principles
- read-only by design
- no code execution
- no production changes
- no raw source storage by default
- no public source display
- secret-like values should be redacted
- public counters should show aggregate metrics only
Do not submit
- production passwords
- API keys and access tokens
- regulated data
- customer data
- private credentials
- third-party code without permission
- confidential client code without authorization
Public counters should never display
- customer names
- organization names
- repository names
- file names
- source code
- private metadata
- tenant identifiers
Design intent
The platform is built so that founder testing, tester activity, and future production usage stay cleanly separated from anything visible on public pages.