Intent-Code Divergence
Medium
- Confidence
- 89% confidence
- Finding
- The skill explicitly says to never invent CLI parameters and to use only parameters from the documented table, yet its own playbooks invoke undocumented flags and subcommands such as `keyword-search`, `search-flight`, `--origin`, `--destination`, `--dep-date`, `--sort-type`, and `--seat-class-name`. This inconsistency can cause an agent to execute unsupported commands, fail open into fallback behavior, or rely on guessed interfaces, increasing the risk of unsafe command construction and unreliable results.
