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
sample.java•364 B
public class Sample {
public static void main(String[] args) {
String password = "sensitivePassword";
System.out.println("Received password: " + password);
}
}
// (CWE-259)
// This sample Java file includes code that prints a sensitive password to the console.
// It can be used to test SAST tools' capability to detect hardcoded passwords.