mrseanchow/cowsay-mcp
vlatestCowsay MCP Server, providing ASCII art cow capabilities for LLMs. This implementation allows language models to generate fun ASCII art cows with custom messages.
12
Total
3
Critical
8
High
1
Medium
Findings
unknownEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
209: // Get configuration from environment variables
210: const serverToken = process.env.SERVER_TOKEN;
>>> 211: const caseSensitive = process.env.CASE_SENSITIVE === 'true';
212:
213: // Create server with configurationReport false positiveEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
1: .smithery
2: node_modules
>>> 3: .env
4: dist
5: package-lock.jsonReport false positiveEnvironment file access
Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.
208: async function main() {
209: // Get configuration from environment variables
>>> 210: const serverToken = process.env.SERVER_TOKEN;
211: const caseSensitive = process.env.CASE_SENSITIVE === 'true';
212: Report false positiveNode.js child process spawning
Detected by automated pattern matching (rule SC-005) with medium confidence. May be a false positive.
13: import cowsay from 'cowsay';
14: import { COWSAY, COWTHINK, LIST_COWS, GET_VERSION } from './tools.js';
>>> 15: import { exec } from 'child_process';
16: import { promisify } from 'util';
17: const execAsync = promisify(exec);Report false positiveDecoded base64 content: J�b�'���ӭ�즊�
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveDecoded base64 content: ��bu�^I��z�q�,
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveDecoded base64 content: J�b�'���ӭ�즊�
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveDecoded base64 content: ��bu�^I��z�q�,
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveDecoded base64 content: ��bu�^I��z�q�,
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveDecoded base64 content: ��bu�^I��z�q�,
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveDecoded base64 content: ��bu�^I��z�q�,
Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.
Report false positiveHigh-entropy string (4.7 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 | 12 | 9 | 0.00s |
| Feb 23, 2026 | critical | 12 | 9 | 0.00s |