relay-config
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
doctorcommand performs diagnostic probes on configured adapters. Per the skill documentation, this involves executing--versionchecks on associated CLI tools to confirm they are correctly installed and reachable. - [SAFE]: The skill is designed as a configuration validator. It processes input for model and executor selection but restricts its actions to capability validation using internal logic imported from sibling relay-dispatch modules.
- Ingestion points: CLI arguments (
--executor,--reviewer,--model) parsed inscripts/relay-config.js. - Boundary markers: The script uses specific parsing logic to separate flags from values, though no explicit delimiters are used for the values themselves.
- Capability inventory: Functionality is limited to status probing (
doctor) and capability validation (check) against a hardcoded set of adapter contracts. - Sanitization: Input is filtered through a
parseClifunction to ensure only recognized flags and their associated values are processed.
Audit Metadata