🎯

authorisation

🎯Skill

from igbuend/grimbard

VibeIndex|
What it does

Validates and manages user access permissions across systems, generating secure authentication tokens and enforcing role-based access controls

πŸ“¦

Same repository

igbuend/grimbard(43 items)

authorisation

Installation

Quick InstallInstall with npx
npx skills add https://github.com/igbuend/grimbard --skill authorisation

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.

🎯
missing-input-validation-anti-pattern🎯Skill

Identifies and refactors code vulnerabilities where input validation is absent, preventing potential security risks and injection attacks.

🎯
session-based-access-control🎯Skill

Manages secure, granular user access permissions across application sessions using dynamic role-based authentication and fine-grained authorization rules.

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

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

🎯
insecure-temp-files-anti-pattern🎯Skill

Detects and prevents insecure temporary file handling vulnerabilities in code, highlighting risky file creation patterns and suggesting secure alternatives.

🎯
data-validation🎯Skill

Validates and sanitizes complex data structures, ensuring type safety, format compliance, and preventing injection vulnerabilities across different input sources.