app.tradeit/mcp
v1.0.0Trade stock, crypto, and options on Robinhood, ETrade, Webull, Charles Schwab, Coinbase, or Kraken.
6
Total
4
Critical
0
High
2
Medium
Findings
unknownEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
22:
23: # Environment variables
>>> 24: .env
25: .env.local
26: .env.*.localReport false positiveEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
23: # Environment variables
24: .env
>>> 25: .env.local
26: .env.*.local
27: *.envReport false positiveEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
24: .env
25: .env.local
>>> 26: .env.*.local
27: *.env
28: Report false positiveEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
25: .env.local
26: .env.*.local
>>> 27: *.env
28:
29: # SecretsReport false positivePossible Base64-encoded payload (long encoded string)
Detected by automated pattern matching (rule OB-001) with medium confidence. May be a false positive.
24: - name: Install mcp-publisher
25: run: |
>>> 26: curl -L "https://github.com/modelcontextprotocol/registry/releases/latest/download/mcp-publisher_$(uname -s | tr '[:upper:]' '[:lower:]')_$(uname -m | sed 's/x86_64/amd64/;s/aarch64/arm64/').tar.gz" | tar xz mcp-publisher
27: chmod +x mcp-publisher
28: Report false positiveHigh-entropy string (4.9 bits/char) — possible encoded payload
Detected by automated pattern matching (rule EN-001) with medium confidence. May be a false positive.
Report false positiveScan History
| Date | Risk | Findings | Files | Duration |
|---|---|---|---|---|
| Feb 26, 2026 | critical | 6 | 6 | 0.00s |
| Feb 24, 2026 | critical | 6 | 6 | 0.00s |