sc-data-exposure

Detect sensitive data exposure in logs, errors, and API responses.

7|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/fatihkan/badi --skill sc-data-exposure-fatihkan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sc-data-exposure
Source: https://github.com/fatihkan/badi/tree/main/.claude/skills/security-check/sc-data-exposure
Command: npx skills add https://github.com/fatihkan/badi --skill sc-data-exposure-fatihkan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects and mitigates sensitive data exposure across logs, errors, production responses, and URLs to prevent data leaks.

Core Features & Use Cases

  • Keyword-based discovery to identify potential leaks in log files, stack traces, and API outputs.
  • Vulnerability pattern recognition and severity scoring to prioritize remediation.
  • Use cases include CI security checks, runtime monitoring, and post-deployment audits for web apps and microservices.

Quick Start

Deploy the sc-data-exposure check in your pipeline to scan production logs for PII and sensitive data.

Frequently Asked Questions about sc-data-exposure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect sensitive data exposure in production logs and API responses?

To detect sensitive data exposure in production logs, you use pattern-based discovery to scan log files, stack traces, and API outputs for leaked PII or credentials. This identifies vulnerabilities and provides severity classification to prioritize remediation.

What is sensitive data exposure in web applications and microservices?

Sensitive data exposure in web applications and microservices occurs when PII or credentials leak through logs, errors, or URLs. Identifying these vulnerabilities requires keyword-based discovery and vulnerability pattern recognition to prevent data leaks.

How do I set up CI security checks for PII and credential leaks?

You can set up CI security checks for PII and credential leaks by deploying a scanning check in your pipeline to evaluate production logs and API outputs. This performs keyword-based discovery and severity scoring to audit for sensitive data exposure.

Can I use automated scanning for post-deployment security audits in microservices?

Yes, you can use automated scanning for post-deployment security audits in microservices by applying pattern-based discovery to runtime logs and API responses. This detects leaked PII or credentials and provides remediation guidance to fix vulnerabilities.

What is the best way to prioritize remediation for data leaks found in stack traces?

The best way to prioritize remediation for data leaks in stack traces is to use vulnerability pattern recognition and severity scoring. This classifies the sensitivity of exposed PII or credentials, allowing you to systematically fix the highest risk vulnerabilities first.