specsfy-specialist-debian-server
Warn
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPRIVILEGE_ESCALATIONPERSISTENCEDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute powerful administrative commands, including
apt,systemctl,nft, andsysctl, to manage packages, services, network security, and kernel parameters on the host.- [PRIVILEGE_ESCALATION]: The instructions include creating a dedicateddeployuser and granting itsudoprivileges, as well as managing access to thedockergroup, which effectively provides root-level access to the server.- [PERSISTENCE]: The skill establishes long-term access by adding SSH public keys to thedeployuser's authorized keys and creating or modifyingsystemdunits to ensure services persist across reboots.- [DATA_EXFILTRATION]: The agent is tasked with collecting and recording sensitive server information, including IP addresses, SSH ports, and usernames, in anansible/inventory.ymlfile, which constitutes sensitive metadata exposure.- [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it processes data from external sources, such as command outputs and inventory files, to guide its administrative actions. - Ingestion points:
ansible/inventory.ymland outputs from diagnostic commands likecat /etc/os-releaseandsystemctl --failed. - Capability inventory: Execution of
apt,systemctl,nft, andsudocommands. - Boundary markers: Not utilized.
- Sanitization: No explicit validation or escaping of system outputs is described.
Audit Metadata