← all publishers

zakirkun

@zakirkun source repo

224 published skills · page 1 of 3

  1. Guardian CLI · zakirkun bundle
    An enterprise-grade, AI-powered penetration testing automation CLI tool. Orchestrates multiple specialized AI agents (Planner, ToolAgent, Analyst, Reporter) backed by 4 AI providers (OpenAI, Claude, Gemini, OpenRouter) and 19 integrated security tools through YAML-defined workflows. Produces professional Markdown, HTML, or JSON security reports with full evidence capture and traceability.
    0
    installs
  2. Prd Project · zakirkun
    Drafts and refines product requirement documents (PRD) for software projects—problem statement, goals, personas, scope, functional/non-functional requirements, user stories, acceptance criteria, risks, and rollout. Use when the user asks for a PRD, product requirements, feature specification, scope doc, "what to build," prioritization framing, or before breaking work into implementation tasks.
    0
    installs
  3. Using UI Stack · zakirkun
    Enforce a configuration-driven design system when generating UI. Ensures consistent spacing, colors, typography, dark mode, interactions, and accessibility across all AI-generated components.
    0
    installs
  4. Best Of N Solving · zakirkun
    Solve a hard problem by trying multiple approaches in parallel using isolated git worktrees. Each attempt runs in its own branch, and the best solution is selected. Use for complex refactors, tricky bugs, or architectural decisions where multiple strategies could work.
    0
    installs
  5. Saving Workspace Context · zakirkun
    Automatically persist useful context — research, decisions, learnings, templates — to workspace files so knowledge survives across conversations.
    0
    installs
  6. Architecture Decision Records · zakirkun
    Document technical decisions as Architecture Decision Records (ADRs) with context, options considered, and rationale.
    0
    installs
  7. Ctf · zakirkun
    CTF methodology with optional Deep Eye on lab targets you own. Use for CTF, HTB, picoCTF, web/pwn/rev/crypto/forensics, /ctf. Educational only.
    0
    installs
  8. Pentest · zakirkun
    Authorized penetration testing with Deep Eye (this repo). Use for pentest, penetration test, vulnerability assessment, web/API/mobile scan, OWASP testing, /pentest. Requires written authorization. Never scan unauthorized targets.
    0
    installs
  9. Red Team · zakirkun
    Red team / adversary simulation with Deep Eye for web/API footholds. Use for red team, adversary simulation, ATT&CK mapping, kill chain, /red-team. Authorized engagements only.
    0
    installs
  10. Blue Team · zakirkun
    Blue team defense using Deep Eye outputs for detection engineering, IR content, and hardening. Use for blue team, SOC, SIEM, detection engineering, threat hunting, IR triage, hardening, /blue-team.
    0
    installs
  11. Bug Bounty · zakirkun
    Bug bounty workflow using Deep Eye for recon/scan and high-signal report writing (HackerOne/Bugcrowd). Use for bug bounty, VDP, HackerOne, Bugcrowd, bounty report, /bug-bounty. Only in-scope program assets.
    0
    installs
  12. Security Ops · zakirkun
    Router for Deep Eye agent skills: pentest, bug-bounty, red-team, blue-team, ctf. Use for security ops, mixed intent, offensive vs defensive choice.
    0
    installs
  13. Coding · zakirkun
    ⚔️ Coding Assistant Skill
    0
    installs
  14. Writing · zakirkun
    ✍️ Writing & Content Creation Skill
    0
    installs
  15. Creative · zakirkun
    🎨 Creative & Ideation Skill
    0
    installs
  16. Greeting · zakirkun
    ⚔️ Greeting & Identity Skill
    0
    installs
  17. Language · zakirkun
    🌐 Language & Translation Skill
    0
    installs
  18. Research · zakirkun
    🔍 Research & Summarization Skill
    0
    installs
  19. Security · zakirkun
    🔒 Cybersecurity & Privacy Skill
    0
    installs
  20. Sysadmin · zakirkun
    🖥️ SysAdmin & DevOps Skill
    0
    installs
  21. Math Finance · zakirkun
    🧮 Math & Finance Skill
    0
    installs
  22. Data Analysis · zakirkun
    📊 Data Analysis Skill
    0
    installs
  23. Troubleshooting · zakirkun
    🔧 Troubleshooting & Debugging Skill
    0
    installs
  24. Hardcoded Database Connection String · zakirkun bundle
    Detects database connection strings with embedded credentials hardcoded in source code.
    0
    installs
  25. Arp Spoofing Defense Missing · zakirkun bundle
    Detects network configurations and code patterns that are vulnerable to ARP spoofing attacks.
    0
    installs
  26. Missing Or Ignored Dependency Lockfile · zakirkun bundle
    Detects projects where lockfiles are missing or ignored in version control, allowing non-deterministic builds with potentially different dependency versions.
    0
    installs
  27. Internal API Documentation Exposure · zakirkun bundle
    Detects internal API documentation, admin endpoints, and developer tools accidentally exposed in production.
    0
    installs
  28. Broken Function Level Authorization · zakirkun bundle
    Detects API endpoints that perform privileged operations without verifying the caller has the required role or permission.
    0
    installs
  29. Workflow Step Bypass · zakirkun bundle
    Detects multi-step workflows where step validation relies on client-side state or is insufficiently enforced server-side.
    0
    installs
  30. Unsafe Messagepack Deserialization · zakirkun bundle
    Detects MessagePack deserialization configured to allow arbitrary object construction.
    0
    installs
  31. Exposed Build Artifacts And Debug Files · zakirkun bundle
    Detects build artifacts, debug information, and development files committed to version control or accessible in production.
    0
    installs
  32. Sensitive Data In Logs · zakirkun bundle
    Detects passwords, tokens, credit card numbers, and other sensitive data written to log files.
    0
    installs
  33. Missing Data Retention Policy Implementation · zakirkun bundle
    Detects data storage without associated TTL, expiry, or cleanup mechanisms, indicating missing data retention policy.
    0
    installs
  34. Mass Enumeration Data Harvesting · zakirkun bundle
    Detects API endpoints that expose lists without pagination limits, enabling automated data harvesting.
    0
    installs
  35. PHP Insecure Deserialization Unserialize · zakirkun bundle
    Detects PHP unserialize() called on user-controlled input, enabling object injection and remote code execution.
    0
    installs
  36. Github Actions Command Injection · zakirkun bundle
    Detects GitHub Actions workflow files that interpolate untrusted event data into run steps, enabling CI/CD pipeline injection.
    0
    installs
  37. IOS Url Scheme Hijacking · zakirkun bundle
    Detects iOS custom URL scheme handling that processes sensitive data without sender verification.
    0
    installs
  38. Missing Network Timeout Configuration · zakirkun bundle
    Detects HTTP clients and network connections without timeout configuration, enabling slowloris and resource exhaustion attacks.
    0
    installs
  39. Thread Unsafe Singleton Pattern · zakirkun bundle
    Detects singleton implementations that are not thread-safe and can result in multiple instances being created under concurrent access.
    0
    installs
  40. Artifact Integrity Verification Missing · zakirkun bundle
    Detects download and execution of artifacts without cryptographic hash or signature verification.
    0
    installs
  41. Negative Quantity Amount Manipulation · zakirkun bundle
    Detects shopping cart and transaction logic that accepts negative quantities or amounts, enabling credit manipulation.
    0
    installs
  42. Insecure JSON Deserialization With Type Polymorphism · zakirkun bundle
    Detects JSON deserialization configurations that allow polymorphic type instantiation, enabling object injection attacks.
    0
    installs
  43. Unsafe YAML Deserialization · zakirkun bundle
    Detects YAML parsing using unsafe loaders that execute arbitrary Python or Ruby code embedded in YAML.
    0
    installs
  44. IOS Sensitive Data In Nslog Os Log · zakirkun bundle
    Detects sensitive data passed to NSLog, print, or os_log that ends up in device logs accessible via Xcode/Console.
    0
    installs
  45. User Tracking Without Consent · zakirkun bundle
    Detects user tracking mechanisms deployed without checking for consent, including session recording, heatmaps, and behavioral analytics.
    0
    installs
  46. Dangerous Package Lifecycle Scripts · zakirkun bundle
    Detects npm/pip package lifecycle scripts that download and execute code, a common malicious package technique.
    0
    installs
  47. Price Manipulation Vulnerability · zakirkun bundle
    Detects e-commerce logic that trusts client-submitted prices instead of server-side calculation.
    0
    installs
  48. Certificate Pinning Bypass · zakirkun bundle
    Detects network configurations and code patterns that disable or bypass certificate pinning, weakening TLS security.
    0
    installs
  49. GRAPHQL Field Level Injection · zakirkun bundle
    Detects GraphQL resolvers vulnerable to injection through unsanitized field arguments and dynamic query construction.
    0
    installs
  50. Non Atomic Counter Increment Race Condition · zakirkun bundle
    Detects concurrent counter increments and decrements without atomic operations or mutex protection.
    0
    installs
  51. Sensitive Data In Nsuserdefaults · zakirkun bundle
    Detects storage of sensitive information in NSUserDefaults which is unencrypted and accessible in device backups.
    0
    installs
  52. Atomicity Violation · zakirkun bundle
    Detects code sequences that must be atomic but are not protected by synchronization, allowing interleaving that violates invariants.
    0
    installs
  53. Double Checked Locking Anti Pattern · zakirkun bundle
    Detects broken double-checked locking implementations that create race conditions in singleton initialization.
    0
    installs
  54. Unpinned Dependency Versions · zakirkun bundle
    Detects dependencies specified with loose version constraints that may install different code between builds.
    0
    installs
  55. IOS Binary Protection Missing · zakirkun bundle
    Detects iOS app configurations missing binary hardening features like ASLR, stack canaries, and ARC.
    0
    installs
  56. NPM Dependency Confusion Attack · zakirkun bundle
    Detects package.json configurations vulnerable to dependency confusion attacks where internal package names could be hijacked via public npm registry.
    0
    installs
  57. Python Pip Dependency Confusion · zakirkun bundle
    Detects Python package configurations vulnerable to dependency confusion attacks through PyPI.
    0
    installs
  58. Race Condition In Purchase Financial Transaction · zakirkun bundle
    Detects financial transaction code that can be exploited via concurrent requests to exceed balance limits or purchase limits.
    0
    installs
  59. Net Binaryformatter Deserialization · zakirkun bundle
    Detects use of BinaryFormatter, SoapFormatter, and NetDataContractSerializer which are insecure for untrusted data.
    0
    installs
  60. Python Pickle Shelve Extended Deserialization · zakirkun bundle
    Detects extended use of pickle, shelve, and marshal for deserializing untrusted data beyond basic patterns.
    0
    installs
  61. Expression Language Injection El Injection · zakirkun bundle
    Detects user-controlled input evaluated by Java EL, Spring SpEL, Thymeleaf, or JSP Expression Language.
    0
    installs
  62. Java Insecure Deserialization Objectinputstream · zakirkun bundle
    Detects Java ObjectInputStream.readObject() on untrusted data, enabling remote code execution via gadget chains.
    0
    installs
  63. Business Logic Privilege Escalation · zakirkun bundle
    Detects application logic that allows users to escalate their own privileges or roles through manipulated requests.
    0
    installs
  64. Insufficient Business Logic Input Validation · zakirkun bundle
    Detects missing or inadequate server-side validation of business-critical fields that could be manipulated.
    0
    installs
  65. Cross Site Scripting Xss Detection · zakirkun bundle
    Detects DOM-based Cross-Site Scripting (XSS) vulnerabilities in JavaScript
    0
    installs
  66. Cross Site Request Forgery Csrf · zakirkun bundle
    Detects web forms and state-changing endpoints that lack CSRF token protection.
    0
    installs
  67. Server Side Request Forgery Ssrf · zakirkun bundle
    Detects HTTP requests made with user-controlled URLs, potentially allowing internal network access.
    0
    installs
  68. Zip Slip Archive Path Traversal · zakirkun bundle
    Detects insecure ZIP/TAR extraction that does not validate entry paths, allowing directory traversal outside the extraction target.
    0
    installs
  69. Regular Expression Denial Of Service Redos · zakirkun bundle
    Detects catastrophically backtracking regular expressions applied to user-controlled input, causing CPU-intensive denial of service.
    0
    installs
  70. Insecure File Upload · zakirkun bundle
    Detects file upload handlers that lack extension validation, MIME type checking, or store files in web-accessible directories.
    0
    installs
  71. Reverse Tabnapping · zakirkun bundle
    Detects anchor tags with target="_blank" without rel="noopener noreferrer", allowing opened pages to manipulate the opener.
    0
    installs
  72. Mfa 2fa Bypass Vulnerabilities · zakirkun bundle
    Detects insecure multi-factor authentication implementations that can be bypassed.
    0
    installs
  73. Weak Cryptography Detection · zakirkun bundle
    Detects use of weak or deprecated cryptographic algorithms
    0
    installs
  74. Debug Mode Enabled In Production · zakirkun bundle
    Detects debug mode enabled in production configurations, exposing stack traces, internal paths, and sensitive configuration details.
    0
    installs
  75. Clickjacking Missing Frame Protection · zakirkun bundle
    Detects missing X-Frame-Options or Content-Security-Policy frame-ancestors directives.
    0
    installs
  76. Missing API Rate Limiting · zakirkun bundle
    Detects sensitive API endpoints without rate limiting, enabling resource exhaustion, credential stuffing, and enumeration attacks.
    0
    installs
  77. Path Traversal Detection · zakirkun bundle
    Detects unsafe file access involving user input
    0
    installs
  78. Unvalidated Redirects And Forwards · zakirkun bundle
    Detects HTTP redirects to user-controlled URLs, enabling phishing and server-side request forgery.
    0
    installs
  79. SQL Injection · zakirkun bundle
    Detects untrusted input concatenated directly into SQL queries.
    0
    installs
  80. Deprecated Unprotected API Versions · zakirkun bundle
    Detects old API versions that may lack current security controls and deprecated endpoints still accessible in production.
    0
    installs
  81. Infrastructure As Code Security Issues · zakirkun bundle
    Detects security misconfigurations in Terraform, Pulumi, and CloudFormation templates including overly permissive resources and disabled security features.
    0
    installs
  82. Weak Cipher Algorithm Usage · zakirkun bundle
    Detects use of broken or weak symmetric encryption algorithms (DES, 3DES, RC4, Blowfish, ECB mode).
    0
    installs
  83. Weak Random Number Generation · zakirkun bundle
    Detects the use of PRNGs (Pseudo-Random Number Generators) that are not cryptographically secure.
    0
    installs
  84. Memory Leak · zakirkun bundle
    Detects common memory leak patterns including unreleased heap allocations, unclosed file handles, and missing deallocation in error paths.
    0
    installs
  85. Mass Assignment · zakirkun bundle
    Detects frameworks binding raw HTTP payload bodies directly to database models or internal objects without field allow-lists.
    0
    installs
  86. Swagger Openapi Documentation Exposed In Production · zakirkun bundle
    Detects Swagger UI, Redoc, or OpenAPI documentation endpoints accessible without authentication in production.
    0
    installs
  87. API Key Exposed In Url · zakirkun bundle
    Detects API keys and tokens passed as URL query parameters, which are logged in server logs, browser history, and Referer headers.
    0
    installs
  88. JSON Web Token JWT Weaknesses · zakirkun bundle
    Detects insecure JWT implementations, such as accepting 'none' algorithms or using hardcoded secrets.
    0
    installs
  89. Hardcoded Iv Nonce · zakirkun bundle
    Detects static or hardcoded Initialization Vectors (IV) or nonces in symmetric encryption, breaking confidentiality.
    0
    installs
  90. Insecure Rsa Configuration · zakirkun bundle
    Detects RSA usage with insufficient key sizes, PKCS#1 v1.5 padding (vulnerable to padding oracle), or direct message encryption without hybrid scheme.
    0
    installs
  91. Insecure Tls Configuration · zakirkun bundle
    Detects insecure TLS settings including disabled certificate verification, outdated protocol versions, and weak cipher suites.
    0
    installs
  92. Weak Hashing Algorithms · zakirkun bundle
    Detects the use of cryptographically weak hashing algorithms like MD5 and SHA1.
    0
    installs
  93. Hardcoded Ip Addresses And Hostnames · zakirkun bundle
    Detects internal IP addresses, localhost references, and hardcoded hostnames that indicate misconfiguration or information disclosure.
    0
    installs
  94. Wild Pointer Uninitialized Pointer · zakirkun bundle
    Detects uninitialized or dangling pointer usage that can lead to arbitrary memory access.
    0
    installs
  95. Pii Personally Identifiable Information In Logs · zakirkun bundle
    Detects Personally Identifiable Information (PII) such as email addresses, phone numbers, and SSNs being written to log files.
    0
    installs
  96. Web Cache Poisoning · zakirkun bundle
    Detects applications that include unvalidated request headers or parameters in cached responses, enabling cache poisoning attacks.
    0
    installs
  97. Dangling Markup Injection · zakirkun bundle
    Detects HTML injection that, even without script execution, can exfiltrate page content via dangling attributes and tags.
    0
    installs
  98. Insecure Deserialization · zakirkun bundle
    Detects deserialization of untrusted data which can lead to Remote Code Execution.
    0
    installs
  99. Jsonp Injection · zakirkun bundle
    Detects JSONP endpoints that reflect user-controlled callback names without validation, enabling XSS.
    0
    installs
  100. GRAPHQL Security Issues · zakirkun bundle
    Detects insecure GraphQL configurations including enabled introspection, unbounded query depth, and missing authentication on resolvers.
    0
    installs