Examples/Vulnerable_UnencryptedCommunicationChannel_2.ps1

function Get-DataUnsafe2 {
    $snippet = "fetch('http://example.com/api')"
    return $snippet
}