ad-conf-check
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a Python script (
scripts/parse_config.py) to process user-provided YAML configuration files. This is a standard utility for flattening nested configurations and does not perform any dangerous operations beyond file reading and JSON formatting. The skill also invokes shell commands likegrepthrough agents to search server logs for specific patterns, which is the intended core functionality for log analysis. - [EXTERNAL_DOWNLOADS]: The skill instructions specify that it should interact with the 'TensorRT-LLM' source directory to read default configurations and source code. These references are directed at local filesystem paths provided by the user and official NVIDIA-related development repositories, which are consistent with the skill's purpose for checking NVIDIA AutoDeploy configurations.
Audit Metadata