clay-inc/clay-mcp
vlatestAccess your network seamlessly with a simple and efficient server. Leverage a variety of tools to enhance your applications and workflows. Start integrating with your existing systems effortlessly.
5
Total
5
Critical
0
High
0
Medium
Findings
unknownEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
12:
13: # dotenv environment variable files
>>> 14: .env
15: .env.development.local
16: .env.test.localReport false positiveEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
13: # dotenv environment variable files
14: .env
>>> 15: .env.development.local
16: .env.test.local
17: .env.production.localReport false positiveEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
14: .env
15: .env.development.local
>>> 16: .env.test.local
17: .env.production.local
18: .env.localReport false positiveEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
15: .env.development.local
16: .env.test.local
>>> 17: .env.production.local
18: .env.local
19: Report false positiveEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
16: .env.test.local
17: .env.production.local
>>> 18: .env.local
19:
20: # cachesReport false positiveScan History
| Date | Risk | Findings | Files | Duration |
|---|---|---|---|---|
| Feb 25, 2026 | critical | 5 | 2 | 0.00s |
| Feb 23, 2026 | critical | 5 | 2 | 0.00s |