Proposal: WASM Sandboxing for Skills
Problem: Current skill execution relies on raw Node/Python processes, exposing the host system.
Solution: Implement a WASM runtime for skills (e.g., using wasmtime or wasi-js).
This would allow untrusted skills to run safely.
Happy to prototype a POC if this aligns with the roadmap.
Proposal: WASM Sandboxing for Skills
Problem: Current skill execution relies on raw Node/Python processes, exposing the host system.
Solution: Implement a WASM runtime for skills (e.g., using
wasmtimeorwasi-js).This would allow untrusted skills to run safely.
Happy to prototype a POC if this aligns with the roadmap.