relay-config

Pass

Audited by Gen Agent Trust Hub on Aug 16, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The doctor command performs diagnostic probes on configured adapters. Per the skill documentation, this involves executing --version checks 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 in scripts/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 parseCli function to ensure only recognized flags and their associated values are processed.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 16, 2026, 09:08 AM
Security Audit — agent-trust-hub — relay-config