configure-nginx
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches official Docker images for Nginx and Certbot from Docker Hub, which are well-known and trusted services.
- [COMMAND_EXECUTION]: Uses standard Docker Compose and Nginx CLI commands to manage services, validate configurations, and generate SSL certificates.
- [PROMPT_INJECTION]:
- Ingestion points: Processes user-provided data such as domain names, email addresses, and backend service identifiers (host:port) in
SKILL.mdand command templates. - Boundary markers: Does not implement explicit delimiters or safety warnings for interpolated user data in the provided code snippets.
- Capability inventory: The skill utilizes
Bash,Write, andEdittools to modify configuration files and execute shell commands. - Sanitization: No explicit sanitization or validation logic is described for user-supplied strings before they are incorporated into commands or configuration files.
Audit Metadata