feat: add seccomp profile for container syscall filtering
Embeds a restrictive seccomp profile that allows only necessary
syscalls for JavaScript runtimes. Blocks dangerous operations like
ptrace, mount, kernel module loading, and most privilege escalation
vectors.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>