automatically control and record tui application sessions from the terminal
93
94%
Does it follow best practices?
Impact
89%
4.45xAverage score across 3 eval scenarios
Risky
Do not use without reviewing
Security
1 high severity finding. You should review these findings carefully before considering using this skill.
The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.
Insecure credential handling detected (high risk: 0.90). The skill exposes CLI flags and pipeline JSON (e.g., -e KEY=VAL, exec/type steps, and piped pipeline files) that require the agent to emit exact command/JSON strings, so if asked to pass API keys, tokens, or passwords to the TUI or environment the LLM would have to include those secret values verbatim (high exfiltration risk).