linuxserver-image-scaffold
Pass
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a shell script (
scripts/scaffold-linuxserver-image.sh) to automate the creation of a standard directory structure and configuration files. It uses basic shell commands likemkdir,cd,cat, andchmodto prepare the project environment within a user-defined path. - [EXTERNAL_DOWNLOADS]: The generated Dockerfiles and CI configuration reference official base images and actions from LinuxServer.io and Docker's GitHub Container Registry (
ghcr.io/linuxserver/...). These are well-known and expected sources for the stated purpose of building LinuxServer-style images. - [SAFE]: Analysis of the scaffolding logic confirms it does not perform unauthorized network operations, exfiltrate credentials, or include obfuscated code. The script includes basic sanitization for the image name to ensure safe file path generation.
Audit Metadata