AAML WatcherAML Watcher – Automated AML Risk Detection & Monitoring AML Watcher is a RESTful API solution designed to streamline the detection and monitoring of potential money laundering activities. By automating the screening process for individuals and entities, AML Watcher helps organizations meet regulatory compliance standards while minimizing manual overhead.

mcp-so:aml-watcher-mcp-server_Tech-AML

View source
B
85/100

First Seen

Feb 18, 2026

Last Scanned

Feb 20, 2026

Findings

1

Score

85/100

HIGH 1

Findings (1)

HIGH
Inline code execution in MCP command
L58

Detects MCP servers using inline code execution via -e, -c, or eval flags

"args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "API_KEY",
        "-e",
        "PER_PAGE",
        "-e",
        "MATCH_SCORE",
        "-e",
        "CATEGORIES",
     ...
FIX

Restrict MCP server permissions to the minimum required. Remove broad filesystem, network, or execution permissions and use scoped access controls (specific directories, specific tools).

FP?

Likely FP if the broad permissions are in a development/testing configuration that is clearly not intended for production use.