# Information Exposure via Errors

> Detects raw error stacks or generic exception details being directly returned in HTTP responses.

- Skill: `zakirkun/information-exposure-via-errors` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add zakirkun/information-exposure-via-errors`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zakirkun/information-exposure-via-errors/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: zakirkun (https://skillmd.com/u/zakirkun)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zakirkun/information-exposure-via-errors

---


# Information Exposure via Errors

## Overview
Detects raw error stacks or generic exception details being directly returned in HTTP responses.

## Remediation
Catch exceptions and return generic (e.g. 500 Internal Server Error) responses in production. Log the actual stack trace securely on the backend.

