Skip to main content
Glama
Fato07
by Fato07

log_analyzer_scan_sensitive

Scan log files to detect sensitive data like PII, credentials, and API keys, with options to redact findings and filter by categories.

Instructions

Detect sensitive data in logs (PII, credentials, API keys). Scans log files for potentially sensitive information including: - Email addresses - Credit card numbers (Visa, MasterCard, Amex) - API keys and tokens (AWS, GitHub, Slack, generic) - Passwords in URLs or config - Social Security Numbers (SSN) - JWT and Bearer tokens - Database connection strings - Private key markers - Phone numbers - IP addresses (optional) Args: file_path: Path to the log file to scan redact: Redact sensitive data in output (default: False) categories: Filter to specific categories. Options: email, credit_card, api_key, token, password, ssn, ip_address, phone, connection_string, private_key include_ips: Include IP address detection (default: False) max_matches: Maximum matches to return (1-500, default: 100) max_lines: Maximum lines to scan (1-1000000, default: 100000) response_format: Output format - 'markdown' or 'json' Returns: Sensitive data scan results with matches and statistics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathYes
redactNo
categoriesNo
include_ipsNo
max_matchesNo
max_linesNo
response_formatNomarkdown

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/Fato07/log-analyzer-mcp'

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