check-input-validation

Official

Secure your code with input validation.

AuthorAsync-IO
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill proactively identifies and mitigates security risks arising from improperly validated user inputs, preventing common vulnerabilities like division-by-zero errors, unbounded pagination, and incomplete cache keys.

Core Features & Use Cases

  • Division-by-Zero Prevention: Ensures that all division operations are guarded against zero divisors, especially in calculations involving user-supplied numbers.
  • Pagination Bounds Enforcement: Validates that limit and offset parameters for pagination are within safe and defined ranges, preventing excessive data retrieval.
  • Cache Key Integrity: Verifies that cache keys are complete and tenant-isolated, preventing data leakage between users.
  • Numeric Range Validation: Checks that numeric inputs (like fitness metrics) are within expected, safe ranges.
  • Use Case: Before deploying a new API endpoint that accepts user-defined pagination and performs calculations, run this skill to ensure all inputs are validated, preventing potential crashes and security breaches.

Quick Start

Run the check-input-validation skill to scan the codebase for potential input validation issues.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 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: check-input-validation
Download link: https://github.com/Async-IO/pierre_mcp_server/archive/main.zip#check-input-validation

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 223,000+ vetted skills library on demand.