Nginx Config Linter and Tester

Pass

Audited by Gen Agent Trust Hub on Jun 19, 2026

Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
  • [EXTERNAL_DOWNLOADS]: Fetches source code, documentation, and configuration guidelines from the official Nginx GitHub repository and website.
  • [COMMAND_EXECUTION]: Invokes nginx -t via subprocess to perform dry-run validation of configuration files. It also provides instructions for building Nginx from source using make.
  • [PROMPT_INJECTION]: The skill processes untrusted Nginx configuration data, creating an indirect prompt injection surface.
  • Ingestion points: Reads nginx.conf files for analysis (SKILL.md).
  • Boundary markers: None identified in the provided instructions.
  • Capability inventory: Performs subprocess invocation (nginx -t) and utilizes the gixy and crossplane analysis tools.
  • Sanitization: No explicit validation or sanitization of the configuration file content is mentioned before processing.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 19, 2026, 12:37 PM
Security Audit — agent-trust-hub — Nginx Config Linter and Tester