Examples/Vulnerable_SensitiveCredentialPattern_7.ps1

function Leak-StripeKey {
    $stripe = 'sk_live_0123456789abcdefghijklmn'
    return $stripe
}