🎯

unrestricted-file-upload-anti-pattern

🎯Skill

from igbuend/grimbard

VibeIndex|
What it does

Identifies and prevents security vulnerabilities in file upload implementations by detecting unsafe handling of user-submitted files.

πŸ“¦

Same repository

igbuend/grimbard(43 items)

unrestricted-file-upload-anti-pattern

Installation

Quick InstallInstall with npx
npx skills add https://github.com/igbuend/grimbard --skill unrestricted-file-upload-anti-pattern

Need more details? View full documentation on GitHub β†’

1Installs
-
AddedFeb 12, 2026

More from this repository10

🎯
secure-codebase-documentation🎯Skill

Generates comprehensive security documentation for codebases, identifying vulnerabilities, best practices, and compliance requirements across project files.

🎯
codebase-discovery🎯Skill

Rapidly maps and explores software project structures, dependencies, and architectural patterns across multiple programming languages and frameworks.

🎯
sarif-issue-reporter🎯Skill

Generates detailed SARIF reports for code vulnerabilities, mapping security issues across repositories with comprehensive analysis and tracking.

🎯
insufficient-randomness-anti-pattern🎯Skill

Detects and helps remediate weak randomness vulnerabilities in cryptographic implementations, highlighting potential entropy risks.

🎯
best-practices-reviewer🎯Skill

Reviews code for adherence to industry-standard software engineering best practices, identifying potential improvements in design, performance, and maintainability.

🎯
jwt-misuse-anti-pattern🎯Skill

Detects and flags insecure JSON Web Token (JWT) implementations, highlighting potential authentication vulnerabilities and misconfigurations.

🎯
missing-authentication-anti-pattern🎯Skill

Identifies and flags security vulnerabilities where authentication mechanisms are improperly implemented or entirely absent in application endpoints.

🎯
hardcoded-secrets-anti-pattern🎯Skill

Identifies and flags hardcoded credentials, API keys, and sensitive configuration values in source code to prevent security vulnerabilities.

🎯
sql-injection-anti-pattern🎯Skill

Detects and prevents SQL injection vulnerabilities by analyzing code patterns, input sanitization, and query parameterization techniques.

🎯
authentication-security-pattern🎯Skill

Implements robust authentication flows with secure token management, multi-factor validation, and best practices for preventing common security vulnerabilities