ICUICU
critical

@stripe/mcp

v0.3.1

A command line tool for setting up Stripe MCP server

npmGitHub ActionsFirst seen Feb 22, 2026

7

Total

1

Critical

2

High

4

Medium

Findings

unknown
criticalDE-002Data ExfiltrationHigh ConfidenceLine 0

Environment file access

Detected by automated pattern matching (rule DE-002) with medium confidence. May be a false positive.

    30:     });
    31:     // Check if API key is either provided in args or set in environment variables
>>> 32:     const apiKey = options.apiKey || process.env.STRIPE_SECRET_KEY;
    33:     if (!apiKey) {
    34:         throw new Error('Stripe API key not provided. Please either pass it as an argument --api-key=$KEY or set the STRIPE_SECRET_KEY environment variable.');
Report false positive
highDO-BASunknownMedium ConfidenceLine 0

Decoded base64 content: ��^��'��m��-��%

Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.

Report false positive
highDO-BASunknownMedium ConfidenceLine 0

Decoded base64 content: ��^��'��m��-��%��d

Detected by automated pattern matching (rule DO-BAS) with medium confidence. May be a false positive.

Report false positive
mediumEN-001unknownMedium ConfidenceLine 0

High-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 positive
mediumEN-001unknownMedium ConfidenceLine 0

High-entropy string (4.6 bits/char) — possible encoded payload

Detected by automated pattern matching (rule EN-001) with medium confidence. May be a false positive.

Report false positive
mediumEN-001unknownMedium ConfidenceLine 0

High-entropy string (4.5 bits/char) — possible encoded payload

Detected by automated pattern matching (rule EN-001) with medium confidence. May be a false positive.

Report false positive
mediumOB-001ObfuscationMedium ConfidenceLine 0

Possible Base64-encoded payload (long encoded string)

Detected by automated pattern matching (rule OB-001) with medium confidence. May be a false positive.

    2:   "name": "@stripe/mcp",
    3:   "version": "0.3.1",
>>> 4:   "homepage": "https://github.com/stripe/ai/tree/main/tools/modelcontextprotocol",
    5:   "description": "A command line tool for setting up Stripe MCP server",
    6:   "bin": "dist/index.js",
Report false positive

Scan History

DateRiskFindings
Feb 25, 2026critical7
Feb 23, 2026critical7
Feb 22, 2026critical7