kakaotalk-mac
Warn
Audited by Gen Agent Trust Hub on May 12, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill installs a tool from an unverified Homebrew tap.
- Evidence:
brew install silver-flight-group/tap/kakaocliinSKILL.md. - [COMMAND_EXECUTION]: The skill executes multiple commands using the downloaded
kakaoclibinary. - Evidence: Use of
kakaocli status,kakaocli auth, andkakaocli sendthroughoutSKILL.md. - [DATA_EXFILTRATION]: The skill instructs users to grant 'Full Disk Access' and 'Accessibility' permissions to the terminal, enabling the tool to read local messaging databases and interact with the UI. This creates a risk where sensitive data could be accessed or potentially exfiltrated.
- Evidence: Instructions in step 2 of
SKILL.mdfor 'Full Disk Access' and 'Accessibility'. - [PROMPT_INJECTION]: The skill ingests untrusted data from KakaoTalk chat rooms, which could contain malicious instructions designed to manipulate the AI agent.
- Ingestion points: Reading messages via
kakaocli messagesandkakaocli search(found inSKILL.md). - Boundary markers: Absent. The skill does not instruct the agent to use delimiters or ignore instructions within the retrieved text.
- Capability inventory: The agent can send messages to other users via
kakaocli send(found inSKILL.md). - Sanitization: Absent. No validation or escaping is applied to the retrieved message content before processing.
Audit Metadata