encoding-bypass-anti-pattern

Community

Prevent encoding bypass vulnerabilities.

Authorigbuend
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses vulnerabilities where attackers bypass security controls by using different encodings for malicious input, leading to code execution or data breaches.

Core Features & Use Cases

  • Detects Validation Before Normalization: Identifies flaws where security checks are performed on encoded data before it's decoded or normalized.
  • Prevents Encoding Bypass: Provides secure examples and remediation steps to ensure data is validated only after being brought to its canonical form.
  • Use Case: Reviewing web application code to ensure that user-supplied file paths or search queries are properly decoded and validated to prevent path traversal or injection attacks.

Quick Start

Review the provided Python code snippet for potential encoding bypass vulnerabilities.

Dependency Matrix

Required Modules

None required

Components

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: encoding-bypass-anti-pattern
Download link: https://github.com/igbuend/grimbard/archive/main.zip#encoding-bypass-anti-pattern

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.