N8n Monitor
PassAudited by VirusTotal on May 14, 2026.
Findings (1)
The skill bundle is designed for monitoring an n8n Docker container. The `SKILL.md` explicitly lists standard `docker` commands (`ps`, `logs`, `inspect`, `stats`) which align with the stated purpose of operational monitoring. While `docker logs` can potentially expose sensitive information, it's a common and legitimate monitoring function, and there are no instructions to exfiltrate or misuse this data. The JavaScript files (`index.js`, `main.js`) contain only inert code, returning a string or logging a message, with no execution of shell commands or network requests. There is no evidence of malicious intent, data exfiltration, or prompt injection attempts against the agent.
