coding-tools-mcp-server
Fail
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: CRITICALREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSMETADATA_POISONINGINDIRECT_PROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill's installation guide recommends piping a remote script from an untrusted repository into the shell (
curl -fsSL https://raw.githubusercontent.com/xyTom/coding-tools-mcp/main/scripts/install.sh | bash), allowing for arbitrary code execution without verification. - [COMMAND_EXECUTION]: The skill provides an
exec_commandtool allowing the agent to run shell commands, with specific modes that bypass safety gates. TheDangerousmode explicitly disables all permission gates for command execution. - [EXTERNAL_DOWNLOADS]: The skill includes functionality and scripts to download third-party tunneling binaries (
cloudflared,ngrok, anddevtunnel) from remote sources to facilitate workspace access. - [METADATA_POISONING]: The skill content attributes the work to 'ara.so', which conflicts with the provided author context ('reason-machines'), potentially misleading users about the skill's origin.
- [INDIRECT_PROMPT_INJECTION]: The skill facilitates the ingestion of untrusted local files while possessing powerful modification and execution tools.
- Ingestion points: Tools like
read_file,list_files,search_text, andgit_logread workspace content. - Boundary markers: None identified for content separation.
- Capability inventory: Includes high-impact tools such as
exec_commandandapply_patch. - Sanitization: Path validation and basic environment filtering exist, but workspace content is not sanitized against embedded instructions.
Recommendations
- HIGH: Downloads and executes remote code from: https://raw.githubusercontent.com/xyTom/coding-tools-mcp/main/scripts/install.sh - DO NOT USE without thorough review
- AI detected serious security threats
Audit Metadata