スキル一覧に戻る
waiwai24

detecting-information-disclosure

by waiwai24

1🍴 0📅 2026年1月4日
GitHubで見るManusで実行

SKILL.md


name: detecting-information-disclosure description: Detects information disclosure vulnerabilities including sensitive data in logs, error message exposure, and memory leaks. Use when analyzing logging practices, error handling, or investigating data leakage issues.

Information Disclosure Detection

Detection Workflow

  1. Identify sensitive data flows: Find where sensitive data is handled, trace data through application, identify all output points
  2. Check logging practices: Analyze log statements, check error messages, review debug output
  3. Assess exposure points: Identify all user-facing output, check external API responses, review file system artifacts
  4. Evaluate impact: What information is disclosed? How sensitive is it? Who can access it?

Key Patterns

  • Sensitive data in logs: passwords, keys, stack traces in production logs
  • Error message disclosure: detailed errors revealing system info, paths, database queries
  • Memory disclosure: uninitialized memory reads, out-of-bounds reads, format string leaks
  • Storage disclosure: plaintext storage, weak encryption, insecure file permissions

Output Format

Report with: id, type, subtype, severity, confidence, location, sensitive data type, disclosure point, vulnerability description, exposure scope, risk, mitigation.

Severity Guidelines

  • CRITICAL: Disclosure of cryptographic keys or passwords
  • HIGH: Disclosure of sensitive user data
  • MEDIUM: Disclosure of system information
  • LOW: Disclosure of minor debug information

See Also

  • patterns.md - Detailed detection patterns and exploitation scenarios
  • examples.md - Example analysis cases and code samples
  • references.md - CWE references and mitigation strategies

スコア

総合スコア

55/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です