Skip to main content
Glama
goklab

guardvibe

scan_secrets_history

Scan git history to detect secrets committed in past commits, even if later removed. Distinguishes active code exposures from historical leaks requiring credential rotation.

Instructions

Scan git history for leaked secrets. Finds secrets that were committed in the past — even if they were later removed. Marks each finding as 'active' (still in code) or 'removed' (in git history only, needs rotation).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesRepository root path
max_commitsNoMaximum number of commits to scan
formatNoOutput formatmarkdown
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden. It adds valuable behavioral context by explaining the classification system ('active' vs. 'removed') and actionable implications ('needs rotation'). It could improve by mentioning performance characteristics or read-only nature, but the finding taxonomy is well-documented.

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?

Three sentences with zero waste: sentence 1 states the core action, sentence 2 defines the unique value proposition (historical detection), sentence 3 explains the output classification system. Information is front-loaded and every clause earns its place.

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?

Without an output schema, the description compensates by detailing the finding classification system ('active'/'removed') and remediation implications. For a 3-parameter security tool with no annotations, this covers the essential behavioral contract, though it could hint at the return structure format.

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?

Schema description coverage is 100% (all 3 parameters documented), establishing a baseline of 3. The description provides no additional parameter context, but given the schema fully defines 'path', 'max_commits', and 'format', no supplementation is necessary.

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 uses specific verbs ('scan', 'finds', 'marks') and clearly targets 'git history' as the resource. It effectively distinguishes from sibling 'scan_secrets' by emphasizing historical commits and secrets 'later removed'—highlighting the unique temporal scope that current-state scanners miss.

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

Usage Guidelines4/5

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

Provides clear context about when findings appear (historical vs. current) and implies the tool's purpose through phrases like 'committed in the past'. However, it lacks explicit guidance on when NOT to use this (e.g., for scanning current working directory) or prerequisites (git repository required), stopping short of naming alternatives.

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/goklab/guardvibe'

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