Skip to main content
Glama

Python Code Review MCP Agent

by JJJHoons

security_audit

Analyzes Python code for security vulnerabilities like SQL injection and command injection. Provides actionable insights to enhance code security and prevent risks in Python applications.

Instructions

Focused security vulnerability analysis for Python code. Identifies SQL injection, command injection, and other security risks.

Input Schema

NameRequiredDescriptionDefault
codeYesPython code to audit for security vulnerabilities
filenameNoName of the file (optional)unknown.py

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "Python code to audit for security vulnerabilities", "type": "string" }, "filename": { "default": "unknown.py", "description": "Name of the file (optional)", "type": "string" } }, "required": [ "code" ], "type": "object" }

Other Tools from Python Code Review MCP Agent

Related Tools

    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/JJJHoons/python_code_review_mcp'

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