Skip to main content
Glama

AI Agent Template MCP Server

by bswa006

check_security_compliance

Analyzes code for security vulnerabilities, focusing on issues like secrets, injection, XSS, authentication, cryptography, and validation to ensure compliance with best 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