feature-smoke-test
Warn
Audited by Gen Agent Trust Hub on Jul 1, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes arbitrary shell commands including
git diff,mktemp, anduv run. It specifically runs thekimi_cli.climodule in a non-interactive mode with the--printflag, which automatically enables--yolomode to bypass manual approval for all tool operations. - [DATA_EXFILTRATION]: The skill reads sensitive information from the user's home directory, specifically
~/.kimi/sessions/and authentication state. While intended for log analysis, these files contain complete session histories, tool outputs, and potentially active credentials. - [PROMPT_INJECTION]: The skill is vulnerable to Indirect Prompt Injection. It ingests untrusted data from the local environment—including source code, git diffs, and session logs (via
inspect_session.py)—and uses this data to drive subsequent testing prompts. Malicious instructions embedded in the files being tested could manipulate the agent into performing unintended actions in the automated shell environment. - [COMMAND_EXECUTION]: The instructions mandate the use of
uv runto execute local Python scripts and modules. This pattern grants the agent the ability to execute code paths determined by the skill's logic without user verification of the script content.
Audit Metadata