insecure-temp-files-anti-pattern
π―Skillfrom igbuend/grimbard
Detects and prevents insecure temporary file handling vulnerabilities in code, highlighting risky file creation patterns and suggesting secure alternatives.
Same repository
igbuend/grimbard(43 items)
Installation
npx skills add https://github.com/igbuend/grimbard --skill insecure-temp-files-anti-patternNeed more details? View full documentation on GitHub β
More from this repository10
Generates detailed SARIF reports for code vulnerabilities, mapping security issues across repositories with comprehensive analysis and tracking.
Reviews code for adherence to industry-standard software engineering best practices, identifying potential improvements in design, performance, and maintainability.
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.
Rapidly maps and explores software project structures, dependencies, and architectural patterns across multiple programming languages and frameworks.
Identifies and flags hardcoded credentials, API keys, and sensitive configuration values in source code to prevent security vulnerabilities.
Identifies and refactors code vulnerabilities where input validation is absent, preventing potential security risks and injection attacks.
Identifies and flags security vulnerabilities where authentication mechanisms are improperly implemented or entirely absent in application endpoints.
Detects and prevents LDAP injection vulnerabilities by analyzing input sanitization, authentication, and query construction patterns in code.
Implements robust authentication flows with secure token management, multi-factor validation, and best practices for preventing common security vulnerabilities