Skip to main content
Glama

AI Agent Template MCP Server

by bswa006

check_security_compliance

Identify and analyze code for security vulnerabilities such as injection, XSS, and authentication flaws. Ensure compliance by detecting sensitive data exposure and weak cryptographic practices.

Instructions

Check code for security vulnerabilities and compliance

Input Schema

NameRequiredDescriptionDefault
checkTypesNoTypes of security checks to perform
codeYesCode to check for security issues

Input Schema (JSON Schema)

{ "properties": { "checkTypes": { "description": "Types of security checks to perform", "items": { "enum": [ "secrets", "injection", "xss", "auth", "crypto", "validation" ], "type": "string" }, "type": "array" }, "code": { "description": "Code to check for security issues", "type": "string" } }, "required": [ "code" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bswa006/mcp-context-manager'

If you have feedback or need assistance with the MCP directory API, please join our Discord server