minecraft-server-admin
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill downloads necessary server binaries and management tools from official and well-known repositories.
- Evidence: Downloads the Paper server JAR from
api.papermc.ioand the Pterodactyl Wings binary from the officialpterodactylGitHub organization. - [COMMAND_EXECUTION]: Includes standard shell scripts for server operations that are contextually appropriate for system administration.
- Evidence: Provides a
start.shscript for managing JVM flags and abackup.shscript that usestarandfindto manage server backups via cron. - [CREDENTIALS_UNSAFE]: Follows security best practices by using placeholders for sensitive configuration.
- Evidence: Uses
rcon.password=CHANGE_THISin configuration examples and explicitly instructs users to store actual secrets in environment variables in the security checklist.
Audit Metadata