wazuh/wazuh-agent — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Wazuh Agent for monitored computers. I want a lightweight service that runs on an endpoint, reads a simple config file, collects basic system and security related data, logs what it is doing, and sends the data to a Wazuh server so it can be analyzed there.

Please make it feel like a real agent project, not just a demo. It should have a command line way to start it, stop it, check status, and test the connection. Include sensible error handling, secure communication, local storage for anything that needs to be queued, and clear logs for troubleshooting.

I know this repo is still a work in progress, so focus on a solid foundation that can compile, run, and be extended later. Add developer docs for building from source, building packages, and building a container image. Include basic tests where they make sense.

Look up the current Wazuh documentation online if you need to match the expected behavior.

Want more depth? Deep Reverse