missing-authentication-anti-pattern
π―Skillfrom igbuend/grimbard
Identifies and flags security vulnerabilities where authentication mechanisms are improperly implemented or entirely absent in application endpoints.
Same repository
igbuend/grimbard(43 items)
Installation
npx skills add https://github.com/igbuend/grimbard --skill missing-authentication-anti-patternNeed more details? View full documentation on GitHub β
More from this repository10
Reviews code for adherence to industry-standard software engineering best practices, identifying potential improvements in design, performance, and maintainability.
Rapidly maps and explores software project structures, dependencies, and architectural patterns across multiple programming languages and frameworks.
Generates detailed SARIF reports for code vulnerabilities, mapping security issues across repositories with comprehensive analysis and tracking.
Generates comprehensive security documentation for codebases, identifying vulnerabilities, best practices, and compliance requirements across project files.
Detects and helps remediate weak randomness vulnerabilities in cryptographic implementations, highlighting potential entropy risks.
Securely implement password authentication with salting, hashing, and validation for user login systems across different programming environments.
Securely transmit data by selectively encrypting specific segments of a payload using configurable encryption protocols and key management.
Identifies and flags insecure password hashing implementations that expose systems to credential compromise and brute-force attacks.
Detects and prevents session fixation vulnerabilities by identifying and mitigating potential authentication session hijacking risks in web applications.
Implements secure, stateless authentication using opaque tokens with robust validation, token rotation, and revocation mechanisms for API and web service protection.