Skip to main content
Glama

Secret Scan

secret_scan
Read-only

Scan workspace files for exposed credentials using multiple secret scanners. Detects candidates from file contents and git history without sending data externally.

Instructions

Scan files in the engagement workspace for credentials. No validation.

Runs Kingfisher (primary), Nosey Parker (git history + ML denoising), and gitleaks where installed. Sends no traffic anywhere — every hit is a candidate until secret_validate says otherwise.

path is workspace-relative; paths outside the workspace are refused.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNo.
git_historyNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.1.0

TDQS

A4.6/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses that no traffic is sent, no validation is performed, and paths outside the workspace are refused. These are important behavioral details that help avoid unintended actions.

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 concise, front-loaded with the core purpose, and contains no redundant content. Each sentence adds meaningful information about behavior, tooling, or parameter constraints.

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?

With an output schema present, return-value details are not necessary. The description covers purpose, behavior, and path constraints, but the git_history parameter remains under-specified, leaving a small gap in completeness.

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 description explicitly explains the path parameter (workspace-relative, outside paths refused), but git_history is only indirectly implied through the Nosey Parker mention. Schema coverage is 0%, so more direct parameter explanation would improve clarity.

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?

Clearly states the tool scans files in the engagement workspace for credentials and explicitly distinguishes itself from validation by noting every hit is a candidate until secret_validate is used. The verb-resource pairing is specific and unambiguous.

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

Usage Guidelines5/5

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

Provides explicit guidance on when to use the tool (scanning for credentials) and directs the user to secret_validate for follow-up validation. Also mentions the safety property of sending no traffic, which helps the agent decide appropriate use.

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/iamsecure1920/Cordon-AI'

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