Skip to main content
Glama
deslicer

MCP Server for Splunk

.bandit1.18 kB
# Bandit configuration for Python security scanning # https://bandit.readthedocs.io/ [bandit] exclude_dirs = [ "/tests/", "/.venv/", "/venv/", "/.git/", "/build/", "/dist/", ] [bandit.any_other_function_with_shell_equals_true] no_shell = [ "os.execl", "os.execle", "os.execlp", "os.execlpe", "os.execv", "os.execve", "os.execvp", "os.execvpe", "os.spawnl", "os.spawnle", "os.spawnlp", "os.spawnlpe", "os.spawnv", "os.spawnve", "os.spawnvp", "os.spawnvpe", "os.startfile" ] shell = [ "os.system", "os.popen", "os.popen2", "os.popen3", "os.popen4", "popen2.popen2", "popen2.popen3", "popen2.popen4", "popen2.Popen3", "popen2.Popen4", "commands.getoutput", "commands.getstatusoutput" ] subprocess = [ "subprocess.Popen", "subprocess.call", "subprocess.check_call", "subprocess.check_output", "subprocess.run" ] # Confidence levels: LOW, MEDIUM, HIGH # Severity levels: LOW, MEDIUM, HIGH # Skip specific tests skips = [] # Test selection # tests = ["B201", "B301"] # Enable all tests except those in skips # tests = []

Latest Blog Posts

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/deslicer/mcp-for-splunk'

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