sysadmin-toolbox
Warn
Audited by Gen Agent Trust Hub on Mar 5, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The script
scripts/refresh.shperforms agit clonefrom the external repositoryhttps://github.com/trimstray/the-book-of-secret-knowledge.git. This process automatically updates the skill's reference files by overwriting local markdown files with content fetched from the remote source.\n- [COMMAND_EXECUTION]: The provided reference files (references/shell-oneliners.mdandreferences/security-tools.md) contain numerous high-risk shell commands and tool references, including:\n - Backdoors and Reverse Shells: Commands such as
nc -l 5000 -e /bin/bashand raw bash socket redirection (/dev/tcp/) for establishing remote shells.\n - Persistence Mechanisms: Instructions for modifying
/etc/profileto execute scripts upon user logout using shell traps.\n - Privilege Escalation: Extensive use of
sudoand commands to modify system permissions (chmod,setfacl).\n - Credential Sniffing:
tcpdumppatterns designed to capture plaintext passwords and usernames from network traffic.\n - Anti-Forensics: Commands to exit shells without saving history or to sterilize bash history files.\n- [PROMPT_INJECTION]: The skill exhibits a significant attack surface for Indirect Prompt Injection (Category 8).\n
- Ingestion points:
scripts/refresh.shingests data from a third-party GitHub repository not included in the trusted vendors list.\n - Boundary markers: There are no explicit instructions or delimiters within the skill to prevent the agent from interpreting instructions found within the downloaded markdown as authoritative commands.\n
- Capability inventory: The agent is explicitly instructed to 'AUTO-CONSULT' this skill for a wide range of administrative and security tasks, giving it the context to suggest or potentially execute the provided dangerous commands.\n
- Sanitization: No validation or sanitization of the downloaded markdown content is performed before it is integrated into the skill's reference library.
Audit Metadata