kakaotalk-mac
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill uses
npxto fetch and execute instructions and tools from the vendor's npm package (@nomadamas/k-skill) at runtime, as specified in theSKILL.mdfile. - [EXTERNAL_DOWNLOADS]: The skill downloads the
katokCLI from the vendor's GitHub repository using Homebrew or Cargo during the setup process, as described ininstruction.md. - [COMMAND_EXECUTION]: The agent is instructed to run several shell commands including
npx,brew,cargo, and thekatokCLI to manage data synchronization, search message archives, and request macOS system permissions (Full Disk Access). - [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted chat data from local KakaoTalk archives, creating a vulnerability surface for indirect prompt injection.
- Ingestion points: Data enters the agent's context through the
katok sync,katok search, andkatok chunk getcommands that read local KakaoTalk databases as referenced in the workflow section ofinstruction.md. - Boundary markers: There are no defined boundary markers or explicit instructions provided to the agent to ignore or delimit embedded commands within the retrieved chat content.
- Capability inventory: The skill executes local database synchronization and various search operations via the
katokCLI. - Sanitization: The instructions do not specify any sanitization, filtering, or escaping for the retrieved message content before it is processed by the agent.
Audit Metadata