infra-security-audit
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs extensive system audits by executing shell commands such as
sshd -T,ufw status, andss -tlnHto inspect host and network security. - [EXTERNAL_DOWNLOADS]: The skill installs standard security packages including
fail2banandunattended-upgradesfrom official repositories and usesxcaddyto build plugins from the well-known Caddy community GitHub repository. - [REMOTE_CODE_EXECUTION]: Conducts remote security audits over SSH on targets specified by the user using existing credentials. This is a core feature for server hardening.
- [SAFE]: The skill includes an attack surface for indirect prompt injection via command output processing. 1. Ingestion points:
scripts/audit.shreads output fromss,sshd, andufwtools. 2. Boundary markers: The skill mandates a human-approval gate for all non-read-only actions and clear separation between audit and apply phases. 3. Capability inventory: The skill possesses the capability to modify system files in/etc/ssh/, manage firewall rules viasudo, and execute remote commands over SSH. 4. Sanitization: The skill uses basic filtering and relies on operator review to validate audit findings before application. The overall design effectively mitigates risk through these human-in-the-loop gates.
Audit Metadata