← all publishers

zakirkun

@zakirkun source repo

224 published skills · page 3 of 3

  1. OAUTH Misconfiguration · zakirkun bundle
    Detects common OAuth 2.0 implementation mistakes including missing state parameter, open redirect in redirect_uri, and token exposure.
    0
    installs
  2. Coupon And Discount Code Abuse · zakirkun bundle
    Detects discount/coupon code logic without per-user usage limits, allowing unlimited stacking or reuse.
    0
    installs
  3. SQL Wildcard Grant Privilege · zakirkun bundle
    Detects SQL GRANT statements with wildcard privileges that over-privilege database users.
    0
    installs
  4. Command Injection Detection · zakirkun bundle
    Detects command injection vulnerabilities where user input is passed to OS command execution
    0
    installs
  5. IOS Jailbreak Detection Bypass Vulnerability · zakirkun bundle
    Detects weak jailbreak detection implementations that can be easily bypassed.
    0
    installs
  6. Snmp Weak Community String · zakirkun bundle
    Detects SNMP configurations using default or weak community strings that allow unauthorized network device management.
    0
    installs
  7. Missing Gdpr Cookie Consent · zakirkun bundle
    Detects analytics and tracking scripts loaded without cookie consent mechanisms.
    0
    installs
  8. HTTP Response Splitting · zakirkun bundle
    Detects HTTP response splitting via CRLF injection in response headers, enabling cache poisoning and XSS.
    0
    installs
  9. API Key Without Rotation Or Expiration · zakirkun bundle
    Detects API key implementations without expiration dates or rotation mechanisms, creating long-lived credentials.
    0
    installs
  10. Broken Object Level Authorization Bola Idor · zakirkun bundle
    Detects API endpoints that use user-supplied IDs to access objects without verifying the requesting user owns or has permission to access that object.
    0
    installs
  11. Azure Misconfiguration · zakirkun bundle
    Detects common Azure security misconfigurations including public blob storage, overprivileged managed identities, and insecure ARM templates.
    0
    installs
  12. Cryptographic Key Material Exposure · zakirkun bundle
    Detects private keys, certificates, and cryptographic key material hardcoded or committed in source code.
    0
    installs
  13. Ruby Marshal Deserialization · zakirkun bundle
    Detects Marshal.load() or Marshal.restore() on untrusted data, enabling code execution.
    0
    installs
  14. Build Artifact Without Integrity Verification · zakirkun bundle
    Detects CI/CD pipelines that download, use, or publish build artifacts without cryptographic hash verification.
    0
    installs
  15. Secrets In Dockerfile · zakirkun bundle
    Detects credentials and secrets hardcoded in Dockerfile ENV instructions or ARG values that end up in image layers.
    0
    installs
  16. Javascript Prototype Chain Manipulation · zakirkun bundle
    Detects patterns that allow direct manipulation of the JavaScript prototype chain, enabling prototype pollution and security bypass.
    0
    installs
  17. Server Side Template Injection Ssti · zakirkun bundle
    Detects user-controlled input passed directly into template rendering engines, enabling code execution.
    0
    installs
  18. Insufficient Security Event Logging · zakirkun bundle
    Detects authentication and authorization events that are not logged, hampering incident detection and forensics.
    0
    installs
  19. Memory Race Condition · zakirkun bundle
    Detects concurrent memory access without proper synchronization in C/C++ and Go programs.
    0
    installs
  20. IOS Insecure Keychain Usage · zakirkun bundle
    Detects iOS Keychain items stored with insecure accessibility attributes that allow access when device is locked or without user authentication.
    0
    installs
  21. IOS Realm Database Without Encryption · zakirkun bundle
    Detects iOS Realm database instances configured without encryption key.
    0
    installs
  22. Health Medical Data Exposure · zakirkun bundle
    Detects health and medical information logged, transmitted without encryption, or insufficiently protected, violating HIPAA and similar regulations.
    0
    installs
  23. Secrets Bundled In Published Packages · zakirkun bundle
    Detects API keys, private keys, and credentials accidentally included in npm/pip packages via missing .npmignore or .pypiignore.
    0
    installs
  24. Android Insecure Data Storage · zakirkun bundle
    Detects sensitive data stored in plaintext in SharedPreferences, SQLite databases, or external storage in Android applications.
    0
    installs