Skip to main content
Glama
sekrdcom

Sekrd Security Scanner

Official
by sekrdcom

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEKRD_API_KEYNoAPI key for unlimited scans on paid plans. Without a key, the server provides 3 free scans per month (IP rate limited). With a key, users get unlimited scans on Scan ($49) or Pro ($29/mo) plans. Obtain a key at https://sekrd.com/dashboard/settings

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
scan_urlA

Run a full security scan on a URL. Returns score, verdict (SHIP/BLOCK), findings, and fix prompts. Takes 10-30 seconds.

get_scanC

Get results of a previous scan by its ID.

list_findingsC

List findings with copy-paste fix prompts for Cursor, Lovable, and Claude Code.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: get_scan retrieves past results, list_findings provides fix prompts for findings, and scan_url initiates a new scan. The actions (get, list, scan) and targets (scan, findings, url) are unambiguous, making tool selection straightforward for an agent.

Naming Consistency5/5

All tools follow a consistent verb_noun naming pattern (get_scan, list_findings, scan_url) with snake_case throughout. The verbs (get, list, scan) are appropriate and predictable, creating a cohesive and readable set that adheres to standard conventions.

Tool Count4/5

Three tools are slightly minimal but reasonable for a security scanner focused on scans and findings. The set covers core operations (initiate scan, retrieve results, list findings), though it might benefit from additional tools like delete_scan or update_settings for a more complete lifecycle. It's well-scoped without being overly sparse.

Completeness4/5

The tools provide good coverage for the security scanning domain: scan_url for creation, get_scan for retrieval, and list_findings for analysis. Minor gaps exist, such as no update or delete operations for scans, and no tool for managing scan configurations or schedules, but agents can still perform essential workflows without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues