Pluggy
AssessTools
A Python plugin management library used to build extensible applications.
Why it's here
Placed in Assess: 1 article(s) of evidence from 1 source(s), led by open-source activity, with 1 in the last 30 days. Confidence 24%. Low accumulated evidence, so it defaults conservatively pending more signal.
Evidence (1)
- 5Simon Willison·6/6/2026open_sourceSandboxing Python with MicroPython and WebAssembly
Simon Willison has released an alpha package, micropython-wasm, for running sandboxed code in Python applications and is using it in a Datasette Agent plugin. The approach combines MicroPython with WebAssembly to restrict file and network access while allowing controlled host interactions and resource limits. Willison positions it as a promising option for safe plugin execution and other arbitrary-code workflows.