🎯

missing-authentication-anti-pattern

🎯Skill

from igbuend/grimbard

VibeIndex|
What it does

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

πŸ“¦

Same repository

igbuend/grimbard(43 items)

missing-authentication-anti-pattern

Installation

Quick InstallInstall with npx
npx skills add https://github.com/igbuend/grimbard --skill missing-authentication-anti-pattern

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

1Installs
-
AddedFeb 12, 2026

More from this repository10

🎯
best-practices-reviewer🎯Skill

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

🎯
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.

🎯
secure-codebase-documentation🎯Skill

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

🎯
insufficient-randomness-anti-pattern🎯Skill

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

🎯
password-based-authentication🎯Skill

Securely implement password authentication with salting, hashing, and validation for user login systems across different programming environments.

🎯
selective-encrypted-transmission🎯Skill

Securely transmit data by selectively encrypting specific segments of a payload using configurable encryption protocols and key management.

🎯
weak-password-hashing-anti-pattern🎯Skill

Identifies and flags insecure password hashing implementations that expose systems to credential compromise and brute-force attacks.

🎯
session-fixation-anti-pattern🎯Skill

Detects and prevents session fixation vulnerabilities by identifying and mitigating potential authentication session hijacking risks in web applications.

🎯
opaque-token-based-authentication🎯Skill

Implements secure, stateless authentication using opaque tokens with robust validation, token rotation, and revocation mechanisms for API and web service protection.