logos-distributed-reasoning-router
Fail
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: HIGHEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The installation section instructs the user to execute
git clone https://github.com/rak7777/mythic-mcp-proxy.gitfollowed bypip install -e .. This execution path allows arbitrary code from an unverified third-party repository to run on the user's system. - [EXTERNAL_DOWNLOADS]: The skill fetches code from a repository (
github.com/rak7777/mythic-mcp-proxy.git) that is not associated with the skill author (Aradotso) or any established trusted provider. - [PROMPT_INJECTION]: The skill acts as a reasoning gateway that processes untrusted external data (such as PDF files and user prompts) without implementing visible boundary markers or sanitization logic, creating a surface for indirect prompt injection.
- Ingestion points:
router.queryprompt parameter,workflow.add_stepinput_file parameter - Boundary markers: Absent
- Capability inventory: Shell command execution via
logosCLI, network requests viarequestsandwebsocketlibraries - Sanitization: Absent
Recommendations
- AI detected serious security threats
Audit Metadata