verbose-error-messages-anti-pattern
CommunityHide sensitive error details from users.
Authorigbuend
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents the accidental leakage of sensitive system information through error messages, which can be exploited by attackers to understand application architecture and find vulnerabilities.
Core Features & Use Cases
- Generic Error Responses: Ensures that end-users receive non-specific error messages, protecting internal details.
- Secure Logging: Captures and logs detailed error information internally for debugging purposes without exposing it.
- Use Case: When a database query fails, instead of showing the SQL error and table name to the user, the application displays "An internal server error occurred. Please try again later." while logging the full SQL error to a secure server log.
Quick Start
Use the verbose-error-messages-anti-pattern skill to review error handling in the provided Python Flask code.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: verbose-error-messages-anti-pattern Download link: https://github.com/igbuend/grimbard/archive/main.zip#verbose-error-messages-anti-pattern Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.