kiwoom-broker
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill operates by executing shell commands using the
kiwoomcliutility. It includes pre-flight environment checks to verify the tool's path and execution status within the current session. - [EXTERNAL_DOWNLOADS]: The documentation directs the user to install the
kwclipackage usinguv. This is a standard dependency installation process for the required tooling. - [DATA_EXFILTRATION]: While the skill retrieves sensitive financial information such as holdings and account status, it mitigates risk by explicitly forbidding the logging or display of raw authentication tokens and account numbers.
- [CREDENTIALS_UNSAFE]: The skill follows security best practices by requiring secrets to be stored in the OS-level keyring via the CLI's setup command and specifically prohibits the use of plaintext
.envfiles. - [PROMPT_INJECTION]: The skill establishes operational guardrails, including a mandatory two-stage order process (preview then confirm) and default restrictions to mock investment profiles.
- [PROMPT_INJECTION]: The skill contains an indirect prompt injection surface. Ingestion points: Financial and market data is ingested from
kiwoomcliJSON output as defined inSKILL.md. Boundary markers: Absent; there are no explicit delimiters or warnings provided to the agent to ignore instructions embedded in the ingested data. Capability inventory: The skill maintains the ability to executekiwoomclishell commands. Sanitization: No validation or escaping of the external data is performed before it is processed by the agent.
Audit Metadata