mkt
Fail
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The instructions in
SKILL.mddirect the user to clone a repository fromhttps://github.com/stxkxs/mktand build a binary (mkt). This binary is subsequently executed by thecheck.tsscript usingBun.spawnto perform core data fetching and indicator calculation tasks. This pattern constitutes execution of code from an unverifiable remote source.\n- [EXTERNAL_DOWNLOADS]: The skill requires downloading external source code from a non-whitelisted and unknown GitHub user (stxkxs) to function, presenting a supply chain risk.\n- [COMMAND_EXECUTION]: Thecheck.tsandmkt-alert.tsscripts execute external commands viaBun.spawn, including the compiledmktbinary and a Python script located at~/.agents/skills/telegram-cli/telegram-cli.py.\n- [INDIRECT_PROMPT_INJECTION]: The skill ingests market data from external sources which could be manipulated to influence agent behavior or triggered alerts.\n - Ingestion points: Market price and OHLCV history data fetched via
mkt mcpincheck.ts.\n - Boundary markers: None present in the data ingestion flow.\n
- Capability inventory: Subprocess execution via
Bun.spawnand network requests viafetch.\n - Sanitization: Limited to regex extraction and floating-point parsing of price strings.
Recommendations
- AI detected serious security threats
Audit Metadata