We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/michoo/security_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
password-exposure.php•292 B
<?php
// File: sample.php
$password = "sensitivePassword";
echo "Received password: " . $password;
?>
<!-- (CWE-259)
This sample PHP file demonstrates a simple echo statement that exposes a hardcoded password.
It can be used to test SAST tools' capability to detect hardcoded passwords. -->