← Back to context

Comment by TheAdamist

17 hours ago

If not static analysis what would ai tools be considered? They're operating off the same source code

Also nice the onion reference by op.

"static analysis" is usually deterministic rules you can e.g. put in CI. AI is also somewhat dynamic in that it can execute commands to try stuff out. The best AI vuln finding harnesses work that way, by essentially putting the AI inside of a fuzzer-like environment and telling it to produce a crash.