Skip to main content
Glama
friendlygeorge

Security Scanner MCP Server

scan_config

Read-only

Scan Infrastructure-as-Code files for misconfigurations and security issues across Terraform, Dockerfile, Kubernetes, and CloudFormation.

Instructions

Scan Infrastructure-as-Code files for misconfigurations and security issues. Supports Terraform, Dockerfile, Kubernetes manifests, CloudFormation, Helm charts, and more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPath to IaC files (Terraform, Dockerfile, Kubernetes manifests, CloudFormation)
timeoutNoTimeout in seconds (default: 120)
scannersNoScanner types: misconfig,secret (default: misconfig,secret)
severityNoSeverities to filter
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate readOnlyHint=true and openWorldHint=false, so no safety concerns. The description adds the behavioral context of scanning for security issues but does not detail what happens with large scans or auth requirements, which is acceptable given the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence with 19 words, front-loaded with the key action 'scan Infrastructure-as-Code files' and supported formats. No unnecessary information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a scanning tool with 4 parameters, no output schema, and annotations covering safety, the description adequately explains the tool's purpose and scope. It could optionally mention output specifics, but is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema covers all 4 parameters with descriptions, so the baseline is 3. The description does not add parameter-level details beyond listing supported formats that relate to the 'path' parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool scans Infrastructure-as-Code files for misconfigurations and security issues, listing supported formats like Terraform, Dockerfile, and Kubernetes manifests. This distinguishes it from sibling scanning tools like scan_filesystem and scan_image.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool vs alternatives such as scan_filesystem or scan_repository. The description lists supported formats but lacks explicit when-to-use or when-not-to-use conditions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/friendlygeorge/security-scanner-mcp-server'

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