All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Security vulnerabilities found in a small Go-based WASM runtime by AI agents

By

ziggy42

12d ago· 12 min readenInsight

Summary

The author describes building Epsilon, a small WebAssembly (WASM) runtime written in Go that serves as a pure instruction interpreter (~11k lines of code) without JIT compilation. The runtime is designed to be embeddable and provide a sandbox for untrusted code. The article explores how many security vulnerabilities AI agents could find in this WASM runtime, given its extensive testing against the official WASM testsuite.

Key quotes

· 4 pulled
Last year I wrote a small WASM runtime in Go, Epsilon.
As far as runtimes go, this is a pretty simple one: no JIT, just a pure instruction interpreter in ~11k lines of code.
It is also very extensively tested against the official WASM testsuite.
Epsilon is designed to be embeddable in other applications and provide a sandbox for potentially untrusted code.
Snippet from the RSS feed
Last year I wrote a small WASM runtime in Go. How many security vulnerabilities do you think AI agents found in it?

You might also wanna read

Anthropic Releases Free Security Plugin for Claude Code Terminal to Detect Vulnerabilities

Anthropic has released a free security-guidance plugin for its Claude Code terminal tool that autonomously reviews code edits, model outputs

cybersecuritynews.com·6h ago

Three Years In: A Senior Engineer's Reflection on AI's Impact on the Software Development Role

A senior engineer reflects on the long-term sustainability of AI tools in software development, three years into deep organizational adoptio

jamiehurst.co.uk·12h ago

Three Years In: A Senior Engineer's Reflection on AI's Impact on the Software Development Role

A senior engineer reflects on the long-term sustainability of AI tools in software development, three years into deep organizational adoptio

jamiehurst.co.uk·12h ago

Bijou64: A variable-length integer encoding that's both correct and accidentally fast

This article describes the development of bijou64, a variable-length integer (varint) encoding created for the Subduction CRDT sync protocol

inkandswitch.com·1d ago

Bijou64: A variable-length integer encoding that's both correct and accidentally fast

This article describes the development of bijou64, a variable-length integer (varint) encoding created for the Subduction CRDT sync protocol

inkandswitch.com·1d ago

wolfCOSE: A Lightweight COSE + CBOR Library for Embedded Systems with PQC and FIPS 140-3 Support

wolfCOSE is a lightweight C library implementing CBOR (RFC 8949) and COSE (RFC 9052/9053) for embedded systems, using wolfSSL as the crypto

github.com·1d ago