Skip to main content
Glama

Houtini-lm

by houtini-ai

security_audit

Analyze code for security vulnerabilities, OWASP compliance, and data flow issues across projects to identify and address potential security risks.

Instructions

Perform comprehensive security audit across entire project, analyzing data flows, authentication chains, and cross-file vulnerabilities with OWASP compliance checking

WORKFLOW: Perfect for understanding complex code, identifying issues, and technical debt assessment TIP: Use Desktop Commander to read files, then pass content here for analysis SAVES: Claude context for strategic decisions

Input Schema

NameRequiredDescriptionDefault
analysisDepthNoLevel of analysis detaildetailed
analysisTypeNoType of analysis to performcomprehensive
auditDepthNoDepth of security auditstandard
codeNoThe code to analyze for security issues (for single-file analysis)
filePathNoPath to single file to analyze for security vulnerabilities
filesNoArray of specific file paths (for multi-file analysis)
focusAreasNoSpecific areas to focus on: authentication, data-flow, input-validation, authorization
includeOwaspNoInclude OWASP Top 10 checks
languageNoProgramming languagejavascript
maxDepthNoMaximum directory depth for multi-file discovery (1-5)
projectPathNoAbsolute path to project root directory
projectTypeNoProject type for specific security checksgeneric

Input Schema (JSON Schema)

{ "properties": { "analysisDepth": { "default": "detailed", "description": "Level of analysis detail", "enum": [ "basic", "detailed", "comprehensive" ], "type": "string" }, "analysisType": { "default": "comprehensive", "description": "Type of analysis to perform", "enum": [ "security", "owasp", "comprehensive" ], "type": "string" }, "auditDepth": { "default": "standard", "description": "Depth of security audit", "enum": [ "basic", "standard", "comprehensive" ], "type": "string" }, "code": { "description": "The code to analyze for security issues (for single-file analysis)", "type": "string" }, "filePath": { "description": "Path to single file to analyze for security vulnerabilities", "type": "string" }, "files": { "description": "Array of specific file paths (for multi-file analysis)", "type": "array" }, "focusAreas": { "description": "Specific areas to focus on: authentication, data-flow, input-validation, authorization", "type": "array" }, "includeOwasp": { "default": true, "description": "Include OWASP Top 10 checks", "type": "boolean" }, "language": { "default": "javascript", "description": "Programming language", "type": "string" }, "maxDepth": { "default": 4, "description": "Maximum directory depth for multi-file discovery (1-5)", "type": "number" }, "projectPath": { "description": "Absolute path to project root directory", "type": "string" }, "projectType": { "default": "generic", "description": "Project type for specific security checks", "enum": [ "wordpress-plugin", "wordpress-theme", "react-app", "react-component", "node-api", "browser-extension", "cli-tool", "n8n-node", "n8n-workflow", "html-component", "generic" ], "type": "string" } }, "required": [], "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/houtini-ai/lm'

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