- What is an AI security scanner?
- An AI security scanner analyses source code with a language model to find exploitable weaknesses such as injection, broken access control, leaked secrets and weak cryptography. It differs from traditional static analysis in reasoning about whether a dangerous path is genuinely reachable, rather than flagging every pattern that matches a signature.
- Does this replace Snyk or a dependency scanner?
- No. Nexdge reads first-party source code only. It never opens your package manifest, so it cannot tell you a dependency has a known vulnerability, and it does not scan container images or infrastructure as code. Those are different surfaces and need a tool built for them.
- Is this a penetration test?
- No. Nothing is executed. This reads code and reasons about it, which means a weakness that only appears under real traffic, real data or real concurrency will not be found here. Penetration testing and dynamic scanning remain separate exercises.
- Can I use a clean report for SOC 2 or ISO 27001?
- It is evidence, not certification. A review record showing code was checked before it shipped is useful to an auditor asking how you assure code quality, but no scan output from any vendor is itself an attestation, and presenting it as one will not survive contact with an assessor.
- Is my code retained during a scan?
- No. Code is processed in an ephemeral environment and destroyed at the end of the review. Nothing is written to disk and nothing is retained in our database.