# Minimal vulnerability and easy OpenClaw with Omlet OS

OpenClaw's role as a constantly running agent that performs various encoded tasks has been exciting. Its focus on prioritizing communication channels and its strong emphasis on sessions are particularly noteworthy. However, security concerns have increased along with the hype.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1771299306873/97e5a516-eeba-46b1-9f35-bbc94e0c88e8.png align="center")

Omlet Agent is similar to OpenClaw but takes a different approach:

1. Can we provide "code-like" automation in a cleaner interface that organizes sessions like traditional directories?
    
2. Can we offer advanced views, cron-like tasks, and dynamic tool usage already built into coding CLIs?
    
3. Can we achieve a potentially zero CVE deployment in a single container?
    

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1771300139534/68e0d5c2-8fcf-4375-b0e8-93ccb0e5bc6a.png align="center")

**Directory View**

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1771300210706/4d48b60d-7f5e-4500-80bd-975fd64f2735.png align="center")

**CLI View**

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1771300311986/b6c3a436-6d12-4749-932d-0bbf29367045.png align="center")

**Task Sytem**

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1771300326526/1ebca480-19e4-49a1-9f59-aa8c0e0f3461.png align="center")

**Styled HTML Views**

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1771300382120/ee7f3319-262a-441e-8144-e351a0c0022f.png align="center")

**Shareable Links**

Most importantly, an autonomous agent must be secure. Strong authentication measures are essential, and we use Auth0 for this purpose. Additionally, can we achieve the ideal scenario of having zero CVEs? Fortunately, we managed to shift many components from the standard `node:20-slim`, use a multi-stage build, and heavily prune packages, which significantly reduced CVEs (see the Trivy scan below)!

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1771300989269/d339cffc-c805-4708-9b1c-1b5cba161711.png align="center")
