security-monitor
Warn
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/monitor.cjsuseschild_process.execSyncto execute various system tools includingps,ss,netstat,tail, anddockerto collect system state and monitoring data. - [DATA_EXFILTRATION]: The skill accesses sensitive system file paths to monitor for intrusions and changes:
- Reads
/var/log/auth.logand/var/log/syslogto detect failed login attempts and potential brute-force attacks. - Monitors and reads application environment files located at
/root/clawd/skills/.envand/root/clawd/.env, which typically contain sensitive API keys and configuration secrets. - The logic includes a placeholder for external Telegram alerts on high-severity events, though no network transmission code is currently active in the provided script.
Audit Metadata