vps-checkup
Warn
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATION
Full Analysis
- Privilege Escalation (MEDIUM): The skill utilizes
sudofor numerous commands inreferences/ubuntu-docker-checkup-commands.mdto check system status (e.g., UFW, fail2ban, journalctl). While this is required for a system-level audit, it grants the agent elevated permissions on the target host. Severity is downgraded from HIGH as it is essential for the primary skill purpose. - Data Exposure & Exfiltration (MEDIUM): The skill reads sensitive local and remote configuration files, including
~/.ssh/configand/etc/ssh/sshd_config. Access to these files is a high-risk activity as they contain security-critical configurations. - Indirect Prompt Injection (LOW): The skill processes untrusted output from various system tools. Evidence Chain: 1. Ingestion points: Command outputs from
journalctl,docker ps, andapt listas seen inreferences/ubuntu-docker-checkup-commands.md. 2. Boundary markers: None. 3. Capability inventory: Full shell access andsudocapabilities on the remote system. 4. Sanitization: Absent.
Audit Metadata