New language Velaris outperforms Deno and Python in catching dangerous AI-written code
A developer benchmarked a new programming language called Velaris against Deno and plain Python using 63 AI-written scripts, of which 56 were intentionally dangerous and 7 were harmless controls. Velaris caught 42 dangerous programs before execution through static analysis, compared to just 5 for Deno and none for Python. The key differentiator is Velaris's design: a function's signature declares which effects it may perform, allowing an audit tool to flag issues without running any code. Deno's permission model also blocked threats, but only at the moment a call was made at runtime, missing cases detectable earlier. The developer acknowledges limitations, noting the test corpus was self-written and that Velaris still requires container-based isolation rather than replacing it.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in