cipher-security 4.4.0__tar.gz → 4.4.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4820) hide show
  1. {cipher_security-4.4.0 → cipher_security-4.4.1}/Dockerfile +26 -12
  2. {cipher_security-4.4.0 → cipher_security-4.4.1}/PKG-INFO +1 -1
  3. {cipher_security-4.4.0 → cipher_security-4.4.1}/pyproject.toml +1 -1
  4. cipher_security-4.4.1/src/gateway/commands.py +640 -0
  5. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_mcp_server.py +13 -0
  6. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_pipeline.py +2 -2
  7. cipher_security-4.4.0/src/gateway/commands.py +0 -444
  8. {cipher_security-4.4.0 → cipher_security-4.4.1}/.claude-plugin/marketplace.json +0 -0
  9. {cipher_security-4.4.0 → cipher_security-4.4.1}/.claude-plugin/plugin.json +0 -0
  10. {cipher_security-4.4.0 → cipher_security-4.4.1}/.dockerignore +0 -0
  11. {cipher_security-4.4.0 → cipher_security-4.4.1}/.env.example +0 -0
  12. {cipher_security-4.4.0 → cipher_security-4.4.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  13. {cipher_security-4.4.0 → cipher_security-4.4.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  14. {cipher_security-4.4.0 → cipher_security-4.4.1}/.github/ISSUE_TEMPLATE/knowledge_request.md +0 -0
  15. {cipher_security-4.4.0 → cipher_security-4.4.1}/.github/workflows/cipher-ci.yml +0 -0
  16. {cipher_security-4.4.0 → cipher_security-4.4.1}/.github/workflows/release.yml +0 -0
  17. {cipher_security-4.4.0 → cipher_security-4.4.1}/.gitignore +0 -0
  18. {cipher_security-4.4.0 → cipher_security-4.4.1}/.hooks/post-commit +0 -0
  19. {cipher_security-4.4.0 → cipher_security-4.4.1}/CAPABILITY-GAP-MATRIX.md +0 -0
  20. {cipher_security-4.4.0 → cipher_security-4.4.1}/CHANGELOG.md +0 -0
  21. {cipher_security-4.4.0 → cipher_security-4.4.1}/CLAUDE.md +0 -0
  22. {cipher_security-4.4.0 → cipher_security-4.4.1}/COMPETITIVE-ANALYSIS.md +0 -0
  23. {cipher_security-4.4.0 → cipher_security-4.4.1}/CONTRIBUTING.md +0 -0
  24. {cipher_security-4.4.0 → cipher_security-4.4.1}/Dockerfile.bot +0 -0
  25. {cipher_security-4.4.0 → cipher_security-4.4.1}/LICENSE +0 -0
  26. {cipher_security-4.4.0 → cipher_security-4.4.1}/Modelfile +0 -0
  27. {cipher_security-4.4.0 → cipher_security-4.4.1}/README.md +0 -0
  28. {cipher_security-4.4.0 → cipher_security-4.4.1}/RELEASE-STATE.json +0 -0
  29. {cipher_security-4.4.0 → cipher_security-4.4.1}/RELEASE.md +0 -0
  30. {cipher_security-4.4.0 → cipher_security-4.4.1}/SECURITY.md +0 -0
  31. {cipher_security-4.4.0 → cipher_security-4.4.1}/STRATEGIC-ROADMAP.md +0 -0
  32. {cipher_security-4.4.0 → cipher_security-4.4.1}/WORKFLOW-CHAINS.md +0 -0
  33. {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-architect.md +0 -0
  34. {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-blue.md +0 -0
  35. {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-incident.md +0 -0
  36. {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-privacy.md +0 -0
  37. {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-purple.md +0 -0
  38. {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-recon.md +0 -0
  39. {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-red.md +0 -0
  40. {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-researcher.md +0 -0
  41. {cipher_security-4.4.0 → cipher_security-4.4.1}/api/__init__.py +0 -0
  42. {cipher_security-4.4.0 → cipher_security-4.4.1}/api/billing.py +0 -0
  43. {cipher_security-4.4.0 → cipher_security-4.4.1}/api/compliance.py +0 -0
  44. {cipher_security-4.4.0 → cipher_security-4.4.1}/api/marketplace.py +0 -0
  45. {cipher_security-4.4.0 → cipher_security-4.4.1}/api/openai_proxy.py +0 -0
  46. {cipher_security-4.4.0 → cipher_security-4.4.1}/api/run.py +0 -0
  47. {cipher_security-4.4.0 → cipher_security-4.4.1}/api/server.py +0 -0
  48. {cipher_security-4.4.0 → cipher_security-4.4.1}/autonomous/__init__.py +0 -0
  49. {cipher_security-4.4.0 → cipher_security-4.4.1}/autonomous/feedback_loop.py +0 -0
  50. {cipher_security-4.4.0 → cipher_security-4.4.1}/autonomous/leaderboard.py +0 -0
  51. {cipher_security-4.4.0 → cipher_security-4.4.1}/autonomous/parallel.py +0 -0
  52. {cipher_security-4.4.0 → cipher_security-4.4.1}/autonomous/researcher.py +0 -0
  53. {cipher_security-4.4.0 → cipher_security-4.4.1}/autonomous/scheduler.py +0 -0
  54. {cipher_security-4.4.0 → cipher_security-4.4.1}/cipher/__init__.py +0 -0
  55. {cipher_security-4.4.0 → cipher_security-4.4.1}/cipher/__main__.py +0 -0
  56. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/aisec.md +0 -0
  57. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/audit.md +0 -0
  58. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/brief.md +0 -0
  59. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/cc.md +0 -0
  60. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/claudeapi.md +0 -0
  61. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/cloud.md +0 -0
  62. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/crypto.md +0 -0
  63. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/cve.md +0 -0
  64. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/devsecops.md +0 -0
  65. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/engage.md +0 -0
  66. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/export.md +0 -0
  67. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/forensics.md +0 -0
  68. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/hardening.md +0 -0
  69. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/hunt.md +0 -0
  70. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/ics.md +0 -0
  71. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/insider.md +0 -0
  72. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/ir.md +0 -0
  73. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/malware.md +0 -0
  74. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/mobile.md +0 -0
  75. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/ollama.md +0 -0
  76. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/phishing.md +0 -0
  77. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/privacy.md +0 -0
  78. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/purple.md +0 -0
  79. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/recon.md +0 -0
  80. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/redteam.md +0 -0
  81. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/report.md +0 -0
  82. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/resume.md +0 -0
  83. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/setup-hooks.md +0 -0
  84. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/sigma.md +0 -0
  85. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/smart.md +0 -0
  86. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/threatintel.md +0 -0
  87. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/threatmodel.md +0 -0
  88. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/update.md +0 -0
  89. {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/web.md +0 -0
  90. {cipher_security-4.4.0 → cipher_security-4.4.1}/completions/cipher.bash +0 -0
  91. {cipher_security-4.4.0 → cipher_security-4.4.1}/completions/cipher.fish +0 -0
  92. {cipher_security-4.4.0 → cipher_security-4.4.1}/completions/cipher.zsh +0 -0
  93. {cipher_security-4.4.0 → cipher_security-4.4.1}/config.yaml.example +0 -0
  94. {cipher_security-4.4.0 → cipher_security-4.4.1}/docker-compose.yml +0 -0
  95. {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/__init__.py +0 -0
  96. {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/evolution.md +0 -0
  97. {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/generator.py +0 -0
  98. {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/kb_scaffold.py +0 -0
  99. {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/mcp.md +0 -0
  100. {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/memory.md +0 -0
  101. {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/mode-routing.md +0 -0
  102. {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/pipeline.md +0 -0
  103. {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/skills.md +0 -0
  104. {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/README.md +0 -0
  105. {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/__init__.py +0 -0
  106. {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/behavioral_tests.json +0 -0
  107. {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/generated_queries.json +0 -0
  108. {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/results/.gitignore +0 -0
  109. {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/run_behavioral.py +0 -0
  110. {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/runner.py +0 -0
  111. {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/scale_eval.py +0 -0
  112. {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/scale_eval_results.json +0 -0
  113. {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/test_cases/blue-team.yaml +0 -0
  114. {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/test_cases/red-team.yaml +0 -0
  115. {cipher_security-4.4.0 → cipher_security-4.4.1}/hooks/cipher-context-monitor.js +0 -0
  116. {cipher_security-4.4.0 → cipher_security-4.4.1}/hooks/cipher-statusline.js +0 -0
  117. {cipher_security-4.4.0 → cipher_security-4.4.1}/index.json +0 -0
  118. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/00-MASTER-INDEX.md +0 -0
  119. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/active-directory-deep.md +0 -0
  120. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/ai-defense-deep.md +0 -0
  121. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/api-exploitation-deep.md +0 -0
  122. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/attack-chains-synthesis.md +0 -0
  123. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/aws-security-ultimate.md +0 -0
  124. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/azure-security-ultimate.md +0 -0
  125. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/binary-exploitation-deep.md +0 -0
  126. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/blockchain-web3-deep.md +0 -0
  127. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/breach-case-studies-deep.md +0 -0
  128. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/bugbounty-methodology-deep.md +0 -0
  129. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/c2-postexploit-deep.md +0 -0
  130. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/cloud-attacks-deep.md +0 -0
  131. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/cloud-infra-deep.md +0 -0
  132. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/compliance-frameworks-deep.md +0 -0
  133. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/container-k8s-deep.md +0 -0
  134. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/crypto-pki-tls-deep.md +0 -0
  135. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/ctf-methodology-deep.md +0 -0
  136. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/curated-resources-deep.md +0 -0
  137. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/data-protection-deep.md +0 -0
  138. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/defensive-deep.md +0 -0
  139. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/defensive-synthesis.md +0 -0
  140. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/dev-security-deep.md +0 -0
  141. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/devsecops-sdlc-deep.md +0 -0
  142. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/dfir-hunting-deep.md +0 -0
  143. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/dns-email-infra-deep.md +0 -0
  144. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/edr-av-internals-deep.md +0 -0
  145. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/email-forensics-deep.md +0 -0
  146. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/email-phishing-se-deep.md +0 -0
  147. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/emerging-threats-deep.md +0 -0
  148. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/encoding-manipulation-deep.md +0 -0
  149. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/evasion-detection-catalog.md +0 -0
  150. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/evasion-techniques-deep.md +0 -0
  151. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/exfil-tunneling-deep.md +0 -0
  152. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/forensics-artifacts-deep.md +0 -0
  153. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/gcp-security-deep.md +0 -0
  154. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/grc-risk-deep.md +0 -0
  155. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/hardening-guides-ultimate.md +0 -0
  156. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/ics-scada-deep.md +0 -0
  157. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/identity-auth-deep.md +0 -0
  158. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/incident-playbooks-deep.md +0 -0
  159. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/index.md +0 -0
  160. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/insider-threat-dlp-deep.md +0 -0
  161. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/kubernetes-attacks-deep.md +0 -0
  162. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/linux-exploitation-deep.md +0 -0
  163. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/logging-monitoring-deep.md +0 -0
  164. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/malware-analysis-deep.md +0 -0
  165. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/malware-re-evasion-deep.md +0 -0
  166. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/mitre-attack-deep.md +0 -0
  167. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/mobile-security-deep.md +0 -0
  168. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/network-attacks-deep.md +0 -0
  169. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/network-forensics-deep.md +0 -0
  170. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/network-protocol-deep.md +0 -0
  171. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/network-segmentation-deep.md +0 -0
  172. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/offensive-deep.md +0 -0
  173. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/osint-tradecraft-deep.md +0 -0
  174. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/password-credential-deep.md +0 -0
  175. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/pentest-cheatsheet-ultimate.md +0 -0
  176. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/pentest-reporting-deep.md +0 -0
  177. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/pentestgpt-deep.md +0 -0
  178. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/powershell-security-deep.md +0 -0
  179. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/privacy-crypto-deep.md +0 -0
  180. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/privacy-engineering-deep.md +0 -0
  181. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/privacy-osint-deep.md +0 -0
  182. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/privacy-regulations-deep.md +0 -0
  183. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/purple-team-deep.md +0 -0
  184. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/purple-team-exercises-deep.md +0 -0
  185. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/recon-osint-deep.md +0 -0
  186. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/redteam-infra-deep.md +0 -0
  187. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/secops-runbooks-deep.md +0 -0
  188. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/secure-coding-deep.md +0 -0
  189. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/secure-infrastructure-deep.md +0 -0
  190. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/security-architecture-deep.md +0 -0
  191. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/security-automation-deep.md +0 -0
  192. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/security-certifications-deep.md +0 -0
  193. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/security-leadership-deep.md +0 -0
  194. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/security-mastery-deep.md +0 -0
  195. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/security-metrics-deep.md +0 -0
  196. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/security-scenarios.md +0 -0
  197. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/shells-arsenal-deep.md +0 -0
  198. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/siem-soc-deep.md +0 -0
  199. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/sigma-detection-deep.md +0 -0
  200. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/social-engineering-deep.md +0 -0
  201. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/startup-security-deep.md +0 -0
  202. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/stylesheets/cipher-cards.css +0 -0
  203. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/stylesheets/cipher-glow.css +0 -0
  204. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/stylesheets/cipher-theme.css +0 -0
  205. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/supplementary-security-knowledge.md +0 -0
  206. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/supply-chain-security-deep.md +0 -0
  207. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/threat-hunting-deep.md +0 -0
  208. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/threat-intel-deep.md +0 -0
  209. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/threat-modeling-arch-deep.md +0 -0
  210. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/timeline-analysis-deep.md +0 -0
  211. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/vuln-research-deep.md +0 -0
  212. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/websec-deep.md +0 -0
  213. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/windows-ad-deep.md +0 -0
  214. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/windows-eventlog-mastery.md +0 -0
  215. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/windows-internals-deep.md +0 -0
  216. {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/wireless-physical-iot-deep.md +0 -0
  217. {cipher_security-4.4.0 → cipher_security-4.4.1}/mappings/FRAMEWORK-ALIGNMENT.md +0 -0
  218. {cipher_security-4.4.0 → cipher_security-4.4.1}/mappings/attack-navigator-layer.json +0 -0
  219. {cipher_security-4.4.0 → cipher_security-4.4.1}/mappings/mitre-attack/coverage-summary.md +0 -0
  220. {cipher_security-4.4.0 → cipher_security-4.4.1}/mappings/nist-csf/csf-alignment.md +0 -0
  221. {cipher_security-4.4.0 → cipher_security-4.4.1}/mappings/owasp/owasp-alignment.md +0 -0
  222. {cipher_security-4.4.0 → cipher_security-4.4.1}/mcp/__init__.py +0 -0
  223. {cipher_security-4.4.0 → cipher_security-4.4.1}/mcp/server.py +0 -0
  224. {cipher_security-4.4.0 → cipher_security-4.4.1}/mcp/stdio.py +0 -0
  225. {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/__init__.py +0 -0
  226. {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/core/__init__.py +0 -0
  227. {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/core/compressor.py +0 -0
  228. {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/core/engine.py +0 -0
  229. {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/core/evolution.py +0 -0
  230. {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/core/orchestrator.py +0 -0
  231. {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/core/retriever.py +0 -0
  232. {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/core/synthesizer.py +0 -0
  233. {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/schemas/memory-entry.schema.json +0 -0
  234. {cipher_security-4.4.0 → cipher_security-4.4.1}/mkdocs.yml +0 -0
  235. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/PIPELINE.md +0 -0
  236. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/__init__.py +0 -0
  237. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/async_scanner.py +0 -0
  238. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/binary_analysis.py +0 -0
  239. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/dom_xss_scanner.py +0 -0
  240. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/gates/gate-definitions.json +0 -0
  241. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/github_actions.py +0 -0
  242. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/osint.py +0 -0
  243. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/sarif.py +0 -0
  244. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/scanner.py +0 -0
  245. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/template_manager.py +0 -0
  246. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/templates/engagement-report.md +0 -0
  247. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/templates/ir-runbook.md +0 -0
  248. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/templates/rules-of-engagement.md +0 -0
  249. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/templates/threat-model.md +0 -0
  250. {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/xss_scanner.py +0 -0
  251. {cipher_security-4.4.0 → cipher_security-4.4.1}/scripts/docs-build.sh +0 -0
  252. {cipher_security-4.4.0 → cipher_security-4.4.1}/scripts/docs-serve.sh +0 -0
  253. {cipher_security-4.4.0 → cipher_security-4.4.1}/scripts/install.ps1 +0 -0
  254. {cipher_security-4.4.0 → cipher_security-4.4.1}/scripts/install.sh +0 -0
  255. {cipher_security-4.4.0 → cipher_security-4.4.1}/scripts/setup-ollama.sh +0 -0
  256. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/SKILL.md +0 -0
  257. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/analyzing-group-policy-security/SKILL.md +0 -0
  258. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/analyzing-group-policy-security/references/api-reference.md +0 -0
  259. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/analyzing-group-policy-security/scripts/agent.py +0 -0
  260. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/auditing-group-policy-security/SKILL.md +0 -0
  261. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/auditing-group-policy-security/references/api-reference.md +0 -0
  262. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/auditing-group-policy-security/scripts/agent.py +0 -0
  263. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-ad-persistence-mechanisms/SKILL.md +0 -0
  264. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-ad-persistence-mechanisms/references/api-reference.md +0 -0
  265. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-ad-persistence-mechanisms/scripts/agent.py +0 -0
  266. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-dcsync-attacks/SKILL.md +0 -0
  267. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-dcsync-attacks/references/api-reference.md +0 -0
  268. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-dcsync-attacks/scripts/agent.py +0 -0
  269. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-golden-ticket-attacks/SKILL.md +0 -0
  270. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-golden-ticket-attacks/references/api-reference.md +0 -0
  271. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-golden-ticket-attacks/scripts/agent.py +0 -0
  272. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-skeleton-key-attacks/SKILL.md +0 -0
  273. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-skeleton-key-attacks/references/api-reference.md +0 -0
  274. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-skeleton-key-attacks/scripts/agent.py +0 -0
  275. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-ad-certificate-services/SKILL.md +0 -0
  276. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-ad-certificate-services/references/api-reference.md +0 -0
  277. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-ad-certificate-services/scripts/agent.py +0 -0
  278. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-delegation-vulnerabilities/SKILL.md +0 -0
  279. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-delegation-vulnerabilities/references/api-reference.md +0 -0
  280. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-delegation-vulnerabilities/scripts/agent.py +0 -0
  281. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-kerberoasting-vulnerabilities/SKILL.md +0 -0
  282. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-kerberoasting-vulnerabilities/references/api-reference.md +0 -0
  283. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-kerberoasting-vulnerabilities/scripts/agent.py +0 -0
  284. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-ntlm-relay-attacks/SKILL.md +0 -0
  285. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-ntlm-relay-attacks/references/api-reference.md +0 -0
  286. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-ntlm-relay-attacks/scripts/agent.py +0 -0
  287. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/hardening-active-directory-infrastructure/SKILL.md +0 -0
  288. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/hardening-active-directory-infrastructure/references/api-reference.md +0 -0
  289. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/hardening-active-directory-infrastructure/scripts/agent.py +0 -0
  290. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/implementing-ad-certificate-security/SKILL.md +0 -0
  291. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/implementing-ad-certificate-security/references/api-reference.md +0 -0
  292. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/implementing-ad-certificate-security/scripts/agent.py +0 -0
  293. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/implementing-ad-forest-trust-security/SKILL.md +0 -0
  294. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/implementing-ad-forest-trust-security/references/api-reference.md +0 -0
  295. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/implementing-ad-forest-trust-security/scripts/agent.py +0 -0
  296. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/implementing-ad-tiered-administration/SKILL.md +0 -0
  297. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/implementing-ad-tiered-administration/references/api-reference.md +0 -0
  298. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/implementing-ad-tiered-administration/scripts/agent.py +0 -0
  299. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ad-delegation-auditing/SKILL.md +0 -0
  300. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ad-delegation-auditing/references/api-reference.md +0 -0
  301. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ad-delegation-auditing/scripts/agent.py +0 -0
  302. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ad-honeypot-deployment/SKILL.md +0 -0
  303. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ad-honeypot-deployment/references/api-reference.md +0 -0
  304. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ad-honeypot-deployment/scripts/agent.py +0 -0
  305. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ad-password-audit/SKILL.md +0 -0
  306. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ad-password-audit/references/api-reference.md +0 -0
  307. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ad-password-audit/scripts/agent.py +0 -0
  308. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-as-rep-roasting/SKILL.md +0 -0
  309. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-as-rep-roasting/references/api-reference.md +0 -0
  310. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-as-rep-roasting/scripts/agent.py +0 -0
  311. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-bloodhound-analysis/SKILL.md +0 -0
  312. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-bloodhound-analysis/references/api-reference.md +0 -0
  313. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-bloodhound-analysis/scripts/agent.py +0 -0
  314. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-bloodhound-attack-path-analysis/SKILL.md +0 -0
  315. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-bloodhound-attack-path-analysis/references/api-reference.md +0 -0
  316. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-bloodhound-attack-path-analysis/scripts/agent.py +0 -0
  317. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-dcsync-attack/SKILL.md +0 -0
  318. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-dcsync-attack/references/api-reference.md +0 -0
  319. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-dcsync-attack/scripts/agent.py +0 -0
  320. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-golden-ticket-attacks/SKILL.md +0 -0
  321. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-golden-ticket-attacks/references/api-reference.md +0 -0
  322. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-golden-ticket-attacks/scripts/agent.py +0 -0
  323. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-kerberoasting-attacks/SKILL.md +0 -0
  324. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-kerberoasting-attacks/references/api-reference.md +0 -0
  325. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-kerberoasting-attacks/scripts/agent.py +0 -0
  326. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ntlm-relay-attacks/SKILL.md +0 -0
  327. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ntlm-relay-attacks/references/api-reference.md +0 -0
  328. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ntlm-relay-attacks/scripts/agent.py +0 -0
  329. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/SKILL.md +0 -0
  330. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-adversary-profiles/SKILL.md +0 -0
  331. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-adversary-profiles/references/api-reference.md +0 -0
  332. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-adversary-profiles/scripts/agent.py +0 -0
  333. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-browser-exploitation-simulation/SKILL.md +0 -0
  334. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-browser-exploitation-simulation/references/api-reference.md +0 -0
  335. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-browser-exploitation-simulation/scripts/agent.py +0 -0
  336. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-credential-harvesting-infrastructure/SKILL.md +0 -0
  337. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-credential-harvesting-infrastructure/references/api-reference.md +0 -0
  338. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-credential-harvesting-infrastructure/scripts/agent.py +0 -0
  339. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-custom-c2-frameworks/SKILL.md +0 -0
  340. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-custom-c2-frameworks/references/api-reference.md +0 -0
  341. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-custom-c2-frameworks/scripts/agent.py +0 -0
  342. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-persistence-mechanism-testing/SKILL.md +0 -0
  343. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-persistence-mechanism-testing/references/api-reference.md +0 -0
  344. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-persistence-mechanism-testing/scripts/agent.py +0 -0
  345. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-phishing-simulation-infrastructure/SKILL.md +0 -0
  346. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-phishing-simulation-infrastructure/references/api-reference.md +0 -0
  347. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-phishing-simulation-infrastructure/scripts/agent.py +0 -0
  348. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-social-media-attack-simulation/SKILL.md +0 -0
  349. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-social-media-attack-simulation/references/api-reference.md +0 -0
  350. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-social-media-attack-simulation/scripts/agent.py +0 -0
  351. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-watering-hole-simulation/SKILL.md +0 -0
  352. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-watering-hole-simulation/references/api-reference.md +0 -0
  353. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-watering-hole-simulation/scripts/agent.py +0 -0
  354. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-adversary-tradecraft-documentation/SKILL.md +0 -0
  355. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-adversary-tradecraft-documentation/references/api-reference.md +0 -0
  356. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-adversary-tradecraft-documentation/scripts/agent.py +0 -0
  357. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-attack-infrastructure/SKILL.md +0 -0
  358. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-attack-infrastructure/references/api-reference.md +0 -0
  359. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-attack-infrastructure/scripts/agent.py +0 -0
  360. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-caldera-operations/SKILL.md +0 -0
  361. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-caldera-operations/references/api-reference.md +0 -0
  362. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-caldera-operations/scripts/agent.py +0 -0
  363. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-defense-evasion-testing/SKILL.md +0 -0
  364. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-defense-evasion-testing/references/api-reference.md +0 -0
  365. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-defense-evasion-testing/scripts/agent.py +0 -0
  366. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-insider-threat-emulation/SKILL.md +0 -0
  367. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-insider-threat-emulation/references/api-reference.md +0 -0
  368. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-insider-threat-emulation/scripts/agent.py +0 -0
  369. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-lateral-movement-emulation/SKILL.md +0 -0
  370. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-lateral-movement-emulation/references/api-reference.md +0 -0
  371. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-lateral-movement-emulation/scripts/agent.py +0 -0
  372. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-mobile-attack-simulation/SKILL.md +0 -0
  373. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-mobile-attack-simulation/references/api-reference.md +0 -0
  374. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-mobile-attack-simulation/scripts/agent.py +0 -0
  375. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-wireless-attack-simulation/SKILL.md +0 -0
  376. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-wireless-attack-simulation/references/api-reference.md +0 -0
  377. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-wireless-attack-simulation/scripts/agent.py +0 -0
  378. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-apt-emulation/SKILL.md +0 -0
  379. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-apt-emulation/references/api-reference.md +0 -0
  380. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-apt-emulation/scripts/agent.py +0 -0
  381. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-cloud-attack-simulation/SKILL.md +0 -0
  382. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-cloud-attack-simulation/references/api-reference.md +0 -0
  383. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-cloud-attack-simulation/scripts/agent.py +0 -0
  384. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-data-exfiltration-simulation/SKILL.md +0 -0
  385. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-data-exfiltration-simulation/references/api-reference.md +0 -0
  386. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-data-exfiltration-simulation/scripts/agent.py +0 -0
  387. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-dns-attack-simulation/SKILL.md +0 -0
  388. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-dns-attack-simulation/references/api-reference.md +0 -0
  389. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-dns-attack-simulation/scripts/agent.py +0 -0
  390. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-initial-access-simulation/SKILL.md +0 -0
  391. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-initial-access-simulation/references/api-reference.md +0 -0
  392. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-initial-access-simulation/scripts/agent.py +0 -0
  393. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-iot-attack-simulation/SKILL.md +0 -0
  394. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-iot-attack-simulation/references/api-reference.md +0 -0
  395. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-iot-attack-simulation/scripts/agent.py +0 -0
  396. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-ransomware-emulation/SKILL.md +0 -0
  397. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-ransomware-emulation/references/api-reference.md +0 -0
  398. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-ransomware-emulation/scripts/agent.py +0 -0
  399. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-supply-chain-attack-simulation/SKILL.md +0 -0
  400. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-supply-chain-attack-simulation/references/api-reference.md +0 -0
  401. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-supply-chain-attack-simulation/scripts/agent.py +0 -0
  402. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/SKILL.md +0 -0
  403. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/references/ai-guardrails.md +0 -0
  404. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/references/prompt-injection-techniques.md +0 -0
  405. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/scripts/prompt_injection_scan.py +0 -0
  406. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/auditing-model-supply-chain/SKILL.md +0 -0
  407. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/auditing-model-supply-chain/references/api-reference.md +0 -0
  408. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/auditing-model-supply-chain/scripts/agent.py +0 -0
  409. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/auditing-rag-pipeline-security/SKILL.md +0 -0
  410. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/auditing-rag-pipeline-security/references/api-reference.md +0 -0
  411. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/auditing-rag-pipeline-security/scripts/agent.py +0 -0
  412. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-adversarial-example-attacks/SKILL.md +0 -0
  413. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-adversarial-example-attacks/references/api-reference.md +0 -0
  414. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-adversarial-example-attacks/scripts/agent.py +0 -0
  415. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-jailbreak-attempts/SKILL.md +0 -0
  416. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-jailbreak-attempts/references/api-reference.md +0 -0
  417. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-jailbreak-attempts/scripts/agent.py +0 -0
  418. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-model-hallucination-exploitation/SKILL.md +0 -0
  419. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-model-hallucination-exploitation/references/api-reference.md +0 -0
  420. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-model-hallucination-exploitation/scripts/agent.py +0 -0
  421. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-prompt-injection/SKILL.md +0 -0
  422. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-prompt-injection/references/api-reference.md +0 -0
  423. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-prompt-injection/scripts/agent.py +0 -0
  424. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-prompt-leaking-attacks/SKILL.md +0 -0
  425. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-prompt-leaking-attacks/references/api-reference.md +0 -0
  426. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-prompt-leaking-attacks/scripts/agent.py +0 -0
  427. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-training-data-poisoning/SKILL.md +0 -0
  428. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-training-data-poisoning/references/api-reference.md +0 -0
  429. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-training-data-poisoning/scripts/agent.py +0 -0
  430. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-content-filtering/SKILL.md +0 -0
  431. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-content-filtering/references/api-reference.md +0 -0
  432. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-content-filtering/scripts/agent.py +0 -0
  433. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-governance-framework/SKILL.md +0 -0
  434. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-governance-framework/references/api-reference.md +0 -0
  435. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-governance-framework/scripts/agent.py +0 -0
  436. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-incident-response/SKILL.md +0 -0
  437. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-incident-response/references/api-reference.md +0 -0
  438. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-incident-response/scripts/agent.py +0 -0
  439. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-red-teaming/SKILL.md +0 -0
  440. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-red-teaming/references/api-reference.md +0 -0
  441. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-red-teaming/scripts/agent.py +0 -0
  442. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-access-controls/SKILL.md +0 -0
  443. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-access-controls/references/api-reference.md +0 -0
  444. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-access-controls/scripts/agent.py +0 -0
  445. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-input-sanitization/SKILL.md +0 -0
  446. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-input-sanitization/references/api-reference.md +0 -0
  447. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-input-sanitization/scripts/agent.py +0 -0
  448. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-monitoring-observability/SKILL.md +0 -0
  449. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-monitoring-observability/references/api-reference.md +0 -0
  450. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-monitoring-observability/scripts/agent.py +0 -0
  451. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-output-guardrails/SKILL.md +0 -0
  452. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-output-guardrails/references/api-reference.md +0 -0
  453. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-output-guardrails/scripts/agent.py +0 -0
  454. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-security-benchmarking/SKILL.md +0 -0
  455. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-security-benchmarking/references/api-reference.md +0 -0
  456. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-security-benchmarking/scripts/agent.py +0 -0
  457. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-model-version-security/SKILL.md +0 -0
  458. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-model-version-security/references/api-reference.md +0 -0
  459. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-model-version-security/scripts/agent.py +0 -0
  460. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-agent-tool-use-safety/SKILL.md +0 -0
  461. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-agent-tool-use-safety/references/api-reference.md +0 -0
  462. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-agent-tool-use-safety/scripts/agent.py +0 -0
  463. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-indirect-prompt-injection/SKILL.md +0 -0
  464. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-indirect-prompt-injection/references/api-reference.md +0 -0
  465. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-indirect-prompt-injection/scripts/agent.py +0 -0
  466. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-llm-denial-of-service/SKILL.md +0 -0
  467. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-llm-denial-of-service/references/api-reference.md +0 -0
  468. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-llm-denial-of-service/scripts/agent.py +0 -0
  469. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-model-data-extraction/SKILL.md +0 -0
  470. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-model-data-extraction/references/api-reference.md +0 -0
  471. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-model-data-extraction/scripts/agent.py +0 -0
  472. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-multi-modal-attack-vectors/SKILL.md +0 -0
  473. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-multi-modal-attack-vectors/references/api-reference.md +0 -0
  474. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-multi-modal-attack-vectors/scripts/agent.py +0 -0
  475. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-retrieval-augmented-generation-poisoning/SKILL.md +0 -0
  476. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-retrieval-augmented-generation-poisoning/references/api-reference.md +0 -0
  477. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-retrieval-augmented-generation-poisoning/scripts/agent.py +0 -0
  478. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/SKILL.md +0 -0
  479. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/references/api-gateway-hardening.md +0 -0
  480. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/scripts/api_fuzz.py +0 -0
  481. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/analyzing-api-authentication-flaws/SKILL.md +0 -0
  482. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/analyzing-api-authentication-flaws/references/api-reference.md +0 -0
  483. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/analyzing-api-authentication-flaws/scripts/agent.py +0 -0
  484. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/analyzing-openapi-spec-vulnerabilities/SKILL.md +0 -0
  485. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/analyzing-openapi-spec-vulnerabilities/references/api-reference.md +0 -0
  486. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/analyzing-openapi-spec-vulnerabilities/scripts/agent.py +0 -0
  487. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/auditing-graphql-security/SKILL.md +0 -0
  488. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/auditing-graphql-security/references/api-reference.md +0 -0
  489. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/auditing-graphql-security/scripts/agent.py +0 -0
  490. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/auditing-webhook-security/SKILL.md +0 -0
  491. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/auditing-webhook-security/references/api-reference.md +0 -0
  492. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/auditing-webhook-security/scripts/agent.py +0 -0
  493. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-data-exposure/SKILL.md +0 -0
  494. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-data-exposure/references/api-reference.md +0 -0
  495. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-data-exposure/scripts/agent.py +0 -0
  496. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-enumeration-attacks/SKILL.md +0 -0
  497. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-enumeration-attacks/references/api-reference.md +0 -0
  498. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-enumeration-attacks/scripts/agent.py +0 -0
  499. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-injection-attacks/SKILL.md +0 -0
  500. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-injection-attacks/references/api-reference.md +0 -0
  501. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-injection-attacks/scripts/agent.py +0 -0
  502. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-rate-limit-bypass/SKILL.md +0 -0
  503. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-rate-limit-bypass/references/api-reference.md +0 -0
  504. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-rate-limit-bypass/scripts/agent.py +0 -0
  505. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-schema-violations/SKILL.md +0 -0
  506. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-schema-violations/references/api-reference.md +0 -0
  507. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-schema-violations/scripts/agent.py +0 -0
  508. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-mass-assignment/SKILL.md +0 -0
  509. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-mass-assignment/references/api-reference.md +0 -0
  510. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-mass-assignment/scripts/agent.py +0 -0
  511. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-authentication-hardening/SKILL.md +0 -0
  512. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-authentication-hardening/references/api-reference.md +0 -0
  513. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-authentication-hardening/scripts/agent.py +0 -0
  514. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-logging-monitoring/SKILL.md +0 -0
  515. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-logging-monitoring/references/api-reference.md +0 -0
  516. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-logging-monitoring/scripts/agent.py +0 -0
  517. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-rate-limiting-security/SKILL.md +0 -0
  518. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-rate-limiting-security/references/api-reference.md +0 -0
  519. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-rate-limiting-security/scripts/agent.py +0 -0
  520. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-security-gateway/SKILL.md +0 -0
  521. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-security-gateway/references/api-reference.md +0 -0
  522. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-security-gateway/scripts/agent.py +0 -0
  523. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-security-headers/SKILL.md +0 -0
  524. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-security-headers/references/api-reference.md +0 -0
  525. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-security-headers/scripts/agent.py +0 -0
  526. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-versioning-security/SKILL.md +0 -0
  527. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-versioning-security/references/api-reference.md +0 -0
  528. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-versioning-security/scripts/agent.py +0 -0
  529. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-business-logic-flaws/SKILL.md +0 -0
  530. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-business-logic-flaws/references/api-reference.md +0 -0
  531. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-business-logic-flaws/scripts/agent.py +0 -0
  532. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-file-upload-vulnerabilities/SKILL.md +0 -0
  533. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-file-upload-vulnerabilities/references/api-reference.md +0 -0
  534. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-file-upload-vulnerabilities/scripts/agent.py +0 -0
  535. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-injection-attacks/SKILL.md +0 -0
  536. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-injection-attacks/references/api-reference.md +0 -0
  537. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-injection-attacks/scripts/agent.py +0 -0
  538. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-bola-vulnerabilities/SKILL.md +0 -0
  539. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-bola-vulnerabilities/references/api-reference.md +0 -0
  540. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-bola-vulnerabilities/scripts/agent.py +0 -0
  541. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-mass-assignment-vulnerabilities/SKILL.md +0 -0
  542. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-mass-assignment-vulnerabilities/references/api-reference.md +0 -0
  543. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-mass-assignment-vulnerabilities/scripts/agent.py +0 -0
  544. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-server-side-request-forgery-via-api/SKILL.md +0 -0
  545. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-server-side-request-forgery-via-api/references/api-reference.md +0 -0
  546. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-server-side-request-forgery-via-api/scripts/agent.py +0 -0
  547. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-ssrf-via-api/SKILL.md +0 -0
  548. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-ssrf-via-api/references/api-reference.md +0 -0
  549. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-ssrf-via-api/scripts/agent.py +0 -0
  550. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-websocket-security/SKILL.md +0 -0
  551. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-websocket-security/references/api-reference.md +0 -0
  552. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-websocket-security/scripts/agent.py +0 -0
  553. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/SKILL.md +0 -0
  554. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-clickjacking-vulnerabilities/SKILL.md +0 -0
  555. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-clickjacking-vulnerabilities/references/api-reference.md +0 -0
  556. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-clickjacking-vulnerabilities/scripts/agent.py +0 -0
  557. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-injection-vulnerabilities/SKILL.md +0 -0
  558. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-injection-vulnerabilities/references/api-reference.md +0 -0
  559. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-injection-vulnerabilities/scripts/agent.py +0 -0
  560. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-insecure-deserialization/SKILL.md +0 -0
  561. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-insecure-deserialization/references/api-reference.md +0 -0
  562. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-insecure-deserialization/scripts/agent.py +0 -0
  563. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-open-redirect-vulnerabilities/SKILL.md +0 -0
  564. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-open-redirect-vulnerabilities/references/api-reference.md +0 -0
  565. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-open-redirect-vulnerabilities/scripts/agent.py +0 -0
  566. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-prototype-pollution/SKILL.md +0 -0
  567. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-prototype-pollution/references/api-reference.md +0 -0
  568. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-prototype-pollution/scripts/agent.py +0 -0
  569. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-server-side-template-injection/SKILL.md +0 -0
  570. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-server-side-template-injection/references/api-reference.md +0 -0
  571. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-server-side-template-injection/scripts/agent.py +0 -0
  572. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-subdomain-takeover-vulnerabilities/SKILL.md +0 -0
  573. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-subdomain-takeover-vulnerabilities/references/api-reference.md +0 -0
  574. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-subdomain-takeover-vulnerabilities/scripts/agent.py +0 -0
  575. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/implementing-secure-development-lifecycle/SKILL.md +0 -0
  576. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/implementing-secure-development-lifecycle/references/api-reference.md +0 -0
  577. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/implementing-secure-development-lifecycle/scripts/agent.py +0 -0
  578. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-api-key-exposure-testing/SKILL.md +0 -0
  579. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-api-key-exposure-testing/references/api-reference.md +0 -0
  580. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-api-key-exposure-testing/scripts/agent.py +0 -0
  581. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-authorization-bypass-testing/SKILL.md +0 -0
  582. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-authorization-bypass-testing/references/api-reference.md +0 -0
  583. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-authorization-bypass-testing/scripts/agent.py +0 -0
  584. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-business-logic-testing/SKILL.md +0 -0
  585. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-business-logic-testing/references/api-reference.md +0 -0
  586. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-business-logic-testing/scripts/agent.py +0 -0
  587. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-client-side-security-testing/SKILL.md +0 -0
  588. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-client-side-security-testing/references/api-reference.md +0 -0
  589. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-client-side-security-testing/scripts/agent.py +0 -0
  590. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-csp-bypass-testing/SKILL.md +0 -0
  591. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-csp-bypass-testing/references/api-reference.md +0 -0
  592. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-csp-bypass-testing/scripts/agent.py +0 -0
  593. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-oauth-security-testing/SKILL.md +0 -0
  594. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-oauth-security-testing/references/api-reference.md +0 -0
  595. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-oauth-security-testing/scripts/agent.py +0 -0
  596. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-source-code-review/SKILL.md +0 -0
  597. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-source-code-review/references/api-reference.md +0 -0
  598. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-source-code-review/scripts/agent.py +0 -0
  599. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-web-cache-poisoning-testing/SKILL.md +0 -0
  600. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-web-cache-poisoning-testing/references/api-reference.md +0 -0
  601. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-web-cache-poisoning-testing/scripts/agent.py +0 -0
  602. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-authentication-vulnerabilities/SKILL.md +0 -0
  603. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-authentication-vulnerabilities/references/api-reference.md +0 -0
  604. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-authentication-vulnerabilities/scripts/agent.py +0 -0
  605. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-cors-misconfiguration/SKILL.md +0 -0
  606. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-cors-misconfiguration/references/api-reference.md +0 -0
  607. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-cors-misconfiguration/scripts/agent.py +0 -0
  608. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-file-upload-vulnerabilities/SKILL.md +0 -0
  609. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-file-upload-vulnerabilities/references/api-reference.md +0 -0
  610. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-file-upload-vulnerabilities/scripts/agent.py +0 -0
  611. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-graphql-security/SKILL.md +0 -0
  612. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-graphql-security/references/api-reference.md +0 -0
  613. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-graphql-security/scripts/agent.py +0 -0
  614. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-http-request-smuggling/SKILL.md +0 -0
  615. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-http-request-smuggling/references/api-reference.md +0 -0
  616. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-http-request-smuggling/scripts/agent.py +0 -0
  617. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-session-management-security/SKILL.md +0 -0
  618. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-session-management-security/references/api-reference.md +0 -0
  619. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-session-management-security/scripts/agent.py +0 -0
  620. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-web-socket-hijacking/SKILL.md +0 -0
  621. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-web-socket-hijacking/references/api-reference.md +0 -0
  622. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-web-socket-hijacking/scripts/agent.py +0 -0
  623. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-xml-external-entity-attacks/SKILL.md +0 -0
  624. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-xml-external-entity-attacks/references/api-reference.md +0 -0
  625. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-xml-external-entity-attacks/scripts/agent.py +0 -0
  626. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/SKILL.md +0 -0
  627. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/references/ansible-cis-hardening.md +0 -0
  628. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/references/docker-container-security.md +0 -0
  629. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/references/secrets-management.md +0 -0
  630. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/references/security-scripting.md +0 -0
  631. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/references/terraform-iac-security.md +0 -0
  632. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/scripts/cis_check.sh +0 -0
  633. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-certificate-management/SKILL.md +0 -0
  634. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-certificate-management/references/api-reference.md +0 -0
  635. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-certificate-management/scripts/agent.py +0 -0
  636. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-cloud-security-remediation/SKILL.md +0 -0
  637. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-cloud-security-remediation/references/api-reference.md +0 -0
  638. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-cloud-security-remediation/scripts/agent.py +0 -0
  639. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-compliance-evidence-collection/SKILL.md +0 -0
  640. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-compliance-evidence-collection/references/api-reference.md +0 -0
  641. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-compliance-evidence-collection/scripts/agent.py +0 -0
  642. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-firewall-rule-audits/SKILL.md +0 -0
  643. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-firewall-rule-audits/references/api-reference.md +0 -0
  644. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-firewall-rule-audits/scripts/agent.py +0 -0
  645. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-incident-response-actions/SKILL.md +0 -0
  646. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-incident-response-actions/references/api-reference.md +0 -0
  647. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-incident-response-actions/scripts/agent.py +0 -0
  648. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-nmap-scanning-workflows/SKILL.md +0 -0
  649. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-nmap-scanning-workflows/references/api-reference.md +0 -0
  650. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-nmap-scanning-workflows/scripts/agent.py +0 -0
  651. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-osint-collection/SKILL.md +0 -0
  652. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-osint-collection/references/api-reference.md +0 -0
  653. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-osint-collection/scripts/agent.py +0 -0
  654. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-security-baseline-checks/SKILL.md +0 -0
  655. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-security-baseline-checks/references/api-reference.md +0 -0
  656. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-security-baseline-checks/scripts/agent.py +0 -0
  657. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-siem-rule-deployment/SKILL.md +0 -0
  658. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-siem-rule-deployment/references/api-reference.md +0 -0
  659. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-siem-rule-deployment/scripts/agent.py +0 -0
  660. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-threat-feed-processing/SKILL.md +0 -0
  661. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-threat-feed-processing/references/api-reference.md +0 -0
  662. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-threat-feed-processing/scripts/agent.py +0 -0
  663. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-user-access-reviews/SKILL.md +0 -0
  664. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-user-access-reviews/references/api-reference.md +0 -0
  665. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-user-access-reviews/scripts/agent.py +0 -0
  666. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-vulnerability-remediation/SKILL.md +0 -0
  667. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-vulnerability-remediation/references/api-reference.md +0 -0
  668. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-vulnerability-remediation/scripts/agent.py +0 -0
  669. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-api-security-scanners/SKILL.md +0 -0
  670. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-api-security-scanners/references/api-reference.md +0 -0
  671. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-api-security-scanners/scripts/agent.py +0 -0
  672. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-ida-ghidra-scripts/SKILL.md +0 -0
  673. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-ida-ghidra-scripts/references/api-reference.md +0 -0
  674. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-ida-ghidra-scripts/scripts/agent.py +0 -0
  675. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-log-collectors/SKILL.md +0 -0
  676. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-log-collectors/references/api-reference.md +0 -0
  677. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-log-collectors/scripts/agent.py +0 -0
  678. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-nuclei-templates/SKILL.md +0 -0
  679. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-nuclei-templates/references/api-reference.md +0 -0
  680. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-nuclei-templates/scripts/agent.py +0 -0
  681. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-incident-enrichment-tools/SKILL.md +0 -0
  682. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-incident-enrichment-tools/references/api-reference.md +0 -0
  683. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-incident-enrichment-tools/scripts/agent.py +0 -0
  684. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-log-parsing-pipelines/SKILL.md +0 -0
  685. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-log-parsing-pipelines/references/api-reference.md +0 -0
  686. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-log-parsing-pipelines/scripts/agent.py +0 -0
  687. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-malware-analysis-pipelines/SKILL.md +0 -0
  688. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-malware-analysis-pipelines/references/api-reference.md +0 -0
  689. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-malware-analysis-pipelines/scripts/agent.py +0 -0
  690. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-network-discovery-tools/SKILL.md +0 -0
  691. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-network-discovery-tools/references/api-reference.md +0 -0
  692. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-network-discovery-tools/scripts/agent.py +0 -0
  693. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-powershell-security-scripts/SKILL.md +0 -0
  694. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-powershell-security-scripts/references/api-reference.md +0 -0
  695. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-powershell-security-scripts/scripts/agent.py +0 -0
  696. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-python-security-tools/SKILL.md +0 -0
  697. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-python-security-tools/references/api-reference.md +0 -0
  698. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-python-security-tools/scripts/agent.py +0 -0
  699. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-threat-hunting-notebooks/SKILL.md +0 -0
  700. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-threat-hunting-notebooks/references/api-reference.md +0 -0
  701. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-threat-hunting-notebooks/scripts/agent.py +0 -0
  702. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-vulnerability-report-generators/SKILL.md +0 -0
  703. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-vulnerability-report-generators/references/api-reference.md +0 -0
  704. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-vulnerability-report-generators/scripts/agent.py +0 -0
  705. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/SKILL.md +0 -0
  706. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/bypassing-aslr-protection/SKILL.md +0 -0
  707. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/bypassing-aslr-protection/references/api-reference.md +0 -0
  708. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/bypassing-aslr-protection/scripts/agent.py +0 -0
  709. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/bypassing-stack-canary-protection/SKILL.md +0 -0
  710. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/bypassing-stack-canary-protection/references/api-reference.md +0 -0
  711. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/bypassing-stack-canary-protection/scripts/agent.py +0 -0
  712. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/constructing-rop-chains/SKILL.md +0 -0
  713. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/constructing-rop-chains/references/api-reference.md +0 -0
  714. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/constructing-rop-chains/scripts/agent.py +0 -0
  715. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-embedded-device-firmware/SKILL.md +0 -0
  716. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-embedded-device-firmware/references/api-reference.md +0 -0
  717. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-embedded-device-firmware/scripts/agent.py +0 -0
  718. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-format-string-vulnerabilities/SKILL.md +0 -0
  719. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-format-string-vulnerabilities/references/api-reference.md +0 -0
  720. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-format-string-vulnerabilities/scripts/agent.py +0 -0
  721. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-heap-grooming-techniques/SKILL.md +0 -0
  722. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-heap-grooming-techniques/references/api-reference.md +0 -0
  723. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-heap-grooming-techniques/scripts/agent.py +0 -0
  724. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-integer-overflow-vulnerabilities/SKILL.md +0 -0
  725. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-integer-overflow-vulnerabilities/references/api-reference.md +0 -0
  726. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-integer-overflow-vulnerabilities/scripts/agent.py +0 -0
  727. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-jit-compiler-bugs/SKILL.md +0 -0
  728. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-jit-compiler-bugs/references/api-reference.md +0 -0
  729. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-jit-compiler-bugs/scripts/agent.py +0 -0
  730. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-race-conditions-in-binaries/SKILL.md +0 -0
  731. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-race-conditions-in-binaries/references/api-reference.md +0 -0
  732. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-race-conditions-in-binaries/scripts/agent.py +0 -0
  733. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-signal-handler-vulnerabilities/SKILL.md +0 -0
  734. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-signal-handler-vulnerabilities/references/api-reference.md +0 -0
  735. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-signal-handler-vulnerabilities/scripts/agent.py +0 -0
  736. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-type-confusion-bugs/SKILL.md +0 -0
  737. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-type-confusion-bugs/references/api-reference.md +0 -0
  738. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-type-confusion-bugs/scripts/agent.py +0 -0
  739. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-use-after-free-vulnerabilities/SKILL.md +0 -0
  740. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-use-after-free-vulnerabilities/references/api-reference.md +0 -0
  741. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-use-after-free-vulnerabilities/scripts/agent.py +0 -0
  742. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/generating-custom-shellcode/SKILL.md +0 -0
  743. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/generating-custom-shellcode/references/api-reference.md +0 -0
  744. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/generating-custom-shellcode/scripts/agent.py +0 -0
  745. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-binary-protection-analysis/SKILL.md +0 -0
  746. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-binary-protection-analysis/references/api-reference.md +0 -0
  747. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-binary-protection-analysis/scripts/agent.py +0 -0
  748. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-blind-rop-attacks/SKILL.md +0 -0
  749. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-blind-rop-attacks/references/api-reference.md +0 -0
  750. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-blind-rop-attacks/scripts/agent.py +0 -0
  751. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-browser-exploitation/SKILL.md +0 -0
  752. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-browser-exploitation/references/api-reference.md +0 -0
  753. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-browser-exploitation/scripts/agent.py +0 -0
  754. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-buffer-overflow-exploitation/SKILL.md +0 -0
  755. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-buffer-overflow-exploitation/references/api-reference.md +0 -0
  756. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-buffer-overflow-exploitation/scripts/agent.py +0 -0
  757. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-format-string-exploitation/SKILL.md +0 -0
  758. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-format-string-exploitation/references/api-reference.md +0 -0
  759. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-format-string-exploitation/scripts/agent.py +0 -0
  760. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-heap-exploitation/SKILL.md +0 -0
  761. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-heap-exploitation/references/api-reference.md +0 -0
  762. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-heap-exploitation/scripts/agent.py +0 -0
  763. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-hypervisor-escape/SKILL.md +0 -0
  764. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-hypervisor-escape/references/api-reference.md +0 -0
  765. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-hypervisor-escape/scripts/agent.py +0 -0
  766. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-integer-overflow-attacks/SKILL.md +0 -0
  767. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-integer-overflow-attacks/references/api-reference.md +0 -0
  768. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-integer-overflow-attacks/scripts/agent.py +0 -0
  769. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-kernel-exploitation/SKILL.md +0 -0
  770. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-kernel-exploitation/references/api-reference.md +0 -0
  771. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-kernel-exploitation/scripts/agent.py +0 -0
  772. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-return-to-libc-attacks/SKILL.md +0 -0
  773. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-return-to-libc-attacks/references/api-reference.md +0 -0
  774. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-return-to-libc-attacks/scripts/agent.py +0 -0
  775. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-sandbox-escape/SKILL.md +0 -0
  776. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-sandbox-escape/references/api-reference.md +0 -0
  777. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-sandbox-escape/scripts/agent.py +0 -0
  778. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/SKILL.md +0 -0
  779. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/references/detection-engineering.md +0 -0
  780. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/references/hardening-baselines.md +0 -0
  781. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/references/threat-hunting.md +0 -0
  782. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/scripts/validate_sigma.py +0 -0
  783. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-dns-security-logs/SKILL.md +0 -0
  784. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-dns-security-logs/references/api-reference.md +0 -0
  785. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-dns-security-logs/scripts/agent.py +0 -0
  786. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-endpoint-telemetry/SKILL.md +0 -0
  787. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-endpoint-telemetry/references/api-reference.md +0 -0
  788. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-endpoint-telemetry/scripts/agent.py +0 -0
  789. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-network-flow-data/SKILL.md +0 -0
  790. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-network-flow-data/references/api-reference.md +0 -0
  791. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-network-flow-data/scripts/agent.py +0 -0
  792. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-windows-event-logs/SKILL.md +0 -0
  793. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-windows-event-logs/references/api-reference.md +0 -0
  794. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-windows-event-logs/scripts/agent.py +0 -0
  795. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/building-detection-as-code-pipeline/SKILL.md +0 -0
  796. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/building-detection-as-code-pipeline/references/api-reference.md +0 -0
  797. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/building-detection-as-code-pipeline/scripts/agent.py +0 -0
  798. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/building-splunk-correlation-searches/SKILL.md +0 -0
  799. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/building-splunk-correlation-searches/references/api-reference.md +0 -0
  800. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/building-splunk-correlation-searches/scripts/agent.py +0 -0
  801. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/configuring-auditd-rules/SKILL.md +0 -0
  802. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/configuring-auditd-rules/references/api-reference.md +0 -0
  803. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/configuring-auditd-rules/scripts/agent.py +0 -0
  804. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/configuring-sysmon-monitoring/SKILL.md +0 -0
  805. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/configuring-sysmon-monitoring/references/api-reference.md +0 -0
  806. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/configuring-sysmon-monitoring/scripts/agent.py +0 -0
  807. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/deploying-osquery-fleet/SKILL.md +0 -0
  808. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/deploying-osquery-fleet/references/api-reference.md +0 -0
  809. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/deploying-osquery-fleet/scripts/agent.py +0 -0
  810. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/detecting-credential-dumping/SKILL.md +0 -0
  811. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/detecting-credential-dumping/references/api-reference.md +0 -0
  812. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/detecting-credential-dumping/scripts/agent.py +0 -0
  813. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/detecting-lateral-movement/SKILL.md +0 -0
  814. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/detecting-lateral-movement/references/api-reference.md +0 -0
  815. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/detecting-lateral-movement/scripts/agent.py +0 -0
  816. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/hardening-linux-with-cis-benchmarks/SKILL.md +0 -0
  817. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/hardening-linux-with-cis-benchmarks/references/api-reference.md +0 -0
  818. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/hardening-linux-with-cis-benchmarks/scripts/agent.py +0 -0
  819. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/hunting-with-kql-queries/SKILL.md +0 -0
  820. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/hunting-with-kql-queries/references/api-reference.md +0 -0
  821. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/hunting-with-kql-queries/scripts/agent.py +0 -0
  822. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-deception-technology/SKILL.md +0 -0
  823. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-deception-technology/references/api-reference.md +0 -0
  824. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-deception-technology/scripts/agent.py +0 -0
  825. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-email-security-monitoring/SKILL.md +0 -0
  826. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-email-security-monitoring/references/api-reference.md +0 -0
  827. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-email-security-monitoring/scripts/agent.py +0 -0
  828. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-honeypot-deployment/SKILL.md +0 -0
  829. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-honeypot-deployment/references/api-reference.md +0 -0
  830. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-honeypot-deployment/scripts/agent.py +0 -0
  831. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-security-orchestration-playbooks/SKILL.md +0 -0
  832. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-security-orchestration-playbooks/references/api-reference.md +0 -0
  833. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-security-orchestration-playbooks/scripts/agent.py +0 -0
  834. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-sysmon-configuration/SKILL.md +0 -0
  835. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-sysmon-configuration/references/api-reference.md +0 -0
  836. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-sysmon-configuration/scripts/agent.py +0 -0
  837. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-log-source-onboarding/SKILL.md +0 -0
  838. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-log-source-onboarding/references/api-reference.md +0 -0
  839. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-log-source-onboarding/scripts/agent.py +0 -0
  840. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-network-baseline-analysis/SKILL.md +0 -0
  841. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-network-baseline-analysis/references/api-reference.md +0 -0
  842. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-network-baseline-analysis/scripts/agent.py +0 -0
  843. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-threat-hunting-hypothesis/SKILL.md +0 -0
  844. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-threat-hunting-hypothesis/references/api-reference.md +0 -0
  845. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-threat-hunting-hypothesis/scripts/agent.py +0 -0
  846. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-user-behavior-analytics/SKILL.md +0 -0
  847. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-user-behavior-analytics/references/api-reference.md +0 -0
  848. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-user-behavior-analytics/scripts/agent.py +0 -0
  849. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/tuning-edr-detection-rules/SKILL.md +0 -0
  850. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/tuning-edr-detection-rules/references/api-reference.md +0 -0
  851. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/tuning-edr-detection-rules/scripts/agent.py +0 -0
  852. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/writing-sigma-detection-rules/SKILL.md +0 -0
  853. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/writing-sigma-detection-rules/references/api-reference.md +0 -0
  854. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/writing-sigma-detection-rules/scripts/agent.py +0 -0
  855. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/SKILL.md +0 -0
  856. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-browser-extension-security/SKILL.md +0 -0
  857. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-browser-extension-security/references/api-reference.md +0 -0
  858. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-browser-extension-security/scripts/agent.py +0 -0
  859. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-cors-misconfigurations/SKILL.md +0 -0
  860. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-cors-misconfigurations/references/api-reference.md +0 -0
  861. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-cors-misconfigurations/scripts/agent.py +0 -0
  862. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-postmessage-security/SKILL.md +0 -0
  863. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-postmessage-security/references/api-reference.md +0 -0
  864. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-postmessage-security/scripts/agent.py +0 -0
  865. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-service-worker-security/SKILL.md +0 -0
  866. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-service-worker-security/references/api-reference.md +0 -0
  867. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-service-worker-security/scripts/agent.py +0 -0
  868. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-web-storage-security/SKILL.md +0 -0
  869. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-web-storage-security/references/api-reference.md +0 -0
  870. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-web-storage-security/scripts/agent.py +0 -0
  871. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-webrtc-security/SKILL.md +0 -0
  872. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-webrtc-security/references/api-reference.md +0 -0
  873. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-webrtc-security/scripts/agent.py +0 -0
  874. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-websocket-security/SKILL.md +0 -0
  875. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-websocket-security/references/api-reference.md +0 -0
  876. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-websocket-security/scripts/agent.py +0 -0
  877. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-cross-site-scripting/SKILL.md +0 -0
  878. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-cross-site-scripting/references/api-reference.md +0 -0
  879. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-cross-site-scripting/scripts/agent.py +0 -0
  880. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-css-injection-attacks/SKILL.md +0 -0
  881. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-css-injection-attacks/references/api-reference.md +0 -0
  882. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-css-injection-attacks/scripts/agent.py +0 -0
  883. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-dom-based-vulnerabilities/SKILL.md +0 -0
  884. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-dom-based-vulnerabilities/references/api-reference.md +0 -0
  885. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-dom-based-vulnerabilities/scripts/agent.py +0 -0
  886. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-prototype-pollution/SKILL.md +0 -0
  887. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-prototype-pollution/references/api-reference.md +0 -0
  888. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-prototype-pollution/scripts/agent.py +0 -0
  889. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-supply-chain-attacks-in-browsers/SKILL.md +0 -0
  890. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-supply-chain-attacks-in-browsers/references/api-reference.md +0 -0
  891. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-supply-chain-attacks-in-browsers/scripts/agent.py +0 -0
  892. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-web-cache-poisoning/SKILL.md +0 -0
  893. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-web-cache-poisoning/references/api-reference.md +0 -0
  894. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-web-cache-poisoning/scripts/agent.py +0 -0
  895. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-browser-isolation/SKILL.md +0 -0
  896. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-browser-isolation/references/api-reference.md +0 -0
  897. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-browser-isolation/scripts/agent.py +0 -0
  898. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-content-security-policy/SKILL.md +0 -0
  899. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-content-security-policy/references/api-reference.md +0 -0
  900. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-content-security-policy/scripts/agent.py +0 -0
  901. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-cross-origin-isolation/SKILL.md +0 -0
  902. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-cross-origin-isolation/references/api-reference.md +0 -0
  903. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-cross-origin-isolation/scripts/agent.py +0 -0
  904. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-fetch-metadata-headers/SKILL.md +0 -0
  905. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-fetch-metadata-headers/references/api-reference.md +0 -0
  906. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-fetch-metadata-headers/scripts/agent.py +0 -0
  907. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-permissions-policy/SKILL.md +0 -0
  908. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-permissions-policy/references/api-reference.md +0 -0
  909. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-permissions-policy/scripts/agent.py +0 -0
  910. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-secure-cookie-policies/SKILL.md +0 -0
  911. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-secure-cookie-policies/references/api-reference.md +0 -0
  912. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-secure-cookie-policies/scripts/agent.py +0 -0
  913. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-subresource-integrity/SKILL.md +0 -0
  914. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-subresource-integrity/references/api-reference.md +0 -0
  915. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-subresource-integrity/scripts/agent.py +0 -0
  916. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-trusted-types/SKILL.md +0 -0
  917. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-trusted-types/references/api-reference.md +0 -0
  918. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-trusted-types/scripts/agent.py +0 -0
  919. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-clickjacking-attacks/SKILL.md +0 -0
  920. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-clickjacking-attacks/references/api-reference.md +0 -0
  921. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-clickjacking-attacks/scripts/agent.py +0 -0
  922. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-csrf-attacks/SKILL.md +0 -0
  923. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-csrf-attacks/references/api-reference.md +0 -0
  924. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-csrf-attacks/scripts/agent.py +0 -0
  925. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-open-redirect-attacks/SKILL.md +0 -0
  926. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-open-redirect-attacks/references/api-reference.md +0 -0
  927. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-open-redirect-attacks/scripts/agent.py +0 -0
  928. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/SKILL.md +0 -0
  929. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/conducting-subdomain-enumeration/SKILL.md +0 -0
  930. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/conducting-subdomain-enumeration/references/api-reference.md +0 -0
  931. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/conducting-subdomain-enumeration/scripts/agent.py +0 -0
  932. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/finding-ssrf-vulnerabilities/SKILL.md +0 -0
  933. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/finding-ssrf-vulnerabilities/references/api-reference.md +0 -0
  934. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/finding-ssrf-vulnerabilities/scripts/agent.py +0 -0
  935. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-cache-deception-vulnerabilities/SKILL.md +0 -0
  936. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-cache-deception-vulnerabilities/references/api-reference.md +0 -0
  937. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-cache-deception-vulnerabilities/scripts/agent.py +0 -0
  938. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-http-request-smuggling/SKILL.md +0 -0
  939. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-http-request-smuggling/references/api-reference.md +0 -0
  940. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-http-request-smuggling/scripts/agent.py +0 -0
  941. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-idor-vulnerabilities/SKILL.md +0 -0
  942. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-idor-vulnerabilities/references/api-reference.md +0 -0
  943. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-idor-vulnerabilities/scripts/agent.py +0 -0
  944. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-information-disclosure/SKILL.md +0 -0
  945. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-information-disclosure/references/api-reference.md +0 -0
  946. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-information-disclosure/scripts/agent.py +0 -0
  947. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-prototype-pollution-bugs/SKILL.md +0 -0
  948. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-prototype-pollution-bugs/references/api-reference.md +0 -0
  949. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-prototype-pollution-bugs/scripts/agent.py +0 -0
  950. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-race-condition-bugs/SKILL.md +0 -0
  951. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-race-condition-bugs/references/api-reference.md +0 -0
  952. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-race-condition-bugs/scripts/agent.py +0 -0
  953. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-subdomain-takeover/SKILL.md +0 -0
  954. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-subdomain-takeover/references/api-reference.md +0 -0
  955. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-subdomain-takeover/scripts/agent.py +0 -0
  956. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-template-injection/SKILL.md +0 -0
  957. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-template-injection/references/api-reference.md +0 -0
  958. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-template-injection/scripts/agent.py +0 -0
  959. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-api-endpoint-testing/SKILL.md +0 -0
  960. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-api-endpoint-testing/references/api-reference.md +0 -0
  961. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-api-endpoint-testing/scripts/agent.py +0 -0
  962. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-asset-discovery/SKILL.md +0 -0
  963. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-asset-discovery/references/api-reference.md +0 -0
  964. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-asset-discovery/scripts/agent.py +0 -0
  965. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-recon-automation/SKILL.md +0 -0
  966. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-recon-automation/references/api-reference.md +0 -0
  967. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-recon-automation/scripts/agent.py +0 -0
  968. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-authentication-flaws/SKILL.md +0 -0
  969. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-authentication-flaws/references/api-reference.md +0 -0
  970. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-authentication-flaws/scripts/agent.py +0 -0
  971. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-business-logic-flaws/SKILL.md +0 -0
  972. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-business-logic-flaws/references/api-reference.md +0 -0
  973. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-business-logic-flaws/scripts/agent.py +0 -0
  974. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-cors-misconfiguration-exploitation/SKILL.md +0 -0
  975. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-cors-misconfiguration-exploitation/references/api-reference.md +0 -0
  976. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-cors-misconfiguration-exploitation/scripts/agent.py +0 -0
  977. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-crlf-injection/SKILL.md +0 -0
  978. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-crlf-injection/references/api-reference.md +0 -0
  979. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-crlf-injection/scripts/agent.py +0 -0
  980. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-file-upload-vulnerabilities/SKILL.md +0 -0
  981. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-file-upload-vulnerabilities/references/api-reference.md +0 -0
  982. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-file-upload-vulnerabilities/scripts/agent.py +0 -0
  983. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-graphql-security/SKILL.md +0 -0
  984. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-graphql-security/references/api-reference.md +0 -0
  985. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-graphql-security/scripts/agent.py +0 -0
  986. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-jwt-implementation-flaws/SKILL.md +0 -0
  987. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-jwt-implementation-flaws/references/api-reference.md +0 -0
  988. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-jwt-implementation-flaws/scripts/agent.py +0 -0
  989. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-oauth-implementation-flaws/SKILL.md +0 -0
  990. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-oauth-implementation-flaws/references/api-reference.md +0 -0
  991. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-oauth-implementation-flaws/scripts/agent.py +0 -0
  992. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-payment-flow-security/SKILL.md +0 -0
  993. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-payment-flow-security/references/api-reference.md +0 -0
  994. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-payment-flow-security/scripts/agent.py +0 -0
  995. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-websocket-security-flaws/SKILL.md +0 -0
  996. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-websocket-security-flaws/references/api-reference.md +0 -0
  997. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-websocket-security-flaws/scripts/agent.py +0 -0
  998. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/writing-bug-bounty-reports/SKILL.md +0 -0
  999. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/writing-bug-bounty-reports/references/api-reference.md +0 -0
  1000. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/writing-bug-bounty-reports/scripts/agent.py +0 -0
  1001. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/SKILL.md +0 -0
  1002. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/analyzing-c2-network-traffic/SKILL.md +0 -0
  1003. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/analyzing-c2-network-traffic/references/api-reference.md +0 -0
  1004. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/analyzing-c2-network-traffic/scripts/agent.py +0 -0
  1005. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/building-custom-c2-protocols/SKILL.md +0 -0
  1006. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/building-custom-c2-protocols/references/api-reference.md +0 -0
  1007. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/building-custom-c2-protocols/scripts/agent.py +0 -0
  1008. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-brute-ratel-c2/SKILL.md +0 -0
  1009. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-brute-ratel-c2/references/api-reference.md +0 -0
  1010. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-brute-ratel-c2/scripts/agent.py +0 -0
  1011. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-mythic-c2/SKILL.md +0 -0
  1012. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-mythic-c2/references/api-reference.md +0 -0
  1013. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-mythic-c2/scripts/agent.py +0 -0
  1014. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-nighthawk-c2/SKILL.md +0 -0
  1015. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-nighthawk-c2/references/api-reference.md +0 -0
  1016. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-nighthawk-c2/scripts/agent.py +0 -0
  1017. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-poshc2-framework/SKILL.md +0 -0
  1018. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-poshc2-framework/references/api-reference.md +0 -0
  1019. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-poshc2-framework/scripts/agent.py +0 -0
  1020. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-sliver-c2/SKILL.md +0 -0
  1021. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-sliver-c2/references/api-reference.md +0 -0
  1022. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-sliver-c2/scripts/agent.py +0 -0
  1023. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/deploying-cobalt-strike-infrastructure/SKILL.md +0 -0
  1024. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/deploying-cobalt-strike-infrastructure/references/api-reference.md +0 -0
  1025. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/deploying-cobalt-strike-infrastructure/scripts/agent.py +0 -0
  1026. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/deploying-covenant-framework/SKILL.md +0 -0
  1027. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/deploying-covenant-framework/references/api-reference.md +0 -0
  1028. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/deploying-covenant-framework/scripts/agent.py +0 -0
  1029. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/detecting-c2-beaconing-patterns/SKILL.md +0 -0
  1030. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/detecting-c2-beaconing-patterns/references/api-reference.md +0 -0
  1031. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/detecting-c2-beaconing-patterns/scripts/agent.py +0 -0
  1032. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/detecting-malleable-c2-profiles/SKILL.md +0 -0
  1033. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/detecting-malleable-c2-profiles/references/api-reference.md +0 -0
  1034. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/detecting-malleable-c2-profiles/scripts/agent.py +0 -0
  1035. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-c2-over-cloud-services/SKILL.md +0 -0
  1036. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-c2-over-cloud-services/references/api-reference.md +0 -0
  1037. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-c2-over-cloud-services/scripts/agent.py +0 -0
  1038. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-c2-redirectors/SKILL.md +0 -0
  1039. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-c2-redirectors/references/api-reference.md +0 -0
  1040. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-c2-redirectors/scripts/agent.py +0 -0
  1041. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-dns-c2-channels/SKILL.md +0 -0
  1042. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-dns-c2-channels/references/api-reference.md +0 -0
  1043. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-dns-c2-channels/scripts/agent.py +0 -0
  1044. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-domain-fronting/SKILL.md +0 -0
  1045. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-domain-fronting/references/api-reference.md +0 -0
  1046. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-domain-fronting/scripts/agent.py +0 -0
  1047. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-encrypted-c2-channels/SKILL.md +0 -0
  1048. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-encrypted-c2-channels/references/api-reference.md +0 -0
  1049. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-encrypted-c2-channels/scripts/agent.py +0 -0
  1050. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-http-c2-channels/SKILL.md +0 -0
  1051. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-http-c2-channels/references/api-reference.md +0 -0
  1052. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-http-c2-channels/scripts/agent.py +0 -0
  1053. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-icmp-c2-tunneling/SKILL.md +0 -0
  1054. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-icmp-c2-tunneling/references/api-reference.md +0 -0
  1055. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-icmp-c2-tunneling/scripts/agent.py +0 -0
  1056. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-p2p-c2-networks/SKILL.md +0 -0
  1057. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-p2p-c2-networks/references/api-reference.md +0 -0
  1058. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-p2p-c2-networks/scripts/agent.py +0 -0
  1059. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-evasion-techniques/SKILL.md +0 -0
  1060. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-evasion-techniques/references/api-reference.md +0 -0
  1061. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-evasion-techniques/scripts/agent.py +0 -0
  1062. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-infrastructure-hunting/SKILL.md +0 -0
  1063. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-infrastructure-hunting/references/api-reference.md +0 -0
  1064. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-infrastructure-hunting/scripts/agent.py +0 -0
  1065. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-kill-chain-analysis/SKILL.md +0 -0
  1066. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-kill-chain-analysis/references/api-reference.md +0 -0
  1067. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-kill-chain-analysis/scripts/agent.py +0 -0
  1068. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-persistence-mechanisms/SKILL.md +0 -0
  1069. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-persistence-mechanisms/references/api-reference.md +0 -0
  1070. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-persistence-mechanisms/scripts/agent.py +0 -0
  1071. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/setting-up-havoc-framework/SKILL.md +0 -0
  1072. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/setting-up-havoc-framework/references/api-reference.md +0 -0
  1073. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/setting-up-havoc-framework/scripts/agent.py +0 -0
  1074. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/SKILL.md +0 -0
  1075. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-azure-activity-logs/SKILL.md +0 -0
  1076. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-azure-activity-logs/references/api-reference.md +0 -0
  1077. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-azure-activity-logs/scripts/agent.py +0 -0
  1078. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-api-abuse/SKILL.md +0 -0
  1079. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-api-abuse/references/api-reference.md +0 -0
  1080. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-api-abuse/scripts/agent.py +0 -0
  1081. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-configuration-drift/SKILL.md +0 -0
  1082. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-configuration-drift/references/api-reference.md +0 -0
  1083. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-configuration-drift/scripts/agent.py +0 -0
  1084. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-logging-gaps/SKILL.md +0 -0
  1085. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-logging-gaps/references/api-reference.md +0 -0
  1086. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-logging-gaps/scripts/agent.py +0 -0
  1087. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-privilege-escalation/SKILL.md +0 -0
  1088. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-privilege-escalation/references/api-reference.md +0 -0
  1089. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-privilege-escalation/scripts/agent.py +0 -0
  1090. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-storage-exfiltration/SKILL.md +0 -0
  1091. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-storage-exfiltration/references/api-reference.md +0 -0
  1092. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-storage-exfiltration/scripts/agent.py +0 -0
  1093. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-container-runtime-incidents/SKILL.md +0 -0
  1094. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-container-runtime-incidents/references/api-reference.md +0 -0
  1095. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-container-runtime-incidents/scripts/agent.py +0 -0
  1096. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-vpc-flow-logs-forensically/SKILL.md +0 -0
  1097. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-vpc-flow-logs-forensically/references/api-reference.md +0 -0
  1098. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-vpc-flow-logs-forensically/scripts/agent.py +0 -0
  1099. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/collecting-cloud-disk-images/SKILL.md +0 -0
  1100. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/collecting-cloud-disk-images/references/api-reference.md +0 -0
  1101. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/collecting-cloud-disk-images/scripts/agent.py +0 -0
  1102. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-aws-cloudtrail-logs/SKILL.md +0 -0
  1103. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-aws-cloudtrail-logs/references/api-reference.md +0 -0
  1104. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-aws-cloudtrail-logs/scripts/agent.py +0 -0
  1105. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-cryptomining-incidents/SKILL.md +0 -0
  1106. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-cryptomining-incidents/references/api-reference.md +0 -0
  1107. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-cryptomining-incidents/scripts/agent.py +0 -0
  1108. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-identity-federation-abuse/SKILL.md +0 -0
  1109. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-identity-federation-abuse/references/api-reference.md +0 -0
  1110. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-identity-federation-abuse/scripts/agent.py +0 -0
  1111. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-lateral-movement/SKILL.md +0 -0
  1112. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-lateral-movement/references/api-reference.md +0 -0
  1113. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-lateral-movement/scripts/agent.py +0 -0
  1114. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-supply-chain-attacks/SKILL.md +0 -0
  1115. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-supply-chain-attacks/references/api-reference.md +0 -0
  1116. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-supply-chain-attacks/scripts/agent.py +0 -0
  1117. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-iam-compromise/SKILL.md +0 -0
  1118. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-iam-compromise/references/api-reference.md +0 -0
  1119. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-iam-compromise/scripts/agent.py +0 -0
  1120. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-kubernetes-security-events/SKILL.md +0 -0
  1121. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-kubernetes-security-events/references/api-reference.md +0 -0
  1122. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-kubernetes-security-events/scripts/agent.py +0 -0
  1123. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-s3-bucket-breaches/SKILL.md +0 -0
  1124. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-s3-bucket-breaches/references/api-reference.md +0 -0
  1125. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-s3-bucket-breaches/scripts/agent.py +0 -0
  1126. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-dns-forensics/SKILL.md +0 -0
  1127. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-dns-forensics/references/api-reference.md +0 -0
  1128. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-dns-forensics/scripts/agent.py +0 -0
  1129. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-memory-forensics/SKILL.md +0 -0
  1130. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-memory-forensics/references/api-reference.md +0 -0
  1131. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-memory-forensics/scripts/agent.py +0 -0
  1132. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-network-forensics/SKILL.md +0 -0
  1133. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-network-forensics/references/api-reference.md +0 -0
  1134. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-network-forensics/scripts/agent.py +0 -0
  1135. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-snapshot-forensics/SKILL.md +0 -0
  1136. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-snapshot-forensics/references/api-reference.md +0 -0
  1137. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-snapshot-forensics/scripts/agent.py +0 -0
  1138. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-gcp-audit-log-analysis/SKILL.md +0 -0
  1139. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-gcp-audit-log-analysis/references/api-reference.md +0 -0
  1140. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-gcp-audit-log-analysis/scripts/agent.py +0 -0
  1141. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-multi-cloud-incident-correlation/SKILL.md +0 -0
  1142. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-multi-cloud-incident-correlation/references/api-reference.md +0 -0
  1143. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-multi-cloud-incident-correlation/scripts/agent.py +0 -0
  1144. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-serverless-forensics/SKILL.md +0 -0
  1145. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-serverless-forensics/references/api-reference.md +0 -0
  1146. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-serverless-forensics/scripts/agent.py +0 -0
  1147. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/SKILL.md +0 -0
  1148. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-api-gateway-security/SKILL.md +0 -0
  1149. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-api-gateway-security/references/api-reference.md +0 -0
  1150. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-api-gateway-security/scripts/agent.py +0 -0
  1151. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-dns-security/SKILL.md +0 -0
  1152. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-dns-security/references/api-reference.md +0 -0
  1153. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-dns-security/scripts/agent.py +0 -0
  1154. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-identity-permissions/SKILL.md +0 -0
  1155. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-identity-permissions/references/api-reference.md +0 -0
  1156. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-identity-permissions/scripts/agent.py +0 -0
  1157. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-logging-completeness/SKILL.md +0 -0
  1158. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-logging-completeness/references/api-reference.md +0 -0
  1159. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-logging-completeness/scripts/agent.py +0 -0
  1160. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-storage-lifecycle-policies/SKILL.md +0 -0
  1161. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-storage-lifecycle-policies/references/api-reference.md +0 -0
  1162. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-storage-lifecycle-policies/scripts/agent.py +0 -0
  1163. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-helm-chart-security/SKILL.md +0 -0
  1164. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-helm-chart-security/references/api-reference.md +0 -0
  1165. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-helm-chart-security/scripts/agent.py +0 -0
  1166. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-infrastructure-as-code-security/SKILL.md +0 -0
  1167. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-infrastructure-as-code-security/references/api-reference.md +0 -0
  1168. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-infrastructure-as-code-security/scripts/agent.py +0 -0
  1169. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-cloud-lateral-movement/SKILL.md +0 -0
  1170. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-cloud-lateral-movement/references/api-reference.md +0 -0
  1171. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-cloud-lateral-movement/scripts/agent.py +0 -0
  1172. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-cloud-resource-drift/SKILL.md +0 -0
  1173. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-cloud-resource-drift/references/api-reference.md +0 -0
  1174. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-cloud-resource-drift/scripts/agent.py +0 -0
  1175. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-container-runtime-threats/SKILL.md +0 -0
  1176. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-container-runtime-threats/references/api-reference.md +0 -0
  1177. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-container-runtime-threats/scripts/agent.py +0 -0
  1178. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-container-supply-chain-attacks/SKILL.md +0 -0
  1179. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-container-supply-chain-attacks/references/api-reference.md +0 -0
  1180. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-container-supply-chain-attacks/scripts/agent.py +0 -0
  1181. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-etcd-security-issues/SKILL.md +0 -0
  1182. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-etcd-security-issues/references/api-reference.md +0 -0
  1183. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-etcd-security-issues/scripts/agent.py +0 -0
  1184. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-kubernetes-privilege-escalation/SKILL.md +0 -0
  1185. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-kubernetes-privilege-escalation/references/api-reference.md +0 -0
  1186. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-kubernetes-privilege-escalation/scripts/agent.py +0 -0
  1187. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-misconfigured-cloud-functions/SKILL.md +0 -0
  1188. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-misconfigured-cloud-functions/references/api-reference.md +0 -0
  1189. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-misconfigured-cloud-functions/scripts/agent.py +0 -0
  1190. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-serverless-cold-start-attacks/SKILL.md +0 -0
  1191. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-serverless-cold-start-attacks/references/api-reference.md +0 -0
  1192. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-serverless-cold-start-attacks/scripts/agent.py +0 -0
  1193. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-cost-anomaly-detection/SKILL.md +0 -0
  1194. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-cost-anomaly-detection/references/api-reference.md +0 -0
  1195. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-cost-anomaly-detection/scripts/agent.py +0 -0
  1196. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-network-policy-automation/SKILL.md +0 -0
  1197. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-network-policy-automation/references/api-reference.md +0 -0
  1198. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-network-policy-automation/scripts/agent.py +0 -0
  1199. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-secrets-management/SKILL.md +0 -0
  1200. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-secrets-management/references/api-reference.md +0 -0
  1201. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-secrets-management/scripts/agent.py +0 -0
  1202. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-workload-protection/SKILL.md +0 -0
  1203. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-workload-protection/references/api-reference.md +0 -0
  1204. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-workload-protection/scripts/agent.py +0 -0
  1205. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-container-image-provenance/SKILL.md +0 -0
  1206. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-container-image-provenance/references/api-reference.md +0 -0
  1207. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-container-image-provenance/scripts/agent.py +0 -0
  1208. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-gitops-security/SKILL.md +0 -0
  1209. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-gitops-security/references/api-reference.md +0 -0
  1210. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-gitops-security/scripts/agent.py +0 -0
  1211. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-kubernetes-admission-controllers/SKILL.md +0 -0
  1212. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-kubernetes-admission-controllers/references/api-reference.md +0 -0
  1213. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-kubernetes-admission-controllers/scripts/agent.py +0 -0
  1214. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-pod-identity-management/SKILL.md +0 -0
  1215. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-pod-identity-management/references/api-reference.md +0 -0
  1216. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-pod-identity-management/scripts/agent.py +0 -0
  1217. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/securing-service-mesh-communications/SKILL.md +0 -0
  1218. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/securing-service-mesh-communications/references/api-reference.md +0 -0
  1219. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/securing-service-mesh-communications/scripts/agent.py +0 -0
  1220. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/SKILL.md +0 -0
  1221. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/references/cloud-forensics.md +0 -0
  1222. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/scripts/cloudtrail_analyzer.py +0 -0
  1223. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/analyzing-cloudtrail-anomalies/SKILL.md +0 -0
  1224. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/analyzing-cloudtrail-anomalies/references/api-reference.md +0 -0
  1225. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/analyzing-cloudtrail-anomalies/scripts/agent.py +0 -0
  1226. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-aws-s3-permissions/SKILL.md +0 -0
  1227. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-aws-s3-permissions/references/api-reference.md +0 -0
  1228. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-aws-s3-permissions/scripts/agent.py +0 -0
  1229. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-azure-active-directory/SKILL.md +0 -0
  1230. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-azure-active-directory/references/api-reference.md +0 -0
  1231. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-azure-active-directory/scripts/agent.py +0 -0
  1232. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-gcp-iam-permissions/SKILL.md +0 -0
  1233. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-gcp-iam-permissions/references/api-reference.md +0 -0
  1234. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-gcp-iam-permissions/scripts/agent.py +0 -0
  1235. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-kubernetes-rbac/SKILL.md +0 -0
  1236. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-kubernetes-rbac/references/api-reference.md +0 -0
  1237. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-kubernetes-rbac/scripts/agent.py +0 -0
  1238. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-kubernetes-rbac-in-cloud/SKILL.md +0 -0
  1239. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-kubernetes-rbac-in-cloud/references/api-reference.md +0 -0
  1240. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-kubernetes-rbac-in-cloud/scripts/agent.py +0 -0
  1241. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-serverless-function-security/SKILL.md +0 -0
  1242. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-serverless-function-security/references/api-reference.md +0 -0
  1243. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-serverless-function-security/scripts/agent.py +0 -0
  1244. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-terraform-security/SKILL.md +0 -0
  1245. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-terraform-security/references/api-reference.md +0 -0
  1246. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-terraform-security/scripts/agent.py +0 -0
  1247. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-azure-lateral-movement/SKILL.md +0 -0
  1248. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-azure-lateral-movement/references/api-reference.md +0 -0
  1249. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-azure-lateral-movement/scripts/agent.py +0 -0
  1250. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-api-abuse/SKILL.md +0 -0
  1251. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-api-abuse/references/api-reference.md +0 -0
  1252. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-api-abuse/scripts/agent.py +0 -0
  1253. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-cryptojacking/SKILL.md +0 -0
  1254. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-cryptojacking/references/api-reference.md +0 -0
  1255. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-cryptojacking/scripts/agent.py +0 -0
  1256. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-cryptomining/SKILL.md +0 -0
  1257. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-cryptomining/references/api-reference.md +0 -0
  1258. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-cryptomining/scripts/agent.py +0 -0
  1259. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-privilege-escalation/SKILL.md +0 -0
  1260. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-privilege-escalation/references/api-reference.md +0 -0
  1261. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-privilege-escalation/scripts/agent.py +0 -0
  1262. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-storage-misconfigurations/SKILL.md +0 -0
  1263. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-storage-misconfigurations/references/api-reference.md +0 -0
  1264. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-storage-misconfigurations/scripts/agent.py +0 -0
  1265. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-iam-privilege-escalation/SKILL.md +0 -0
  1266. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-iam-privilege-escalation/references/api-reference.md +0 -0
  1267. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-iam-privilege-escalation/scripts/agent.py +0 -0
  1268. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-backup-security/SKILL.md +0 -0
  1269. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-backup-security/references/api-reference.md +0 -0
  1270. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-backup-security/scripts/agent.py +0 -0
  1271. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-compliance-automation/SKILL.md +0 -0
  1272. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-compliance-automation/references/api-reference.md +0 -0
  1273. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-compliance-automation/scripts/agent.py +0 -0
  1274. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-dlp/SKILL.md +0 -0
  1275. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-dlp/references/api-reference.md +0 -0
  1276. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-dlp/scripts/agent.py +0 -0
  1277. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-dlp-policies/SKILL.md +0 -0
  1278. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-dlp-policies/references/api-reference.md +0 -0
  1279. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-dlp-policies/scripts/agent.py +0 -0
  1280. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-network-security-groups/SKILL.md +0 -0
  1281. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-network-security-groups/references/api-reference.md +0 -0
  1282. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-network-security-groups/scripts/agent.py +0 -0
  1283. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-waf-rules/SKILL.md +0 -0
  1284. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-waf-rules/references/api-reference.md +0 -0
  1285. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-waf-rules/scripts/agent.py +0 -0
  1286. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/performing-cloud-forensics/SKILL.md +0 -0
  1287. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/performing-cloud-forensics/references/api-reference.md +0 -0
  1288. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/performing-cloud-forensics/scripts/agent.py +0 -0
  1289. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/securing-container-registries/SKILL.md +0 -0
  1290. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/securing-container-registries/references/api-reference.md +0 -0
  1291. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/securing-container-registries/scripts/agent.py +0 -0
  1292. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/securing-serverless-functions/SKILL.md +0 -0
  1293. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/securing-serverless-functions/references/api-reference.md +0 -0
  1294. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/securing-serverless-functions/scripts/agent.py +0 -0
  1295. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/SKILL.md +0 -0
  1296. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/references/framework-controls.md +0 -0
  1297. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/scripts/collect_evidence.py +0 -0
  1298. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-cloud-compliance-posture/SKILL.md +0 -0
  1299. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-cloud-compliance-posture/references/api-reference.md +0 -0
  1300. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-cloud-compliance-posture/scripts/agent.py +0 -0
  1301. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-cmmc-maturity/SKILL.md +0 -0
  1302. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-cmmc-maturity/references/api-reference.md +0 -0
  1303. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-cmmc-maturity/scripts/agent.py +0 -0
  1304. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-data-residency-requirements/SKILL.md +0 -0
  1305. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-data-residency-requirements/references/api-reference.md +0 -0
  1306. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-data-residency-requirements/scripts/agent.py +0 -0
  1307. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-gdpr-data-processing/SKILL.md +0 -0
  1308. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-gdpr-data-processing/references/api-reference.md +0 -0
  1309. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-gdpr-data-processing/scripts/agent.py +0 -0
  1310. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-hipaa-safeguards/SKILL.md +0 -0
  1311. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-hipaa-safeguards/references/api-reference.md +0 -0
  1312. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-hipaa-safeguards/scripts/agent.py +0 -0
  1313. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-hipaa-technical-safeguards/SKILL.md +0 -0
  1314. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-hipaa-technical-safeguards/references/api-reference.md +0 -0
  1315. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-hipaa-technical-safeguards/scripts/agent.py +0 -0
  1316. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-iso-27001-compliance/SKILL.md +0 -0
  1317. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-iso-27001-compliance/references/api-reference.md +0 -0
  1318. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-iso-27001-compliance/scripts/agent.py +0 -0
  1319. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-pci-dss-controls/SKILL.md +0 -0
  1320. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-pci-dss-controls/references/api-reference.md +0 -0
  1321. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-pci-dss-controls/scripts/agent.py +0 -0
  1322. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-privacy-compliance/SKILL.md +0 -0
  1323. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-privacy-compliance/references/api-reference.md +0 -0
  1324. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-privacy-compliance/scripts/agent.py +0 -0
  1325. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-soc2-trust-criteria/SKILL.md +0 -0
  1326. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-soc2-trust-criteria/references/api-reference.md +0 -0
  1327. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-soc2-trust-criteria/scripts/agent.py +0 -0
  1328. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-audit-evidence-automation/SKILL.md +0 -0
  1329. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-audit-evidence-automation/references/api-reference.md +0 -0
  1330. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-audit-evidence-automation/scripts/agent.py +0 -0
  1331. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-cis-benchmark-automation/SKILL.md +0 -0
  1332. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-cis-benchmark-automation/references/api-reference.md +0 -0
  1333. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-cis-benchmark-automation/scripts/agent.py +0 -0
  1334. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-compliance-as-code/SKILL.md +0 -0
  1335. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-compliance-as-code/references/api-reference.md +0 -0
  1336. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-compliance-as-code/scripts/agent.py +0 -0
  1337. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-continuous-compliance-monitoring/SKILL.md +0 -0
  1338. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-continuous-compliance-monitoring/references/api-reference.md +0 -0
  1339. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-continuous-compliance-monitoring/scripts/agent.py +0 -0
  1340. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-nist-800-53-controls/SKILL.md +0 -0
  1341. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-nist-800-53-controls/references/api-reference.md +0 -0
  1342. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-nist-800-53-controls/scripts/agent.py +0 -0
  1343. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-vendor-compliance-management/SKILL.md +0 -0
  1344. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-vendor-compliance-management/references/api-reference.md +0 -0
  1345. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-vendor-compliance-management/scripts/agent.py +0 -0
  1346. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-cmmc-assessment/SKILL.md +0 -0
  1347. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-cmmc-assessment/references/api-reference.md +0 -0
  1348. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-cmmc-assessment/scripts/agent.py +0 -0
  1349. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-fedramp-assessment/SKILL.md +0 -0
  1350. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-fedramp-assessment/references/api-reference.md +0 -0
  1351. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-fedramp-assessment/scripts/agent.py +0 -0
  1352. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-iso-27001-gap-analysis/SKILL.md +0 -0
  1353. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-iso-27001-gap-analysis/references/api-reference.md +0 -0
  1354. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-iso-27001-gap-analysis/scripts/agent.py +0 -0
  1355. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-nist-csf-assessment/SKILL.md +0 -0
  1356. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-nist-csf-assessment/references/api-reference.md +0 -0
  1357. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-nist-csf-assessment/scripts/agent.py +0 -0
  1358. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-regulatory-change-management/SKILL.md +0 -0
  1359. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-regulatory-change-management/references/api-reference.md +0 -0
  1360. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-regulatory-change-management/scripts/agent.py +0 -0
  1361. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-risk-assessment-nist-800-30/SKILL.md +0 -0
  1362. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-risk-assessment-nist-800-30/references/api-reference.md +0 -0
  1363. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-risk-assessment-nist-800-30/scripts/agent.py +0 -0
  1364. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-sox-it-controls-audit/SKILL.md +0 -0
  1365. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-sox-it-controls-audit/references/api-reference.md +0 -0
  1366. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-sox-it-controls-audit/scripts/agent.py +0 -0
  1367. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-third-party-risk-assessment/SKILL.md +0 -0
  1368. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-third-party-risk-assessment/references/api-reference.md +0 -0
  1369. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-third-party-risk-assessment/scripts/agent.py +0 -0
  1370. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/SKILL.md +0 -0
  1371. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/references/runtime-security.md +0 -0
  1372. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/scripts/docker_audit.sh +0 -0
  1373. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/scripts/k8s_rbac_audit.sh +0 -0
  1374. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/analyzing-container-runtime-threats/SKILL.md +0 -0
  1375. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/analyzing-container-runtime-threats/references/api-reference.md +0 -0
  1376. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/analyzing-container-runtime-threats/scripts/agent.py +0 -0
  1377. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-container-network-policies/SKILL.md +0 -0
  1378. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-container-network-policies/references/api-reference.md +0 -0
  1379. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-container-network-policies/scripts/agent.py +0 -0
  1380. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-container-registry-security/SKILL.md +0 -0
  1381. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-container-registry-security/references/api-reference.md +0 -0
  1382. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-container-registry-security/scripts/agent.py +0 -0
  1383. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-docker-daemon-config/SKILL.md +0 -0
  1384. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-docker-daemon-config/references/api-reference.md +0 -0
  1385. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-docker-daemon-config/scripts/agent.py +0 -0
  1386. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-docker-socket-exposure/SKILL.md +0 -0
  1387. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-docker-socket-exposure/references/api-reference.md +0 -0
  1388. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-docker-socket-exposure/scripts/agent.py +0 -0
  1389. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-helm-chart-security/SKILL.md +0 -0
  1390. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-helm-chart-security/references/api-reference.md +0 -0
  1391. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-helm-chart-security/scripts/agent.py +0 -0
  1392. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-service-mesh-security/SKILL.md +0 -0
  1393. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-service-mesh-security/references/api-reference.md +0 -0
  1394. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-service-mesh-security/scripts/agent.py +0 -0
  1395. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-container-escape/SKILL.md +0 -0
  1396. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-container-escape/references/api-reference.md +0 -0
  1397. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-container-escape/scripts/agent.py +0 -0
  1398. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-container-escape-attempts/SKILL.md +0 -0
  1399. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-container-escape-attempts/references/api-reference.md +0 -0
  1400. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-container-escape-attempts/scripts/agent.py +0 -0
  1401. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-cryptomining-in-containers/SKILL.md +0 -0
  1402. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-cryptomining-in-containers/references/api-reference.md +0 -0
  1403. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-cryptomining-in-containers/scripts/agent.py +0 -0
  1404. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-privileged-container-abuse/SKILL.md +0 -0
  1405. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-privileged-container-abuse/references/api-reference.md +0 -0
  1406. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-privileged-container-abuse/scripts/agent.py +0 -0
  1407. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-supply-chain-container-attacks/SKILL.md +0 -0
  1408. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-supply-chain-container-attacks/references/api-reference.md +0 -0
  1409. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-supply-chain-container-attacks/scripts/agent.py +0 -0
  1410. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-admission-controllers/SKILL.md +0 -0
  1411. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-admission-controllers/references/api-reference.md +0 -0
  1412. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-admission-controllers/scripts/agent.py +0 -0
  1413. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-container-forensics/SKILL.md +0 -0
  1414. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-container-forensics/references/api-reference.md +0 -0
  1415. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-container-forensics/scripts/agent.py +0 -0
  1416. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-container-secrets-management/SKILL.md +0 -0
  1417. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-container-secrets-management/references/api-reference.md +0 -0
  1418. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-container-secrets-management/scripts/agent.py +0 -0
  1419. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-image-signing-verification/SKILL.md +0 -0
  1420. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-image-signing-verification/references/api-reference.md +0 -0
  1421. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-image-signing-verification/scripts/agent.py +0 -0
  1422. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-network-policies/SKILL.md +0 -0
  1423. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-network-policies/references/api-reference.md +0 -0
  1424. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-network-policies/scripts/agent.py +0 -0
  1425. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-pod-security-standards/SKILL.md +0 -0
  1426. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-pod-security-standards/references/api-reference.md +0 -0
  1427. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-pod-security-standards/scripts/agent.py +0 -0
  1428. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-runtime-security-profiles/SKILL.md +0 -0
  1429. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-runtime-security-profiles/references/api-reference.md +0 -0
  1430. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-runtime-security-profiles/scripts/agent.py +0 -0
  1431. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/monitoring-kubernetes-audit-logs/SKILL.md +0 -0
  1432. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/monitoring-kubernetes-audit-logs/references/api-reference.md +0 -0
  1433. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/monitoring-kubernetes-audit-logs/scripts/agent.py +0 -0
  1434. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/performing-container-forensics/SKILL.md +0 -0
  1435. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/performing-container-forensics/references/api-reference.md +0 -0
  1436. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/performing-container-forensics/scripts/agent.py +0 -0
  1437. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/scanning-container-images/SKILL.md +0 -0
  1438. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/scanning-container-images/references/api-reference.md +0 -0
  1439. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/scanning-container-images/scripts/agent.py +0 -0
  1440. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/securing-kubernetes-secrets/SKILL.md +0 -0
  1441. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/securing-kubernetes-secrets/references/api-reference.md +0 -0
  1442. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/securing-kubernetes-secrets/scripts/agent.py +0 -0
  1443. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/securing-service-mesh/SKILL.md +0 -0
  1444. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/securing-service-mesh/references/api-reference.md +0 -0
  1445. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/securing-service-mesh/scripts/agent.py +0 -0
  1446. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cross-session-memory/SKILL.md +0 -0
  1447. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cross-session-memory/references/memory-architecture.md +0 -0
  1448. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/SKILL.md +0 -0
  1449. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/references/tls-hardening.md +0 -0
  1450. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/scripts/cert_check.py +0 -0
  1451. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-encryption-at-rest/SKILL.md +0 -0
  1452. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-encryption-at-rest/references/api-reference.md +0 -0
  1453. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-encryption-at-rest/scripts/agent.py +0 -0
  1454. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-ransomware-encryption-algorithms/SKILL.md +0 -0
  1455. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-ransomware-encryption-algorithms/references/api-reference.md +0 -0
  1456. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-ransomware-encryption-algorithms/scripts/agent.py +0 -0
  1457. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-tls-certificate-chains/SKILL.md +0 -0
  1458. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-tls-certificate-chains/references/api-reference.md +0 -0
  1459. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-tls-certificate-chains/scripts/agent.py +0 -0
  1460. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-certificate-transparency-abuse/SKILL.md +0 -0
  1461. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-certificate-transparency-abuse/references/api-reference.md +0 -0
  1462. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-certificate-transparency-abuse/scripts/agent.py +0 -0
  1463. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-protocol-downgrade-attacks/SKILL.md +0 -0
  1464. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-protocol-downgrade-attacks/references/api-reference.md +0 -0
  1465. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-protocol-downgrade-attacks/scripts/agent.py +0 -0
  1466. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-side-channel-attacks/SKILL.md +0 -0
  1467. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-side-channel-attacks/references/api-reference.md +0 -0
  1468. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-side-channel-attacks/scripts/agent.py +0 -0
  1469. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-tls-interception/SKILL.md +0 -0
  1470. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-tls-interception/references/api-reference.md +0 -0
  1471. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-tls-interception/scripts/agent.py +0 -0
  1472. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-weak-cryptographic-implementations/SKILL.md +0 -0
  1473. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-weak-cryptographic-implementations/references/api-reference.md +0 -0
  1474. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-weak-cryptographic-implementations/scripts/agent.py +0 -0
  1475. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-weak-random-number-generation/SKILL.md +0 -0
  1476. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-weak-random-number-generation/references/api-reference.md +0 -0
  1477. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-weak-random-number-generation/scripts/agent.py +0 -0
  1478. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-certificate-lifecycle-management/SKILL.md +0 -0
  1479. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-certificate-lifecycle-management/references/api-reference.md +0 -0
  1480. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-certificate-lifecycle-management/scripts/agent.py +0 -0
  1481. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-code-signing/SKILL.md +0 -0
  1482. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-code-signing/references/api-reference.md +0 -0
  1483. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-code-signing/scripts/agent.py +0 -0
  1484. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-end-to-end-encryption/SKILL.md +0 -0
  1485. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-end-to-end-encryption/references/api-reference.md +0 -0
  1486. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-end-to-end-encryption/scripts/agent.py +0 -0
  1487. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-hardware-security-modules/SKILL.md +0 -0
  1488. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-hardware-security-modules/references/api-reference.md +0 -0
  1489. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-hardware-security-modules/scripts/agent.py +0 -0
  1490. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-homomorphic-encryption/SKILL.md +0 -0
  1491. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-homomorphic-encryption/references/api-reference.md +0 -0
  1492. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-homomorphic-encryption/scripts/agent.py +0 -0
  1493. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-key-management/SKILL.md +0 -0
  1494. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-key-management/references/api-reference.md +0 -0
  1495. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-key-management/scripts/agent.py +0 -0
  1496. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-pki-infrastructure/SKILL.md +0 -0
  1497. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-pki-infrastructure/references/api-reference.md +0 -0
  1498. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-pki-infrastructure/scripts/agent.py +0 -0
  1499. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-post-quantum-cryptography/SKILL.md +0 -0
  1500. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-post-quantum-cryptography/references/api-reference.md +0 -0
  1501. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-post-quantum-cryptography/scripts/agent.py +0 -0
  1502. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-secure-communication-channels/SKILL.md +0 -0
  1503. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-secure-communication-channels/references/api-reference.md +0 -0
  1504. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-secure-communication-channels/scripts/agent.py +0 -0
  1505. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-certificate-revocation-monitoring/SKILL.md +0 -0
  1506. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-certificate-revocation-monitoring/references/api-reference.md +0 -0
  1507. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-certificate-revocation-monitoring/scripts/agent.py +0 -0
  1508. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-compliance-audit/SKILL.md +0 -0
  1509. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-compliance-audit/references/api-reference.md +0 -0
  1510. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-compliance-audit/scripts/agent.py +0 -0
  1511. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-key-recovery/SKILL.md +0 -0
  1512. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-key-recovery/references/api-reference.md +0 -0
  1513. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-key-recovery/scripts/agent.py +0 -0
  1514. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-protocol-analysis/SKILL.md +0 -0
  1515. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-protocol-analysis/references/api-reference.md +0 -0
  1516. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-protocol-analysis/scripts/agent.py +0 -0
  1517. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-password-hashing-audit/SKILL.md +0 -0
  1518. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-password-hashing-audit/references/api-reference.md +0 -0
  1519. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-password-hashing-audit/scripts/agent.py +0 -0
  1520. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-ssl-tls-audit/SKILL.md +0 -0
  1521. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-ssl-tls-audit/references/api-reference.md +0 -0
  1522. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-ssl-tls-audit/scripts/agent.py +0 -0
  1523. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/SKILL.md +0 -0
  1524. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/references/classification-labels.md +0 -0
  1525. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/scripts/classify_data.py +0 -0
  1526. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/auditing-database-security/SKILL.md +0 -0
  1527. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/auditing-database-security/references/api-reference.md +0 -0
  1528. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/auditing-database-security/scripts/agent.py +0 -0
  1529. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-exfiltration/SKILL.md +0 -0
  1530. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-exfiltration/references/api-reference.md +0 -0
  1531. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-exfiltration/scripts/agent.py +0 -0
  1532. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-hoarding/SKILL.md +0 -0
  1533. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-hoarding/references/api-reference.md +0 -0
  1534. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-hoarding/scripts/agent.py +0 -0
  1535. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-staging-for-exfiltration/SKILL.md +0 -0
  1536. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-staging-for-exfiltration/references/api-reference.md +0 -0
  1537. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-staging-for-exfiltration/scripts/agent.py +0 -0
  1538. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-insider-data-theft/SKILL.md +0 -0
  1539. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-insider-data-theft/references/api-reference.md +0 -0
  1540. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-insider-data-theft/scripts/agent.py +0 -0
  1541. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-shadow-data-stores/SKILL.md +0 -0
  1542. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-shadow-data-stores/references/api-reference.md +0 -0
  1543. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-shadow-data-stores/scripts/agent.py +0 -0
  1544. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-unauthorized-data-access/SKILL.md +0 -0
  1545. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-unauthorized-data-access/references/api-reference.md +0 -0
  1546. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-unauthorized-data-access/scripts/agent.py +0 -0
  1547. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-unauthorized-data-replication/SKILL.md +0 -0
  1548. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-unauthorized-data-replication/references/api-reference.md +0 -0
  1549. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-unauthorized-data-replication/scripts/agent.py +0 -0
  1550. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-access-governance/SKILL.md +0 -0
  1551. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-access-governance/references/api-reference.md +0 -0
  1552. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-access-governance/scripts/agent.py +0 -0
  1553. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-backup-encryption/SKILL.md +0 -0
  1554. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-backup-encryption/references/api-reference.md +0 -0
  1555. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-backup-encryption/scripts/agent.py +0 -0
  1556. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-loss-prevention/SKILL.md +0 -0
  1557. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-loss-prevention/references/api-reference.md +0 -0
  1558. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-loss-prevention/scripts/agent.py +0 -0
  1559. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-masking/SKILL.md +0 -0
  1560. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-masking/references/api-reference.md +0 -0
  1561. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-masking/scripts/agent.py +0 -0
  1562. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-tokenization/SKILL.md +0 -0
  1563. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-tokenization/references/api-reference.md +0 -0
  1564. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-tokenization/scripts/agent.py +0 -0
  1565. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-database-activity-monitoring/SKILL.md +0 -0
  1566. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-database-activity-monitoring/references/api-reference.md +0 -0
  1567. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-database-activity-monitoring/scripts/agent.py +0 -0
  1568. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-database-encryption/SKILL.md +0 -0
  1569. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-database-encryption/references/api-reference.md +0 -0
  1570. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-database-encryption/scripts/agent.py +0 -0
  1571. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-encryption-key-rotation/SKILL.md +0 -0
  1572. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-encryption-key-rotation/references/api-reference.md +0 -0
  1573. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-encryption-key-rotation/scripts/agent.py +0 -0
  1574. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-secure-data-deletion/SKILL.md +0 -0
  1575. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-secure-data-deletion/references/api-reference.md +0 -0
  1576. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-secure-data-deletion/scripts/agent.py +0 -0
  1577. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-secure-data-sharing/SKILL.md +0 -0
  1578. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-secure-data-sharing/references/api-reference.md +0 -0
  1579. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-secure-data-sharing/scripts/agent.py +0 -0
  1580. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-breach-investigation/SKILL.md +0 -0
  1581. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-breach-investigation/references/api-reference.md +0 -0
  1582. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-breach-investigation/scripts/agent.py +0 -0
  1583. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-discovery-classification/SKILL.md +0 -0
  1584. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-discovery-classification/references/api-reference.md +0 -0
  1585. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-discovery-classification/scripts/agent.py +0 -0
  1586. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-flow-mapping/SKILL.md +0 -0
  1587. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-flow-mapping/references/api-reference.md +0 -0
  1588. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-flow-mapping/scripts/agent.py +0 -0
  1589. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-lifecycle-audit/SKILL.md +0 -0
  1590. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-lifecycle-audit/references/api-reference.md +0 -0
  1591. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-lifecycle-audit/scripts/agent.py +0 -0
  1592. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-privacy-impact-analysis/SKILL.md +0 -0
  1593. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-privacy-impact-analysis/references/api-reference.md +0 -0
  1594. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-privacy-impact-analysis/scripts/agent.py +0 -0
  1595. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-residency-compliance/SKILL.md +0 -0
  1596. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-residency-compliance/references/api-reference.md +0 -0
  1597. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-residency-compliance/scripts/agent.py +0 -0
  1598. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/SKILL.md +0 -0
  1599. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-access-patterns/SKILL.md +0 -0
  1600. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-access-patterns/references/api-reference.md +0 -0
  1601. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-access-patterns/scripts/agent.py +0 -0
  1602. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-network-segmentation/SKILL.md +0 -0
  1603. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-network-segmentation/references/api-reference.md +0 -0
  1604. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-network-segmentation/scripts/agent.py +0 -0
  1605. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-replication-security/SKILL.md +0 -0
  1606. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-replication-security/references/api-reference.md +0 -0
  1607. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-replication-security/scripts/agent.py +0 -0
  1608. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-stored-procedure-security/SKILL.md +0 -0
  1609. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-stored-procedure-security/references/api-reference.md +0 -0
  1610. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-stored-procedure-security/scripts/agent.py +0 -0
  1611. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/configuring-database-auditing/SKILL.md +0 -0
  1612. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/configuring-database-auditing/references/api-reference.md +0 -0
  1613. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/configuring-database-auditing/scripts/agent.py +0 -0
  1614. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/hardening-mysql-installations/SKILL.md +0 -0
  1615. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/hardening-mysql-installations/references/api-reference.md +0 -0
  1616. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/hardening-mysql-installations/scripts/agent.py +0 -0
  1617. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-activity-monitoring/SKILL.md +0 -0
  1618. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-activity-monitoring/references/api-reference.md +0 -0
  1619. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-activity-monitoring/scripts/agent.py +0 -0
  1620. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-connection-security/SKILL.md +0 -0
  1621. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-connection-security/references/api-reference.md +0 -0
  1622. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-connection-security/scripts/agent.py +0 -0
  1623. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-disaster-recovery-security/SKILL.md +0 -0
  1624. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-disaster-recovery-security/references/api-reference.md +0 -0
  1625. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-disaster-recovery-security/scripts/agent.py +0 -0
  1626. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-encryption/SKILL.md +0 -0
  1627. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-encryption/references/api-reference.md +0 -0
  1628. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-encryption/scripts/agent.py +0 -0
  1629. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-firewall-rules/SKILL.md +0 -0
  1630. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-firewall-rules/references/api-reference.md +0 -0
  1631. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-firewall-rules/scripts/agent.py +0 -0
  1632. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-key-management/SKILL.md +0 -0
  1633. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-key-management/references/api-reference.md +0 -0
  1634. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-key-management/scripts/agent.py +0 -0
  1635. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-masking/SKILL.md +0 -0
  1636. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-masking/references/api-reference.md +0 -0
  1637. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-masking/scripts/agent.py +0 -0
  1638. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-row-level-security/SKILL.md +0 -0
  1639. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-row-level-security/references/api-reference.md +0 -0
  1640. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-row-level-security/scripts/agent.py +0 -0
  1641. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-sql-injection-prevention/SKILL.md +0 -0
  1642. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-sql-injection-prevention/references/api-reference.md +0 -0
  1643. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-sql-injection-prevention/scripts/agent.py +0 -0
  1644. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-backup-security/SKILL.md +0 -0
  1645. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-backup-security/references/api-reference.md +0 -0
  1646. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-backup-security/scripts/agent.py +0 -0
  1647. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-compliance-scanning/SKILL.md +0 -0
  1648. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-compliance-scanning/references/api-reference.md +0 -0
  1649. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-compliance-scanning/scripts/agent.py +0 -0
  1650. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-penetration-testing/SKILL.md +0 -0
  1651. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-penetration-testing/references/api-reference.md +0 -0
  1652. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-penetration-testing/scripts/agent.py +0 -0
  1653. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-privilege-escalation-testing/SKILL.md +0 -0
  1654. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-privilege-escalation-testing/references/api-reference.md +0 -0
  1655. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-privilege-escalation-testing/scripts/agent.py +0 -0
  1656. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-vulnerability-scanning/SKILL.md +0 -0
  1657. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-vulnerability-scanning/references/api-reference.md +0 -0
  1658. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-vulnerability-scanning/scripts/agent.py +0 -0
  1659. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/preventing-nosql-injection/SKILL.md +0 -0
  1660. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/preventing-nosql-injection/references/api-reference.md +0 -0
  1661. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/preventing-nosql-injection/scripts/agent.py +0 -0
  1662. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-mongodb-deployments/SKILL.md +0 -0
  1663. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-mongodb-deployments/references/api-reference.md +0 -0
  1664. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-mongodb-deployments/scripts/agent.py +0 -0
  1665. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-postgresql-deployments/SKILL.md +0 -0
  1666. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-postgresql-deployments/references/api-reference.md +0 -0
  1667. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-postgresql-deployments/scripts/agent.py +0 -0
  1668. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-redis-deployments/SKILL.md +0 -0
  1669. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-redis-deployments/references/api-reference.md +0 -0
  1670. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-redis-deployments/scripts/agent.py +0 -0
  1671. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/SKILL.md +0 -0
  1672. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-behavioral-detection-models/SKILL.md +0 -0
  1673. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-behavioral-detection-models/references/api-reference.md +0 -0
  1674. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-behavioral-detection-models/scripts/agent.py +0 -0
  1675. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-custom-log-parsers/SKILL.md +0 -0
  1676. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-custom-log-parsers/references/api-reference.md +0 -0
  1677. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-custom-log-parsers/scripts/agent.py +0 -0
  1678. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-detection-as-code-frameworks/SKILL.md +0 -0
  1679. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-detection-as-code-frameworks/references/api-reference.md +0 -0
  1680. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-detection-as-code-frameworks/scripts/agent.py +0 -0
  1681. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-email-detection-rules/SKILL.md +0 -0
  1682. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-email-detection-rules/references/api-reference.md +0 -0
  1683. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-email-detection-rules/scripts/agent.py +0 -0
  1684. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-machine-learning-detections/SKILL.md +0 -0
  1685. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-machine-learning-detections/references/api-reference.md +0 -0
  1686. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-machine-learning-detections/scripts/agent.py +0 -0
  1687. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-network-detection-signatures/SKILL.md +0 -0
  1688. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-network-detection-signatures/references/api-reference.md +0 -0
  1689. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-network-detection-signatures/scripts/agent.py +0 -0
  1690. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-threat-informed-detections/SKILL.md +0 -0
  1691. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-threat-informed-detections/references/api-reference.md +0 -0
  1692. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-threat-informed-detections/scripts/agent.py +0 -0
  1693. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-yara-rule-development/SKILL.md +0 -0
  1694. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-yara-rule-development/references/api-reference.md +0 -0
  1695. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-yara-rule-development/scripts/agent.py +0 -0
  1696. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-cloud-detection-rules/SKILL.md +0 -0
  1697. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-cloud-detection-rules/references/api-reference.md +0 -0
  1698. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-cloud-detection-rules/scripts/agent.py +0 -0
  1699. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-container-detection-rules/SKILL.md +0 -0
  1700. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-container-detection-rules/references/api-reference.md +0 -0
  1701. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-container-detection-rules/scripts/agent.py +0 -0
  1702. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-content-ci-cd/SKILL.md +0 -0
  1703. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-content-ci-cd/references/api-reference.md +0 -0
  1704. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-content-ci-cd/scripts/agent.py +0 -0
  1705. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-lifecycle-management/SKILL.md +0 -0
  1706. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-lifecycle-management/references/api-reference.md +0 -0
  1707. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-lifecycle-management/scripts/agent.py +0 -0
  1708. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-metrics-tracking/SKILL.md +0 -0
  1709. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-metrics-tracking/references/api-reference.md +0 -0
  1710. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-metrics-tracking/scripts/agent.py +0 -0
  1711. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-testing-frameworks/SKILL.md +0 -0
  1712. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-testing-frameworks/references/api-reference.md +0 -0
  1713. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-testing-frameworks/scripts/agent.py +0 -0
  1714. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-sigma-rule-development/SKILL.md +0 -0
  1715. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-sigma-rule-development/references/api-reference.md +0 -0
  1716. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-sigma-rule-development/scripts/agent.py +0 -0
  1717. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-suricata-rule-engineering/SKILL.md +0 -0
  1718. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-suricata-rule-engineering/references/api-reference.md +0 -0
  1719. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-suricata-rule-engineering/scripts/agent.py +0 -0
  1720. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-coverage-analysis/SKILL.md +0 -0
  1721. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-coverage-analysis/references/api-reference.md +0 -0
  1722. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-coverage-analysis/scripts/agent.py +0 -0
  1723. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-gap-remediation/SKILL.md +0 -0
  1724. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-gap-remediation/references/api-reference.md +0 -0
  1725. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-gap-remediation/scripts/agent.py +0 -0
  1726. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-retrospective-analysis/SKILL.md +0 -0
  1727. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-retrospective-analysis/references/api-reference.md +0 -0
  1728. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-retrospective-analysis/scripts/agent.py +0 -0
  1729. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-rule-optimization/SKILL.md +0 -0
  1730. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-rule-optimization/references/api-reference.md +0 -0
  1731. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-rule-optimization/scripts/agent.py +0 -0
  1732. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-validation-at-scale/SKILL.md +0 -0
  1733. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-validation-at-scale/references/api-reference.md +0 -0
  1734. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-validation-at-scale/scripts/agent.py +0 -0
  1735. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-endpoint-detection-engineering/SKILL.md +0 -0
  1736. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-endpoint-detection-engineering/references/api-reference.md +0 -0
  1737. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-endpoint-detection-engineering/scripts/agent.py +0 -0
  1738. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-false-positive-analysis/SKILL.md +0 -0
  1739. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-false-positive-analysis/references/api-reference.md +0 -0
  1740. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-false-positive-analysis/scripts/agent.py +0 -0
  1741. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-identity-detection-engineering/SKILL.md +0 -0
  1742. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-identity-detection-engineering/references/api-reference.md +0 -0
  1743. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-identity-detection-engineering/scripts/agent.py +0 -0
  1744. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/SKILL.md +0 -0
  1745. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/references/pipeline-tools.md +0 -0
  1746. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/scripts/scan_secrets.sh +0 -0
  1747. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/automating-compliance-as-code/SKILL.md +0 -0
  1748. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/automating-compliance-as-code/references/api-reference.md +0 -0
  1749. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/automating-compliance-as-code/scripts/agent.py +0 -0
  1750. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-devsecops-metrics-dashboard/SKILL.md +0 -0
  1751. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-devsecops-metrics-dashboard/references/api-reference.md +0 -0
  1752. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-devsecops-metrics-dashboard/scripts/agent.py +0 -0
  1753. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-security-regression-tests/SKILL.md +0 -0
  1754. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-security-regression-tests/references/api-reference.md +0 -0
  1755. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-security-regression-tests/scripts/agent.py +0 -0
  1756. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-security-unit-tests/SKILL.md +0 -0
  1757. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-security-unit-tests/references/api-reference.md +0 -0
  1758. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-security-unit-tests/scripts/agent.py +0 -0
  1759. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-container-image-scanning/SKILL.md +0 -0
  1760. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-container-image-scanning/references/api-reference.md +0 -0
  1761. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-container-image-scanning/scripts/agent.py +0 -0
  1762. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-container-image-scanning-pipeline/SKILL.md +0 -0
  1763. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-container-image-scanning-pipeline/references/api-reference.md +0 -0
  1764. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-container-image-scanning-pipeline/scripts/agent.py +0 -0
  1765. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-dast-scanning/SKILL.md +0 -0
  1766. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-dast-scanning/references/api-reference.md +0 -0
  1767. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-dast-scanning/scripts/agent.py +0 -0
  1768. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-infrastructure-as-code-scanning/SKILL.md +0 -0
  1769. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-infrastructure-as-code-scanning/references/api-reference.md +0 -0
  1770. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-infrastructure-as-code-scanning/scripts/agent.py +0 -0
  1771. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-pre-commit-security-hooks/SKILL.md +0 -0
  1772. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-pre-commit-security-hooks/references/api-reference.md +0 -0
  1773. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-pre-commit-security-hooks/scripts/agent.py +0 -0
  1774. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-runtime-application-protection/SKILL.md +0 -0
  1775. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-runtime-application-protection/references/api-reference.md +0 -0
  1776. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-runtime-application-protection/scripts/agent.py +0 -0
  1777. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-runtime-application-security/SKILL.md +0 -0
  1778. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-runtime-application-security/references/api-reference.md +0 -0
  1779. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-runtime-application-security/scripts/agent.py +0 -0
  1780. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-sast-pipeline/SKILL.md +0 -0
  1781. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-sast-pipeline/references/api-reference.md +0 -0
  1782. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-sast-pipeline/scripts/agent.py +0 -0
  1783. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-sbom-generation/SKILL.md +0 -0
  1784. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-sbom-generation/references/api-reference.md +0 -0
  1785. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-sbom-generation/scripts/agent.py +0 -0
  1786. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-secret-detection/SKILL.md +0 -0
  1787. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-secret-detection/references/api-reference.md +0 -0
  1788. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-secret-detection/scripts/agent.py +0 -0
  1789. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-secrets-rotation-automation/SKILL.md +0 -0
  1790. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-secrets-rotation-automation/references/api-reference.md +0 -0
  1791. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-secrets-rotation-automation/scripts/agent.py +0 -0
  1792. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-guardrails/SKILL.md +0 -0
  1793. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-guardrails/references/api-reference.md +0 -0
  1794. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-guardrails/scripts/agent.py +0 -0
  1795. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-observability/SKILL.md +0 -0
  1796. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-observability/references/api-reference.md +0 -0
  1797. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-observability/scripts/agent.py +0 -0
  1798. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-pipeline-orchestration/SKILL.md +0 -0
  1799. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-pipeline-orchestration/references/api-reference.md +0 -0
  1800. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-pipeline-orchestration/scripts/agent.py +0 -0
  1801. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-dependency-vulnerability-scanning/SKILL.md +0 -0
  1802. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-dependency-vulnerability-scanning/references/api-reference.md +0 -0
  1803. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-dependency-vulnerability-scanning/scripts/agent.py +0 -0
  1804. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-security-chaos-engineering/references/api-reference.md +0 -0
  1805. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-security-code-review/SKILL.md +0 -0
  1806. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-security-code-review/references/api-reference.md +0 -0
  1807. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-security-code-review/scripts/agent.py +0 -0
  1808. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-threat-modeling-in-ci/SKILL.md +0 -0
  1809. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-threat-modeling-in-ci/references/api-reference.md +0 -0
  1810. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-threat-modeling-in-ci/scripts/agent.py +0 -0
  1811. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/scanning-dependencies-for-vulnerabilities/SKILL.md +0 -0
  1812. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/scanning-dependencies-for-vulnerabilities/references/api-reference.md +0 -0
  1813. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/scanning-dependencies-for-vulnerabilities/scripts/agent.py +0 -0
  1814. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/securing-ci-cd-pipeline-infrastructure/SKILL.md +0 -0
  1815. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/securing-ci-cd-pipeline-infrastructure/references/api-reference.md +0 -0
  1816. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/securing-ci-cd-pipeline-infrastructure/scripts/agent.py +0 -0
  1817. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/SKILL.md +0 -0
  1818. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/references/evidence-handling.md +0 -0
  1819. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/scripts/timeline_builder.py +0 -0
  1820. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/acquiring-disk-images/SKILL.md +0 -0
  1821. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/acquiring-disk-images/references/api-reference.md +0 -0
  1822. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/acquiring-disk-images/scripts/agent.py +0 -0
  1823. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-browser-artifacts/SKILL.md +0 -0
  1824. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-browser-artifacts/references/api-reference.md +0 -0
  1825. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-browser-artifacts/scripts/agent.py +0 -0
  1826. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-cryptocurrency-forensics/SKILL.md +0 -0
  1827. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-cryptocurrency-forensics/references/api-reference.md +0 -0
  1828. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-cryptocurrency-forensics/scripts/agent.py +0 -0
  1829. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-email-forensics/SKILL.md +0 -0
  1830. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-email-forensics/references/api-reference.md +0 -0
  1831. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-email-forensics/scripts/agent.py +0 -0
  1832. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-event-log-forensics/SKILL.md +0 -0
  1833. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-event-log-forensics/references/api-reference.md +0 -0
  1834. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-event-log-forensics/scripts/agent.py +0 -0
  1835. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-ntfs-artifacts/SKILL.md +0 -0
  1836. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-ntfs-artifacts/references/api-reference.md +0 -0
  1837. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-ntfs-artifacts/scripts/agent.py +0 -0
  1838. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-prefetch-files/SKILL.md +0 -0
  1839. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-prefetch-files/references/api-reference.md +0 -0
  1840. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-prefetch-files/scripts/agent.py +0 -0
  1841. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-shellbag-artifacts/SKILL.md +0 -0
  1842. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-shellbag-artifacts/references/api-reference.md +0 -0
  1843. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-shellbag-artifacts/scripts/agent.py +0 -0
  1844. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-social-media-evidence/SKILL.md +0 -0
  1845. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-social-media-evidence/references/api-reference.md +0 -0
  1846. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-social-media-evidence/scripts/agent.py +0 -0
  1847. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-steganography-artifacts/SKILL.md +0 -0
  1848. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-steganography-artifacts/references/api-reference.md +0 -0
  1849. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-steganography-artifacts/scripts/agent.py +0 -0
  1850. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-usb-artifacts/SKILL.md +0 -0
  1851. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-usb-artifacts/references/api-reference.md +0 -0
  1852. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-usb-artifacts/scripts/agent.py +0 -0
  1853. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-usb-device-artifacts/SKILL.md +0 -0
  1854. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-usb-device-artifacts/references/api-reference.md +0 -0
  1855. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-usb-device-artifacts/scripts/agent.py +0 -0
  1856. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-windows-registry/SKILL.md +0 -0
  1857. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-windows-registry/references/api-reference.md +0 -0
  1858. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-windows-registry/scripts/agent.py +0 -0
  1859. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-anti-forensics-detection/SKILL.md +0 -0
  1860. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-anti-forensics-detection/references/api-reference.md +0 -0
  1861. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-anti-forensics-detection/scripts/agent.py +0 -0
  1862. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-browser-forensics/SKILL.md +0 -0
  1863. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-browser-forensics/references/api-reference.md +0 -0
  1864. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-browser-forensics/scripts/agent.py +0 -0
  1865. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-cloud-forensics/SKILL.md +0 -0
  1866. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-cloud-forensics/references/api-reference.md +0 -0
  1867. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-cloud-forensics/scripts/agent.py +0 -0
  1868. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-cloud-forensics-investigation/SKILL.md +0 -0
  1869. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-cloud-forensics-investigation/references/api-reference.md +0 -0
  1870. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-cloud-forensics-investigation/scripts/agent.py +0 -0
  1871. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-database-forensics/SKILL.md +0 -0
  1872. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-database-forensics/references/api-reference.md +0 -0
  1873. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-database-forensics/scripts/agent.py +0 -0
  1874. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-email-forensics/SKILL.md +0 -0
  1875. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-email-forensics/references/api-reference.md +0 -0
  1876. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-email-forensics/scripts/agent.py +0 -0
  1877. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-iot-device-forensics/SKILL.md +0 -0
  1878. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-iot-device-forensics/references/api-reference.md +0 -0
  1879. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-iot-device-forensics/scripts/agent.py +0 -0
  1880. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-mobile-device-forensics/SKILL.md +0 -0
  1881. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-mobile-device-forensics/references/api-reference.md +0 -0
  1882. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-mobile-device-forensics/scripts/agent.py +0 -0
  1883. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-mobile-forensics/SKILL.md +0 -0
  1884. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-mobile-forensics/references/api-reference.md +0 -0
  1885. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-mobile-forensics/scripts/agent.py +0 -0
  1886. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-network-forensics/SKILL.md +0 -0
  1887. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-network-forensics/references/api-reference.md +0 -0
  1888. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-network-forensics/scripts/agent.py +0 -0
  1889. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-vehicle-forensics/SKILL.md +0 -0
  1890. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-vehicle-forensics/references/api-reference.md +0 -0
  1891. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-vehicle-forensics/scripts/agent.py +0 -0
  1892. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/SKILL.md +0 -0
  1893. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/configuring-secure-email-gateway/SKILL.md +0 -0
  1894. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/configuring-secure-email-gateway/references/api-reference.md +0 -0
  1895. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/configuring-secure-email-gateway/scripts/agent.py +0 -0
  1896. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-business-email-compromise-patterns/SKILL.md +0 -0
  1897. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-business-email-compromise-patterns/references/api-reference.md +0 -0
  1898. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-business-email-compromise-patterns/scripts/agent.py +0 -0
  1899. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-account-compromise/SKILL.md +0 -0
  1900. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-account-compromise/references/api-reference.md +0 -0
  1901. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-account-compromise/scripts/agent.py +0 -0
  1902. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-based-malware/SKILL.md +0 -0
  1903. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-based-malware/references/api-reference.md +0 -0
  1904. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-based-malware/scripts/agent.py +0 -0
  1905. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-data-leakage/SKILL.md +0 -0
  1906. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-data-leakage/references/api-reference.md +0 -0
  1907. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-data-leakage/scripts/agent.py +0 -0
  1908. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-forwarding-abuse/SKILL.md +0 -0
  1909. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-forwarding-abuse/references/api-reference.md +0 -0
  1910. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-forwarding-abuse/scripts/agent.py +0 -0
  1911. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-lateral-phishing/SKILL.md +0 -0
  1912. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-lateral-phishing/references/api-reference.md +0 -0
  1913. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-lateral-phishing/scripts/agent.py +0 -0
  1914. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-spoofing/SKILL.md +0 -0
  1915. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-spoofing/references/api-reference.md +0 -0
  1916. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-spoofing/scripts/agent.py +0 -0
  1917. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-archival-security/SKILL.md +0 -0
  1918. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-archival-security/references/api-reference.md +0 -0
  1919. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-archival-security/scripts/agent.py +0 -0
  1920. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-authentication-protocols/SKILL.md +0 -0
  1921. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-authentication-protocols/references/api-reference.md +0 -0
  1922. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-authentication-protocols/scripts/agent.py +0 -0
  1923. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-dlp-policies/SKILL.md +0 -0
  1924. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-dlp-policies/references/api-reference.md +0 -0
  1925. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-dlp-policies/scripts/agent.py +0 -0
  1926. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-encryption/SKILL.md +0 -0
  1927. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-encryption/references/api-reference.md +0 -0
  1928. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-encryption/scripts/agent.py +0 -0
  1929. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-incident-response/SKILL.md +0 -0
  1930. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-incident-response/references/api-reference.md +0 -0
  1931. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-incident-response/scripts/agent.py +0 -0
  1932. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-quarantine-management/SKILL.md +0 -0
  1933. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-quarantine-management/references/api-reference.md +0 -0
  1934. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-quarantine-management/scripts/agent.py +0 -0
  1935. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-retention-policies/SKILL.md +0 -0
  1936. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-retention-policies/references/api-reference.md +0 -0
  1937. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-retention-policies/scripts/agent.py +0 -0
  1938. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-sandboxing/SKILL.md +0 -0
  1939. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-sandboxing/references/api-reference.md +0 -0
  1940. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-sandboxing/scripts/agent.py +0 -0
  1941. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-security-awareness/SKILL.md +0 -0
  1942. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-security-awareness/references/api-reference.md +0 -0
  1943. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-security-awareness/scripts/agent.py +0 -0
  1944. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-authentication-testing/SKILL.md +0 -0
  1945. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-authentication-testing/references/api-reference.md +0 -0
  1946. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-authentication-testing/scripts/agent.py +0 -0
  1947. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-compliance-auditing/SKILL.md +0 -0
  1948. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-compliance-auditing/references/api-reference.md +0 -0
  1949. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-compliance-auditing/scripts/agent.py +0 -0
  1950. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-header-forensics/SKILL.md +0 -0
  1951. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-header-forensics/references/api-reference.md +0 -0
  1952. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-header-forensics/scripts/agent.py +0 -0
  1953. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-log-analysis/SKILL.md +0 -0
  1954. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-log-analysis/references/api-reference.md +0 -0
  1955. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-log-analysis/scripts/agent.py +0 -0
  1956. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-migration-security/SKILL.md +0 -0
  1957. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-migration-security/references/api-reference.md +0 -0
  1958. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-migration-security/scripts/agent.py +0 -0
  1959. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-security-posture-assessment/SKILL.md +0 -0
  1960. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-security-posture-assessment/references/api-reference.md +0 -0
  1961. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-security-posture-assessment/scripts/agent.py +0 -0
  1962. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-threat-hunting/SKILL.md +0 -0
  1963. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-threat-hunting/references/api-reference.md +0 -0
  1964. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-threat-hunting/scripts/agent.py +0 -0
  1965. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/SKILL.md +0 -0
  1966. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/configuring-endpoint-hardening-baselines/SKILL.md +0 -0
  1967. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/configuring-endpoint-hardening-baselines/references/api-reference.md +0 -0
  1968. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/configuring-endpoint-hardening-baselines/scripts/agent.py +0 -0
  1969. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-credential-theft-on-endpoints/SKILL.md +0 -0
  1970. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-credential-theft-on-endpoints/references/api-reference.md +0 -0
  1971. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-credential-theft-on-endpoints/scripts/agent.py +0 -0
  1972. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-endpoint-data-exfiltration/SKILL.md +0 -0
  1973. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-endpoint-data-exfiltration/references/api-reference.md +0 -0
  1974. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-endpoint-data-exfiltration/scripts/agent.py +0 -0
  1975. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-endpoint-lateral-movement/SKILL.md +0 -0
  1976. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-endpoint-lateral-movement/references/api-reference.md +0 -0
  1977. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-endpoint-lateral-movement/scripts/agent.py +0 -0
  1978. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-fileless-attack-techniques/SKILL.md +0 -0
  1979. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-fileless-attack-techniques/references/api-reference.md +0 -0
  1980. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-fileless-attack-techniques/scripts/agent.py +0 -0
  1981. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-living-off-the-land-on-endpoints/SKILL.md +0 -0
  1982. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-living-off-the-land-on-endpoints/references/api-reference.md +0 -0
  1983. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-living-off-the-land-on-endpoints/scripts/agent.py +0 -0
  1984. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-malicious-powershell-execution/SKILL.md +0 -0
  1985. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-malicious-powershell-execution/references/api-reference.md +0 -0
  1986. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-malicious-powershell-execution/scripts/agent.py +0 -0
  1987. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-persistence-mechanisms/SKILL.md +0 -0
  1988. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-persistence-mechanisms/references/api-reference.md +0 -0
  1989. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-persistence-mechanisms/scripts/agent.py +0 -0
  1990. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-application-whitelisting/SKILL.md +0 -0
  1991. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-application-whitelisting/references/api-reference.md +0 -0
  1992. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-application-whitelisting/scripts/agent.py +0 -0
  1993. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-browser-security-controls/SKILL.md +0 -0
  1994. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-browser-security-controls/references/api-reference.md +0 -0
  1995. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-browser-security-controls/scripts/agent.py +0 -0
  1996. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-edr-deployment/SKILL.md +0 -0
  1997. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-edr-deployment/references/api-reference.md +0 -0
  1998. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-edr-deployment/scripts/agent.py +0 -0
  1999. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-encryption-management/SKILL.md +0 -0
  2000. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-encryption-management/references/api-reference.md +0 -0
  2001. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-encryption-management/scripts/agent.py +0 -0
  2002. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-isolation-procedures/SKILL.md +0 -0
  2003. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-isolation-procedures/references/api-reference.md +0 -0
  2004. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-isolation-procedures/scripts/agent.py +0 -0
  2005. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-logging-configuration/SKILL.md +0 -0
  2006. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-logging-configuration/references/api-reference.md +0 -0
  2007. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-logging-configuration/scripts/agent.py +0 -0
  2008. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-network-segmentation/SKILL.md +0 -0
  2009. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-network-segmentation/references/api-reference.md +0 -0
  2010. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-network-segmentation/scripts/agent.py +0 -0
  2011. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-patch-management/SKILL.md +0 -0
  2012. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-patch-management/references/api-reference.md +0 -0
  2013. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-patch-management/scripts/agent.py +0 -0
  2014. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-usb-device-control/SKILL.md +0 -0
  2015. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-usb-device-control/references/api-reference.md +0 -0
  2016. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-usb-device-control/scripts/agent.py +0 -0
  2017. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-baseline-monitoring/SKILL.md +0 -0
  2018. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-baseline-monitoring/references/api-reference.md +0 -0
  2019. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-baseline-monitoring/scripts/agent.py +0 -0
  2020. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-compliance-assessment/SKILL.md +0 -0
  2021. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-compliance-assessment/references/api-reference.md +0 -0
  2022. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-compliance-assessment/scripts/agent.py +0 -0
  2023. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-forensic-collection/SKILL.md +0 -0
  2024. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-forensic-collection/references/api-reference.md +0 -0
  2025. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-forensic-collection/scripts/agent.py +0 -0
  2026. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-inventory-management/SKILL.md +0 -0
  2027. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-inventory-management/references/api-reference.md +0 -0
  2028. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-inventory-management/scripts/agent.py +0 -0
  2029. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-security-posture-scoring/SKILL.md +0 -0
  2030. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-security-posture-scoring/references/api-reference.md +0 -0
  2031. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-security-posture-scoring/scripts/agent.py +0 -0
  2032. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-threat-hunting/SKILL.md +0 -0
  2033. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-threat-hunting/references/api-reference.md +0 -0
  2034. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-threat-hunting/scripts/agent.py +0 -0
  2035. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-vulnerability-assessment/SKILL.md +0 -0
  2036. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-vulnerability-assessment/references/api-reference.md +0 -0
  2037. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-vulnerability-assessment/scripts/agent.py +0 -0
  2038. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/engagement-pipeline/SKILL.md +0 -0
  2039. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/engagement-pipeline/references/gate-criteria.md +0 -0
  2040. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/SKILL.md +0 -0
  2041. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/building-client-side-exploits/SKILL.md +0 -0
  2042. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/building-client-side-exploits/references/api-reference.md +0 -0
  2043. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/building-client-side-exploits/scripts/agent.py +0 -0
  2044. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/building-proof-of-concept-exploits/SKILL.md +0 -0
  2045. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/building-proof-of-concept-exploits/references/api-reference.md +0 -0
  2046. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/building-proof-of-concept-exploits/scripts/agent.py +0 -0
  2047. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-browser-zero-day-exploits/SKILL.md +0 -0
  2048. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-browser-zero-day-exploits/references/api-reference.md +0 -0
  2049. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-browser-zero-day-exploits/scripts/agent.py +0 -0
  2050. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-cloud-service-exploits/SKILL.md +0 -0
  2051. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-cloud-service-exploits/references/api-reference.md +0 -0
  2052. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-cloud-service-exploits/scripts/agent.py +0 -0
  2053. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-hardware-exploitation-tools/SKILL.md +0 -0
  2054. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-hardware-exploitation-tools/references/api-reference.md +0 -0
  2055. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-hardware-exploitation-tools/scripts/agent.py +0 -0
  2056. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-macos-exploits/SKILL.md +0 -0
  2057. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-macos-exploits/references/api-reference.md +0 -0
  2058. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-macos-exploits/scripts/agent.py +0 -0
  2059. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-mobile-device-exploits/SKILL.md +0 -0
  2060. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-mobile-device-exploits/references/api-reference.md +0 -0
  2061. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-mobile-device-exploits/scripts/agent.py +0 -0
  2062. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-side-channel-attack-exploits/SKILL.md +0 -0
  2063. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-side-channel-attack-exploits/references/api-reference.md +0 -0
  2064. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-side-channel-attack-exploits/scripts/agent.py +0 -0
  2065. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-browser-exploits/SKILL.md +0 -0
  2066. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-browser-exploits/references/api-reference.md +0 -0
  2067. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-browser-exploits/scripts/agent.py +0 -0
  2068. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-container-escape-exploits/SKILL.md +0 -0
  2069. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-container-escape-exploits/references/api-reference.md +0 -0
  2070. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-container-escape-exploits/scripts/agent.py +0 -0
  2071. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-custom-exploits/SKILL.md +0 -0
  2072. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-custom-exploits/references/api-reference.md +0 -0
  2073. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-custom-exploits/scripts/agent.py +0 -0
  2074. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-iot-firmware-exploits/SKILL.md +0 -0
  2075. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-iot-firmware-exploits/references/api-reference.md +0 -0
  2076. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-iot-firmware-exploits/scripts/agent.py +0 -0
  2077. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-linux-privilege-escalation-exploits/SKILL.md +0 -0
  2078. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-linux-privilege-escalation-exploits/references/api-reference.md +0 -0
  2079. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-linux-privilege-escalation-exploits/scripts/agent.py +0 -0
  2080. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-privilege-escalation-exploits/SKILL.md +0 -0
  2081. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-privilege-escalation-exploits/references/api-reference.md +0 -0
  2082. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-privilege-escalation-exploits/scripts/agent.py +0 -0
  2083. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-protocol-fuzzing-exploits/SKILL.md +0 -0
  2084. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-protocol-fuzzing-exploits/references/api-reference.md +0 -0
  2085. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-protocol-fuzzing-exploits/scripts/agent.py +0 -0
  2086. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-supply-chain-implants/SKILL.md +0 -0
  2087. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-supply-chain-implants/references/api-reference.md +0 -0
  2088. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-supply-chain-implants/scripts/agent.py +0 -0
  2089. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-web-exploit-frameworks/SKILL.md +0 -0
  2090. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-web-exploit-frameworks/references/api-reference.md +0 -0
  2091. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-web-exploit-frameworks/scripts/agent.py +0 -0
  2092. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-windows-kernel-exploits/SKILL.md +0 -0
  2093. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-windows-kernel-exploits/references/api-reference.md +0 -0
  2094. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-windows-kernel-exploits/scripts/agent.py +0 -0
  2095. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-exploit-chain-development/SKILL.md +0 -0
  2096. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-exploit-chain-development/references/api-reference.md +0 -0
  2097. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-exploit-chain-development/scripts/agent.py +0 -0
  2098. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-exploit-reliability-testing/SKILL.md +0 -0
  2099. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-exploit-reliability-testing/references/api-reference.md +0 -0
  2100. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-exploit-reliability-testing/scripts/agent.py +0 -0
  2101. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-fuzzing-campaigns/SKILL.md +0 -0
  2102. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-fuzzing-campaigns/references/api-reference.md +0 -0
  2103. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-fuzzing-campaigns/scripts/agent.py +0 -0
  2104. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-exploit-documentation/SKILL.md +0 -0
  2105. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-exploit-documentation/references/api-reference.md +0 -0
  2106. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-exploit-documentation/scripts/agent.py +0 -0
  2107. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-metasploit-modules/SKILL.md +0 -0
  2108. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-metasploit-modules/references/api-reference.md +0 -0
  2109. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-metasploit-modules/scripts/agent.py +0 -0
  2110. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-nday-exploits/SKILL.md +0 -0
  2111. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-nday-exploits/references/api-reference.md +0 -0
  2112. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-nday-exploits/scripts/agent.py +0 -0
  2113. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/SKILL.md +0 -0
  2114. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-audit-readiness-programs/SKILL.md +0 -0
  2115. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-audit-readiness-programs/references/api-reference.md +0 -0
  2116. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-audit-readiness-programs/scripts/agent.py +0 -0
  2117. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-compliance-training-programs/SKILL.md +0 -0
  2118. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-compliance-training-programs/references/api-reference.md +0 -0
  2119. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-compliance-training-programs/scripts/agent.py +0 -0
  2120. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-exception-management-process/SKILL.md +0 -0
  2121. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-exception-management-process/references/api-reference.md +0 -0
  2122. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-exception-management-process/scripts/agent.py +0 -0
  2123. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-regulatory-engagement-strategy/SKILL.md +0 -0
  2124. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-regulatory-engagement-strategy/references/api-reference.md +0 -0
  2125. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-regulatory-engagement-strategy/scripts/agent.py +0 -0
  2126. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-risk-appetite-statements/SKILL.md +0 -0
  2127. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-risk-appetite-statements/references/api-reference.md +0 -0
  2128. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-risk-appetite-statements/scripts/agent.py +0 -0
  2129. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-risk-register-management/SKILL.md +0 -0
  2130. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-risk-register-management/references/api-reference.md +0 -0
  2131. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-risk-register-management/scripts/agent.py +0 -0
  2132. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-security-governance-frameworks/SKILL.md +0 -0
  2133. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-security-governance-frameworks/references/api-reference.md +0 -0
  2134. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-security-governance-frameworks/scripts/agent.py +0 -0
  2135. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-security-policy-automation/SKILL.md +0 -0
  2136. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-security-policy-automation/references/api-reference.md +0 -0
  2137. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-security-policy-automation/scripts/agent.py +0 -0
  2138. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-continuous-risk-monitoring/SKILL.md +0 -0
  2139. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-continuous-risk-monitoring/references/api-reference.md +0 -0
  2140. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-continuous-risk-monitoring/scripts/agent.py +0 -0
  2141. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-control-framework-mapping/SKILL.md +0 -0
  2142. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-control-framework-mapping/references/api-reference.md +0 -0
  2143. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-control-framework-mapping/scripts/agent.py +0 -0
  2144. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-information-classification-governance/SKILL.md +0 -0
  2145. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-information-classification-governance/references/api-reference.md +0 -0
  2146. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-information-classification-governance/scripts/agent.py +0 -0
  2147. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-key-risk-indicators/SKILL.md +0 -0
  2148. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-key-risk-indicators/references/api-reference.md +0 -0
  2149. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-key-risk-indicators/scripts/agent.py +0 -0
  2150. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-regulatory-compliance-tracking/SKILL.md +0 -0
  2151. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-regulatory-compliance-tracking/references/api-reference.md +0 -0
  2152. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-regulatory-compliance-tracking/scripts/agent.py +0 -0
  2153. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-risk-treatment-planning/SKILL.md +0 -0
  2154. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-risk-treatment-planning/references/api-reference.md +0 -0
  2155. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-risk-treatment-planning/scripts/agent.py +0 -0
  2156. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-security-awareness-governance/SKILL.md +0 -0
  2157. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-security-awareness-governance/references/api-reference.md +0 -0
  2158. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-security-awareness-governance/scripts/agent.py +0 -0
  2159. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-security-policy-framework/SKILL.md +0 -0
  2160. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-security-policy-framework/references/api-reference.md +0 -0
  2161. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-security-policy-framework/scripts/agent.py +0 -0
  2162. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-board-level-risk-reporting/SKILL.md +0 -0
  2163. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-board-level-risk-reporting/references/api-reference.md +0 -0
  2164. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-board-level-risk-reporting/scripts/agent.py +0 -0
  2165. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-business-continuity-planning/SKILL.md +0 -0
  2166. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-business-continuity-planning/references/api-reference.md +0 -0
  2167. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-business-continuity-planning/scripts/agent.py +0 -0
  2168. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-cyber-insurance-assessment/SKILL.md +0 -0
  2169. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-cyber-insurance-assessment/references/api-reference.md +0 -0
  2170. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-cyber-insurance-assessment/scripts/agent.py +0 -0
  2171. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-enterprise-risk-assessment/SKILL.md +0 -0
  2172. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-enterprise-risk-assessment/references/api-reference.md +0 -0
  2173. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-enterprise-risk-assessment/scripts/agent.py +0 -0
  2174. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-privacy-governance-assessment/SKILL.md +0 -0
  2175. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-privacy-governance-assessment/references/api-reference.md +0 -0
  2176. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-privacy-governance-assessment/scripts/agent.py +0 -0
  2177. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-security-control-testing/SKILL.md +0 -0
  2178. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-security-control-testing/references/api-reference.md +0 -0
  2179. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-security-control-testing/scripts/agent.py +0 -0
  2180. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-security-program-maturity-assessment/SKILL.md +0 -0
  2181. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-security-program-maturity-assessment/references/api-reference.md +0 -0
  2182. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-security-program-maturity-assessment/scripts/agent.py +0 -0
  2183. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-third-party-risk-management/SKILL.md +0 -0
  2184. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-third-party-risk-management/references/api-reference.md +0 -0
  2185. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-third-party-risk-management/scripts/agent.py +0 -0
  2186. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/SKILL.md +0 -0
  2187. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/references/iam-hardening.md +0 -0
  2188. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/scripts/jwt_analyzer.py +0 -0
  2189. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/analyzing-jwt-vulnerabilities/SKILL.md +0 -0
  2190. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/analyzing-jwt-vulnerabilities/references/api-reference.md +0 -0
  2191. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/analyzing-jwt-vulnerabilities/scripts/agent.py +0 -0
  2192. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-api-key-management/SKILL.md +0 -0
  2193. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-api-key-management/references/api-reference.md +0 -0
  2194. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-api-key-management/scripts/agent.py +0 -0
  2195. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-cloud-identity-federation/SKILL.md +0 -0
  2196. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-cloud-identity-federation/references/api-reference.md +0 -0
  2197. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-cloud-identity-federation/scripts/agent.py +0 -0
  2198. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-directory-service-security/SKILL.md +0 -0
  2199. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-directory-service-security/references/api-reference.md +0 -0
  2200. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-directory-service-security/scripts/agent.py +0 -0
  2201. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-federation-trust-relationships/SKILL.md +0 -0
  2202. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-federation-trust-relationships/references/api-reference.md +0 -0
  2203. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-federation-trust-relationships/scripts/agent.py +0 -0
  2204. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-ldap-security/SKILL.md +0 -0
  2205. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-ldap-security/references/api-reference.md +0 -0
  2206. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-ldap-security/scripts/agent.py +0 -0
  2207. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-oauth-implementations/SKILL.md +0 -0
  2208. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-oauth-implementations/references/api-reference.md +0 -0
  2209. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-oauth-implementations/scripts/agent.py +0 -0
  2210. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-saml-configurations/SKILL.md +0 -0
  2211. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-saml-configurations/references/api-reference.md +0 -0
  2212. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-saml-configurations/scripts/agent.py +0 -0
  2213. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-service-account-permissions/SKILL.md +0 -0
  2214. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-service-account-permissions/references/api-reference.md +0 -0
  2215. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-service-account-permissions/scripts/agent.py +0 -0
  2216. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-credential-stuffing/SKILL.md +0 -0
  2217. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-credential-stuffing/references/api-reference.md +0 -0
  2218. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-credential-stuffing/scripts/agent.py +0 -0
  2219. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-credential-stuffing-attacks/SKILL.md +0 -0
  2220. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-credential-stuffing-attacks/references/api-reference.md +0 -0
  2221. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-credential-stuffing-attacks/scripts/agent.py +0 -0
  2222. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-golden-ticket-attacks/SKILL.md +0 -0
  2223. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-golden-ticket-attacks/references/api-reference.md +0 -0
  2224. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-golden-ticket-attacks/scripts/agent.py +0 -0
  2225. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-kerberos-delegation-abuse/SKILL.md +0 -0
  2226. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-kerberos-delegation-abuse/references/api-reference.md +0 -0
  2227. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-kerberos-delegation-abuse/scripts/agent.py +0 -0
  2228. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-pass-the-hash-attacks/SKILL.md +0 -0
  2229. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-pass-the-hash-attacks/references/api-reference.md +0 -0
  2230. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-pass-the-hash-attacks/scripts/agent.py +0 -0
  2231. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-password-spray-attacks/SKILL.md +0 -0
  2232. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-password-spray-attacks/references/api-reference.md +0 -0
  2233. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-password-spray-attacks/scripts/agent.py +0 -0
  2234. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-shadow-admin-accounts/SKILL.md +0 -0
  2235. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-shadow-admin-accounts/references/api-reference.md +0 -0
  2236. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-shadow-admin-accounts/scripts/agent.py +0 -0
  2237. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-token-theft-and-replay/SKILL.md +0 -0
  2238. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-token-theft-and-replay/references/api-reference.md +0 -0
  2239. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-token-theft-and-replay/scripts/agent.py +0 -0
  2240. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-certificate-based-authentication/SKILL.md +0 -0
  2241. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-certificate-based-authentication/references/api-reference.md +0 -0
  2242. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-certificate-based-authentication/scripts/agent.py +0 -0
  2243. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-conditional-access-policies/SKILL.md +0 -0
  2244. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-conditional-access-policies/references/api-reference.md +0 -0
  2245. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-conditional-access-policies/scripts/agent.py +0 -0
  2246. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-identity-governance/SKILL.md +0 -0
  2247. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-identity-governance/references/api-reference.md +0 -0
  2248. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-identity-governance/scripts/agent.py +0 -0
  2249. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-just-in-time-access/SKILL.md +0 -0
  2250. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-just-in-time-access/references/api-reference.md +0 -0
  2251. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-just-in-time-access/scripts/agent.py +0 -0
  2252. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-mfa-bypass-detection/SKILL.md +0 -0
  2253. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-mfa-bypass-detection/references/api-reference.md +0 -0
  2254. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-mfa-bypass-detection/scripts/agent.py +0 -0
  2255. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-passwordless-authentication/SKILL.md +0 -0
  2256. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-passwordless-authentication/references/api-reference.md +0 -0
  2257. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-passwordless-authentication/scripts/agent.py +0 -0
  2258. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-privileged-access-management/SKILL.md +0 -0
  2259. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-privileged-access-management/references/api-reference.md +0 -0
  2260. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-privileged-access-management/scripts/agent.py +0 -0
  2261. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/SKILL.md +0 -0
  2262. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/building-identity-security-playbooks/SKILL.md +0 -0
  2263. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/building-identity-security-playbooks/references/api-reference.md +0 -0
  2264. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/building-identity-security-playbooks/scripts/agent.py +0 -0
  2265. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-credential-compromise/SKILL.md +0 -0
  2266. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-credential-compromise/references/api-reference.md +0 -0
  2267. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-credential-compromise/scripts/agent.py +0 -0
  2268. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-based-attacks/SKILL.md +0 -0
  2269. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-based-attacks/references/api-reference.md +0 -0
  2270. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-based-attacks/scripts/agent.py +0 -0
  2271. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-governance-violations/SKILL.md +0 -0
  2272. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-governance-violations/references/api-reference.md +0 -0
  2273. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-governance-violations/scripts/agent.py +0 -0
  2274. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-provider-compromise/SKILL.md +0 -0
  2275. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-provider-compromise/references/api-reference.md +0 -0
  2276. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-provider-compromise/scripts/agent.py +0 -0
  2277. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-sprawl/SKILL.md +0 -0
  2278. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-sprawl/references/api-reference.md +0 -0
  2279. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-sprawl/scripts/agent.py +0 -0
  2280. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-lateral-movement-via-identity/SKILL.md +0 -0
  2281. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-lateral-movement-via-identity/references/api-reference.md +0 -0
  2282. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-lateral-movement-via-identity/scripts/agent.py +0 -0
  2283. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-adaptive-authentication/SKILL.md +0 -0
  2284. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-adaptive-authentication/references/api-reference.md +0 -0
  2285. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-adaptive-authentication/scripts/agent.py +0 -0
  2286. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-decentralized-identity/SKILL.md +0 -0
  2287. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-decentralized-identity/references/api-reference.md +0 -0
  2288. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-decentralized-identity/scripts/agent.py +0 -0
  2289. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-analytics-platform/SKILL.md +0 -0
  2290. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-analytics-platform/references/api-reference.md +0 -0
  2291. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-analytics-platform/scripts/agent.py +0 -0
  2292. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-data-governance/SKILL.md +0 -0
  2293. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-data-governance/references/api-reference.md +0 -0
  2294. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-data-governance/scripts/agent.py +0 -0
  2295. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-fabric-architecture/SKILL.md +0 -0
  2296. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-fabric-architecture/references/api-reference.md +0 -0
  2297. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-fabric-architecture/scripts/agent.py +0 -0
  2298. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-lifecycle-automation/SKILL.md +0 -0
  2299. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-lifecycle-automation/references/api-reference.md +0 -0
  2300. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-lifecycle-automation/scripts/agent.py +0 -0
  2301. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-security-monitoring/SKILL.md +0 -0
  2302. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-security-monitoring/references/api-reference.md +0 -0
  2303. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-security-monitoring/scripts/agent.py +0 -0
  2304. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-threat-detection/SKILL.md +0 -0
  2305. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-threat-detection/references/api-reference.md +0 -0
  2306. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-threat-detection/scripts/agent.py +0 -0
  2307. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-threat-intelligence/SKILL.md +0 -0
  2308. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-threat-intelligence/references/api-reference.md +0 -0
  2309. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-threat-intelligence/scripts/agent.py +0 -0
  2310. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-zero-trust/SKILL.md +0 -0
  2311. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-zero-trust/references/api-reference.md +0 -0
  2312. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-zero-trust/scripts/agent.py +0 -0
  2313. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-access-certification-campaigns/SKILL.md +0 -0
  2314. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-access-certification-campaigns/references/api-reference.md +0 -0
  2315. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-access-certification-campaigns/scripts/agent.py +0 -0
  2316. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-attack-path-analysis/SKILL.md +0 -0
  2317. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-attack-path-analysis/references/api-reference.md +0 -0
  2318. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-attack-path-analysis/scripts/agent.py +0 -0
  2319. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-posture-assessment/SKILL.md +0 -0
  2320. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-posture-assessment/references/api-reference.md +0 -0
  2321. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-posture-assessment/scripts/agent.py +0 -0
  2322. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-risk-scoring/SKILL.md +0 -0
  2323. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-risk-scoring/references/api-reference.md +0 -0
  2324. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-risk-scoring/scripts/agent.py +0 -0
  2325. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-security-architecture-review/SKILL.md +0 -0
  2326. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-security-architecture-review/references/api-reference.md +0 -0
  2327. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-security-architecture-review/scripts/agent.py +0 -0
  2328. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-machine-identity-management/SKILL.md +0 -0
  2329. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-machine-identity-management/references/api-reference.md +0 -0
  2330. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-machine-identity-management/scripts/agent.py +0 -0
  2331. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-privileged-identity-threat-hunting/SKILL.md +0 -0
  2332. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-privileged-identity-threat-hunting/references/api-reference.md +0 -0
  2333. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-privileged-identity-threat-hunting/scripts/agent.py +0 -0
  2334. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/SKILL.md +0 -0
  2335. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-crisis-communication-plans/SKILL.md +0 -0
  2336. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-crisis-communication-plans/references/api-reference.md +0 -0
  2337. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-crisis-communication-plans/scripts/agent.py +0 -0
  2338. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-escalation-procedures/SKILL.md +0 -0
  2339. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-escalation-procedures/references/api-reference.md +0 -0
  2340. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-escalation-procedures/scripts/agent.py +0 -0
  2341. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-knowledge-graphs/SKILL.md +0 -0
  2342. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-knowledge-graphs/references/api-reference.md +0 -0
  2343. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-knowledge-graphs/scripts/agent.py +0 -0
  2344. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-prediction-models/SKILL.md +0 -0
  2345. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-prediction-models/references/api-reference.md +0 -0
  2346. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-prediction-models/scripts/agent.py +0 -0
  2347. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-runbook-library/SKILL.md +0 -0
  2348. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-runbook-library/references/api-reference.md +0 -0
  2349. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-runbook-library/scripts/agent.py +0 -0
  2350. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-severity-matrices/SKILL.md +0 -0
  2351. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-severity-matrices/references/api-reference.md +0 -0
  2352. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-severity-matrices/scripts/agent.py +0 -0
  2353. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-on-call-rotation-management/SKILL.md +0 -0
  2354. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-on-call-rotation-management/references/api-reference.md +0 -0
  2355. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-on-call-rotation-management/scripts/agent.py +0 -0
  2356. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-war-room-procedures/SKILL.md +0 -0
  2357. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-war-room-procedures/references/api-reference.md +0 -0
  2358. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-war-room-procedures/scripts/agent.py +0 -0
  2359. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-automation-framework/SKILL.md +0 -0
  2360. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-automation-framework/references/api-reference.md +0 -0
  2361. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-automation-framework/scripts/agent.py +0 -0
  2362. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-classification-framework/SKILL.md +0 -0
  2363. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-classification-framework/references/api-reference.md +0 -0
  2364. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-classification-framework/scripts/agent.py +0 -0
  2365. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-documentation-standards/SKILL.md +0 -0
  2366. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-documentation-standards/references/api-reference.md +0 -0
  2367. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-documentation-standards/scripts/agent.py +0 -0
  2368. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-metrics-tracking/SKILL.md +0 -0
  2369. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-metrics-tracking/references/api-reference.md +0 -0
  2370. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-metrics-tracking/scripts/agent.py +0 -0
  2371. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-recovery-planning/SKILL.md +0 -0
  2372. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-recovery-planning/references/api-reference.md +0 -0
  2373. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-recovery-planning/scripts/agent.py +0 -0
  2374. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-retrospective-automation/SKILL.md +0 -0
  2375. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-retrospective-automation/references/api-reference.md +0 -0
  2376. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-retrospective-automation/scripts/agent.py +0 -0
  2377. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-lessons-learned-processes/SKILL.md +0 -0
  2378. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-lessons-learned-processes/references/api-reference.md +0 -0
  2379. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-lessons-learned-processes/scripts/agent.py +0 -0
  2380. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-multi-team-incident-coordination/SKILL.md +0 -0
  2381. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-multi-team-incident-coordination/references/api-reference.md +0 -0
  2382. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-multi-team-incident-coordination/scripts/agent.py +0 -0
  2383. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-business-impact-analysis/SKILL.md +0 -0
  2384. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-business-impact-analysis/references/api-reference.md +0 -0
  2385. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-business-impact-analysis/scripts/agent.py +0 -0
  2386. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-change-failure-correlation/SKILL.md +0 -0
  2387. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-change-failure-correlation/references/api-reference.md +0 -0
  2388. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-change-failure-correlation/scripts/agent.py +0 -0
  2389. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-simulation-exercises/SKILL.md +0 -0
  2390. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-simulation-exercises/references/api-reference.md +0 -0
  2391. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-simulation-exercises/scripts/agent.py +0 -0
  2392. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-timeline-reconstruction/SKILL.md +0 -0
  2393. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-timeline-reconstruction/references/api-reference.md +0 -0
  2394. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-timeline-reconstruction/scripts/agent.py +0 -0
  2395. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-trend-analysis/SKILL.md +0 -0
  2396. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-trend-analysis/references/api-reference.md +0 -0
  2397. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-trend-analysis/scripts/agent.py +0 -0
  2398. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-regulatory-incident-reporting/SKILL.md +0 -0
  2399. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-regulatory-incident-reporting/references/api-reference.md +0 -0
  2400. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-regulatory-incident-reporting/scripts/agent.py +0 -0
  2401. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-root-cause-analysis/SKILL.md +0 -0
  2402. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-root-cause-analysis/references/api-reference.md +0 -0
  2403. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-root-cause-analysis/scripts/agent.py +0 -0
  2404. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-stakeholder-notification/SKILL.md +0 -0
  2405. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-stakeholder-notification/references/api-reference.md +0 -0
  2406. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-stakeholder-notification/scripts/agent.py +0 -0
  2407. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/SKILL.md +0 -0
  2408. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/references/forensics-tools.md +0 -0
  2409. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/references/ir-runbooks.md +0 -0
  2410. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/references/volatile-evidence.md +0 -0
  2411. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/scripts/collect_evidence.sh +0 -0
  2412. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-authentication-anomalies/SKILL.md +0 -0
  2413. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-authentication-anomalies/references/api-reference.md +0 -0
  2414. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-authentication-anomalies/scripts/agent.py +0 -0
  2415. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-lateral-movement-artifacts/SKILL.md +0 -0
  2416. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-lateral-movement-artifacts/references/api-reference.md +0 -0
  2417. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-lateral-movement-artifacts/scripts/agent.py +0 -0
  2418. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-windows-event-log-artifacts/SKILL.md +0 -0
  2419. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-windows-event-log-artifacts/references/api-reference.md +0 -0
  2420. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-windows-event-log-artifacts/scripts/agent.py +0 -0
  2421. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/building-incident-timeline/SKILL.md +0 -0
  2422. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/building-incident-timeline/references/api-reference.md +0 -0
  2423. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/building-incident-timeline/scripts/agent.py +0 -0
  2424. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/collecting-volatile-evidence/SKILL.md +0 -0
  2425. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/collecting-volatile-evidence/references/api-reference.md +0 -0
  2426. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/collecting-volatile-evidence/scripts/agent.py +0 -0
  2427. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-cloud-ir/SKILL.md +0 -0
  2428. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-cloud-ir/references/api-reference.md +0 -0
  2429. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-cloud-ir/scripts/agent.py +0 -0
  2430. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-memory-forensics/SKILL.md +0 -0
  2431. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-memory-forensics/references/api-reference.md +0 -0
  2432. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-memory-forensics/scripts/agent.py +0 -0
  2433. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-network-traffic-analysis-during-incident/SKILL.md +0 -0
  2434. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-network-traffic-analysis-during-incident/references/api-reference.md +0 -0
  2435. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-network-traffic-analysis-during-incident/scripts/agent.py +0 -0
  2436. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-post-incident-review/SKILL.md +0 -0
  2437. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-post-incident-review/references/api-reference.md +0 -0
  2438. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-post-incident-review/scripts/agent.py +0 -0
  2439. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-regulatory-breach-notification/SKILL.md +0 -0
  2440. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-regulatory-breach-notification/references/api-reference.md +0 -0
  2441. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-regulatory-breach-notification/scripts/agent.py +0 -0
  2442. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/containing-active-breach/SKILL.md +0 -0
  2443. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/containing-active-breach/references/api-reference.md +0 -0
  2444. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/containing-active-breach/scripts/agent.py +0 -0
  2445. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/eradicating-malware/SKILL.md +0 -0
  2446. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/eradicating-malware/references/api-reference.md +0 -0
  2447. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/eradicating-malware/scripts/agent.py +0 -0
  2448. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/implementing-automated-containment/SKILL.md +0 -0
  2449. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/implementing-automated-containment/references/api-reference.md +0 -0
  2450. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/implementing-automated-containment/scripts/agent.py +0 -0
  2451. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/implementing-incident-communication-plans/SKILL.md +0 -0
  2452. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/implementing-incident-communication-plans/references/api-reference.md +0 -0
  2453. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/implementing-incident-communication-plans/scripts/agent.py +0 -0
  2454. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-cloud-incident-response/SKILL.md +0 -0
  2455. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-cloud-incident-response/references/api-reference.md +0 -0
  2456. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-cloud-incident-response/scripts/agent.py +0 -0
  2457. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-container-incident-response/SKILL.md +0 -0
  2458. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-container-incident-response/references/api-reference.md +0 -0
  2459. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-container-incident-response/scripts/agent.py +0 -0
  2460. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-disk-forensics/SKILL.md +0 -0
  2461. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-disk-forensics/references/api-reference.md +0 -0
  2462. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-disk-forensics/scripts/agent.py +0 -0
  2463. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-email-compromise-investigation/references/api-reference.md +0 -0
  2464. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-insider-threat-investigation/SKILL.md +0 -0
  2465. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-insider-threat-investigation/references/api-reference.md +0 -0
  2466. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-insider-threat-investigation/scripts/agent.py +0 -0
  2467. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-memory-forensics-triage/SKILL.md +0 -0
  2468. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-memory-forensics-triage/references/api-reference.md +0 -0
  2469. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-memory-forensics-triage/scripts/agent.py +0 -0
  2470. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-phishing-ir/SKILL.md +0 -0
  2471. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-phishing-ir/references/api-reference.md +0 -0
  2472. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-phishing-ir/scripts/agent.py +0 -0
  2473. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-ransomware-response/SKILL.md +0 -0
  2474. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-ransomware-response/references/api-reference.md +0 -0
  2475. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-ransomware-response/scripts/agent.py +0 -0
  2476. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-supply-chain-incident-response/SKILL.md +0 -0
  2477. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-supply-chain-incident-response/references/api-reference.md +0 -0
  2478. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-supply-chain-incident-response/scripts/agent.py +0 -0
  2479. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-threat-actor-attribution/SKILL.md +0 -0
  2480. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-threat-actor-attribution/references/api-reference.md +0 -0
  2481. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-threat-actor-attribution/scripts/agent.py +0 -0
  2482. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/triaging-security-incident/SKILL.md +0 -0
  2483. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/triaging-security-incident/references/api-reference.md +0 -0
  2484. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/triaging-security-incident/scripts/agent.py +0 -0
  2485. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/SKILL.md +0 -0
  2486. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-attack-campaign-linkage/SKILL.md +0 -0
  2487. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-attack-campaign-linkage/references/api-reference.md +0 -0
  2488. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-attack-campaign-linkage/scripts/agent.py +0 -0
  2489. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-false-flag-operations/SKILL.md +0 -0
  2490. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-false-flag-operations/references/api-reference.md +0 -0
  2491. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-false-flag-operations/scripts/agent.py +0 -0
  2492. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-financial-records/SKILL.md +0 -0
  2493. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-financial-records/references/api-reference.md +0 -0
  2494. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-financial-records/scripts/agent.py +0 -0
  2495. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-nation-state-ttps/SKILL.md +0 -0
  2496. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-nation-state-ttps/references/api-reference.md +0 -0
  2497. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-nation-state-ttps/scripts/agent.py +0 -0
  2498. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-shipping-and-maritime-data/SKILL.md +0 -0
  2499. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-shipping-and-maritime-data/references/api-reference.md +0 -0
  2500. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-shipping-and-maritime-data/scripts/agent.py +0 -0
  2501. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-threat-actor-infrastructure/SKILL.md +0 -0
  2502. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-threat-actor-infrastructure/references/api-reference.md +0 -0
  2503. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-threat-actor-infrastructure/scripts/agent.py +0 -0
  2504. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-chronolocation-investigation/SKILL.md +0 -0
  2505. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-chronolocation-investigation/references/api-reference.md +0 -0
  2506. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-chronolocation-investigation/scripts/agent.py +0 -0
  2507. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-cross-border-investigations/SKILL.md +0 -0
  2508. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-cross-border-investigations/references/api-reference.md +0 -0
  2509. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-cross-border-investigations/scripts/agent.py +0 -0
  2510. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-cross-platform-identity-correlation/SKILL.md +0 -0
  2511. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-cross-platform-identity-correlation/references/api-reference.md +0 -0
  2512. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-cross-platform-identity-correlation/scripts/agent.py +0 -0
  2513. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-dark-web-investigations/SKILL.md +0 -0
  2514. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-dark-web-investigations/references/api-reference.md +0 -0
  2515. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-dark-web-investigations/scripts/agent.py +0 -0
  2516. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-insider-threat-investigations/SKILL.md +0 -0
  2517. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-insider-threat-investigations/references/api-reference.md +0 -0
  2518. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-insider-threat-investigations/scripts/agent.py +0 -0
  2519. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-open-source-satellite-analysis/SKILL.md +0 -0
  2520. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-open-source-satellite-analysis/references/api-reference.md +0 -0
  2521. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-open-source-satellite-analysis/scripts/agent.py +0 -0
  2522. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-sanctions-screening/SKILL.md +0 -0
  2523. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-sanctions-screening/references/api-reference.md +0 -0
  2524. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-sanctions-screening/scripts/agent.py +0 -0
  2525. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-social-network-analysis/SKILL.md +0 -0
  2526. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-social-network-analysis/references/api-reference.md +0 -0
  2527. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-social-network-analysis/scripts/agent.py +0 -0
  2528. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-witness-device-analysis/SKILL.md +0 -0
  2529. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-witness-device-analysis/references/api-reference.md +0 -0
  2530. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-witness-device-analysis/scripts/agent.py +0 -0
  2531. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-conflict-zone-investigation/SKILL.md +0 -0
  2532. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-conflict-zone-investigation/references/api-reference.md +0 -0
  2533. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-conflict-zone-investigation/scripts/agent.py +0 -0
  2534. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-corporate-entity-research/SKILL.md +0 -0
  2535. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-corporate-entity-research/references/api-reference.md +0 -0
  2536. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-corporate-entity-research/scripts/agent.py +0 -0
  2537. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-cryptocurrency-tracing/SKILL.md +0 -0
  2538. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-cryptocurrency-tracing/references/api-reference.md +0 -0
  2539. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-cryptocurrency-tracing/scripts/agent.py +0 -0
  2540. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-deep-fake-detection/SKILL.md +0 -0
  2541. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-deep-fake-detection/references/api-reference.md +0 -0
  2542. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-deep-fake-detection/scripts/agent.py +0 -0
  2543. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-digital-evidence-authentication/SKILL.md +0 -0
  2544. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-digital-evidence-authentication/references/api-reference.md +0 -0
  2545. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-digital-evidence-authentication/scripts/agent.py +0 -0
  2546. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-geolocation-analysis/SKILL.md +0 -0
  2547. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-geolocation-analysis/references/api-reference.md +0 -0
  2548. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-geolocation-analysis/scripts/agent.py +0 -0
  2549. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-malware-attribution-analysis/SKILL.md +0 -0
  2550. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-malware-attribution-analysis/references/api-reference.md +0 -0
  2551. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-malware-attribution-analysis/scripts/agent.py +0 -0
  2552. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-timeline-reconstruction/SKILL.md +0 -0
  2553. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-timeline-reconstruction/references/api-reference.md +0 -0
  2554. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-timeline-reconstruction/scripts/agent.py +0 -0
  2555. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-vehicle-tracking-analysis/SKILL.md +0 -0
  2556. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-vehicle-tracking-analysis/references/api-reference.md +0 -0
  2557. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-vehicle-tracking-analysis/scripts/agent.py +0 -0
  2558. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/SKILL.md +0 -0
  2559. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-authentication-logs/SKILL.md +0 -0
  2560. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-authentication-logs/references/api-reference.md +0 -0
  2561. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-authentication-logs/scripts/agent.py +0 -0
  2562. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-cloud-audit-trail-logs/SKILL.md +0 -0
  2563. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-cloud-audit-trail-logs/references/api-reference.md +0 -0
  2564. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-cloud-audit-trail-logs/scripts/agent.py +0 -0
  2565. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-dns-query-logs/SKILL.md +0 -0
  2566. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-dns-query-logs/references/api-reference.md +0 -0
  2567. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-dns-query-logs/scripts/agent.py +0 -0
  2568. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-firewall-logs/SKILL.md +0 -0
  2569. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-firewall-logs/references/api-reference.md +0 -0
  2570. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-firewall-logs/scripts/agent.py +0 -0
  2571. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-proxy-logs/SKILL.md +0 -0
  2572. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-proxy-logs/references/api-reference.md +0 -0
  2573. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-proxy-logs/scripts/agent.py +0 -0
  2574. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-web-server-access-logs/SKILL.md +0 -0
  2575. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-web-server-access-logs/references/api-reference.md +0 -0
  2576. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-web-server-access-logs/scripts/agent.py +0 -0
  2577. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-windows-event-logs/SKILL.md +0 -0
  2578. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-windows-event-logs/references/api-reference.md +0 -0
  2579. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-windows-event-logs/scripts/agent.py +0 -0
  2580. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/correlating-multi-source-logs/SKILL.md +0 -0
  2581. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/correlating-multi-source-logs/references/api-reference.md +0 -0
  2582. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/correlating-multi-source-logs/scripts/agent.py +0 -0
  2583. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-brute-force-from-logs/SKILL.md +0 -0
  2584. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-brute-force-from-logs/references/api-reference.md +0 -0
  2585. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-brute-force-from-logs/scripts/agent.py +0 -0
  2586. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-data-exfiltration-in-logs/SKILL.md +0 -0
  2587. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-data-exfiltration-in-logs/references/api-reference.md +0 -0
  2588. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-data-exfiltration-in-logs/scripts/agent.py +0 -0
  2589. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-insider-threats-from-logs/SKILL.md +0 -0
  2590. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-insider-threats-from-logs/references/api-reference.md +0 -0
  2591. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-insider-threats-from-logs/scripts/agent.py +0 -0
  2592. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-lateral-movement-in-logs/SKILL.md +0 -0
  2593. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-lateral-movement-in-logs/references/api-reference.md +0 -0
  2594. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-lateral-movement-in-logs/scripts/agent.py +0 -0
  2595. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-log-tampering/SKILL.md +0 -0
  2596. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-log-tampering/references/api-reference.md +0 -0
  2597. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-log-tampering/scripts/agent.py +0 -0
  2598. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-centralized-logging/SKILL.md +0 -0
  2599. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-centralized-logging/references/api-reference.md +0 -0
  2600. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-centralized-logging/scripts/agent.py +0 -0
  2601. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-log-integrity-verification/SKILL.md +0 -0
  2602. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-log-integrity-verification/references/api-reference.md +0 -0
  2603. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-log-integrity-verification/scripts/agent.py +0 -0
  2604. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-log-retention-policies/SKILL.md +0 -0
  2605. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-log-retention-policies/references/api-reference.md +0 -0
  2606. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-log-retention-policies/scripts/agent.py +0 -0
  2607. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-real-time-log-alerting/SKILL.md +0 -0
  2608. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-real-time-log-alerting/references/api-reference.md +0 -0
  2609. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-real-time-log-alerting/scripts/agent.py +0 -0
  2610. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-siem-rule-tuning/SKILL.md +0 -0
  2611. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-siem-rule-tuning/references/api-reference.md +0 -0
  2612. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-siem-rule-tuning/scripts/agent.py +0 -0
  2613. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/parsing-syslog-messages/SKILL.md +0 -0
  2614. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/parsing-syslog-messages/references/api-reference.md +0 -0
  2615. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/parsing-syslog-messages/scripts/agent.py +0 -0
  2616. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-aggregation-at-scale/SKILL.md +0 -0
  2617. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-aggregation-at-scale/references/api-reference.md +0 -0
  2618. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-aggregation-at-scale/scripts/agent.py +0 -0
  2619. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-based-anomaly-detection/SKILL.md +0 -0
  2620. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-based-anomaly-detection/references/api-reference.md +0 -0
  2621. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-based-anomaly-detection/scripts/agent.py +0 -0
  2622. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-enrichment-techniques/SKILL.md +0 -0
  2623. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-enrichment-techniques/references/api-reference.md +0 -0
  2624. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-enrichment-techniques/scripts/agent.py +0 -0
  2625. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-forensics-preservation/SKILL.md +0 -0
  2626. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-forensics-preservation/references/api-reference.md +0 -0
  2627. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-forensics-preservation/scripts/agent.py +0 -0
  2628. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-timeline-analysis/SKILL.md +0 -0
  2629. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-timeline-analysis/references/api-reference.md +0 -0
  2630. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-timeline-analysis/scripts/agent.py +0 -0
  2631. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/SKILL.md +0 -0
  2632. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/references/analysis-workflow.md +0 -0
  2633. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/scripts/validate_yara.py +0 -0
  2634. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-bootkit-infections/SKILL.md +0 -0
  2635. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-bootkit-infections/references/api-reference.md +0 -0
  2636. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-bootkit-infections/scripts/agent.py +0 -0
  2637. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-cobalt-strike-beacon/SKILL.md +0 -0
  2638. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-cobalt-strike-beacon/references/api-reference.md +0 -0
  2639. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-cobalt-strike-beacon/scripts/agent.py +0 -0
  2640. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-linux-elf-malware/SKILL.md +0 -0
  2641. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-linux-elf-malware/references/api-reference.md +0 -0
  2642. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-linux-elf-malware/scripts/agent.py +0 -0
  2643. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-macro-malware/SKILL.md +0 -0
  2644. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-macro-malware/references/api-reference.md +0 -0
  2645. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-macro-malware/scripts/agent.py +0 -0
  2646. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-malware-command-and-control/SKILL.md +0 -0
  2647. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-malware-command-and-control/references/api-reference.md +0 -0
  2648. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-malware-command-and-control/scripts/agent.py +0 -0
  2649. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-mobile-malware/SKILL.md +0 -0
  2650. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-mobile-malware/references/api-reference.md +0 -0
  2651. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-mobile-malware/scripts/agent.py +0 -0
  2652. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-packed-malware/SKILL.md +0 -0
  2653. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-packed-malware/references/api-reference.md +0 -0
  2654. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-packed-malware/scripts/agent.py +0 -0
  2655. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-ransomware-encryption/SKILL.md +0 -0
  2656. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-ransomware-encryption/references/api-reference.md +0 -0
  2657. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-ransomware-encryption/scripts/agent.py +0 -0
  2658. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-ransomware-encryption-mechanisms/SKILL.md +0 -0
  2659. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-ransomware-encryption-mechanisms/references/api-reference.md +0 -0
  2660. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-supply-chain-malware/SKILL.md +0 -0
  2661. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-supply-chain-malware/references/api-reference.md +0 -0
  2662. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-supply-chain-malware/scripts/agent.py +0 -0
  2663. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-webshell-artifacts/SKILL.md +0 -0
  2664. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-webshell-artifacts/references/api-reference.md +0 -0
  2665. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-webshell-artifacts/scripts/agent.py +0 -0
  2666. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/deobfuscating-powershell-malware/SKILL.md +0 -0
  2667. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/deobfuscating-powershell-malware/references/api-reference.md +0 -0
  2668. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/deobfuscating-powershell-malware/scripts/agent.py +0 -0
  2669. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-fileless-malware/SKILL.md +0 -0
  2670. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-fileless-malware/references/api-reference.md +0 -0
  2671. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-fileless-malware/scripts/agent.py +0 -0
  2672. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-living-off-the-land-binaries/SKILL.md +0 -0
  2673. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-living-off-the-land-binaries/references/api-reference.md +0 -0
  2674. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-living-off-the-land-binaries/scripts/agent.py +0 -0
  2675. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-process-injection/SKILL.md +0 -0
  2676. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-process-injection/references/api-reference.md +0 -0
  2677. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-process-injection/scripts/agent.py +0 -0
  2678. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-rootkit-presence/SKILL.md +0 -0
  2679. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-rootkit-presence/references/api-reference.md +0 -0
  2680. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-rootkit-presence/scripts/agent.py +0 -0
  2681. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/extracting-iocs-from-samples/SKILL.md +0 -0
  2682. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/extracting-iocs-from-samples/references/api-reference.md +0 -0
  2683. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/extracting-iocs-from-samples/scripts/agent.py +0 -0
  2684. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-automated-malware-triage/SKILL.md +0 -0
  2685. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-automated-malware-triage/references/api-reference.md +0 -0
  2686. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-automated-malware-triage/scripts/agent.py +0 -0
  2687. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-dynamic-analysis/SKILL.md +0 -0
  2688. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-dynamic-analysis/references/api-reference.md +0 -0
  2689. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-dynamic-analysis/scripts/agent.py +0 -0
  2690. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-firmware-malware-analysis/SKILL.md +0 -0
  2691. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-firmware-malware-analysis/references/api-reference.md +0 -0
  2692. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-firmware-malware-analysis/scripts/agent.py +0 -0
  2693. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-malware-memory-forensics/SKILL.md +0 -0
  2694. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-malware-memory-forensics/references/api-reference.md +0 -0
  2695. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-malware-memory-forensics/scripts/agent.py +0 -0
  2696. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-sandbox-evasion-analysis/SKILL.md +0 -0
  2697. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-sandbox-evasion-analysis/references/api-reference.md +0 -0
  2698. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-sandbox-evasion-analysis/scripts/agent.py +0 -0
  2699. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-yara-rule-development/SKILL.md +0 -0
  2700. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-yara-rule-development/references/api-reference.md +0 -0
  2701. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-yara-rule-development/scripts/agent.py +0 -0
  2702. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/reverse-engineering-with-ghidra/SKILL.md +0 -0
  2703. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/reverse-engineering-with-ghidra/references/api-reference.md +0 -0
  2704. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/reverse-engineering-with-ghidra/scripts/agent.py +0 -0
  2705. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/SKILL.md +0 -0
  2706. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/references/owasp-masvs.md +0 -0
  2707. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/scripts/apk_analyze.sh +0 -0
  2708. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-app-authentication-flows/SKILL.md +0 -0
  2709. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-app-authentication-flows/references/api-reference.md +0 -0
  2710. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-app-authentication-flows/scripts/agent.py +0 -0
  2711. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-app-transport-security/SKILL.md +0 -0
  2712. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-app-transport-security/references/api-reference.md +0 -0
  2713. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-app-transport-security/scripts/agent.py +0 -0
  2714. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-data-storage/SKILL.md +0 -0
  2715. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-data-storage/references/api-reference.md +0 -0
  2716. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-data-storage/scripts/agent.py +0 -0
  2717. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-network-traffic/SKILL.md +0 -0
  2718. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-network-traffic/references/api-reference.md +0 -0
  2719. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-network-traffic/scripts/agent.py +0 -0
  2720. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-push-notification-security/SKILL.md +0 -0
  2721. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-push-notification-security/references/api-reference.md +0 -0
  2722. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-push-notification-security/scripts/agent.py +0 -0
  2723. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/auditing-mobile-app-permissions/SKILL.md +0 -0
  2724. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/auditing-mobile-app-permissions/references/api-reference.md +0 -0
  2725. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/auditing-mobile-app-permissions/scripts/agent.py +0 -0
  2726. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-banking-trojans/SKILL.md +0 -0
  2727. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-banking-trojans/references/api-reference.md +0 -0
  2728. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-banking-trojans/scripts/agent.py +0 -0
  2729. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-malware/SKILL.md +0 -0
  2730. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-malware/references/api-reference.md +0 -0
  2731. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-malware/scripts/agent.py +0 -0
  2732. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-overlay-attacks/SKILL.md +0 -0
  2733. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-overlay-attacks/references/api-reference.md +0 -0
  2734. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-overlay-attacks/scripts/agent.py +0 -0
  2735. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-phishing-apps/SKILL.md +0 -0
  2736. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-phishing-apps/references/api-reference.md +0 -0
  2737. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-phishing-apps/scripts/agent.py +0 -0
  2738. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-spyware/SKILL.md +0 -0
  2739. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-spyware/references/api-reference.md +0 -0
  2740. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-spyware/scripts/agent.py +0 -0
  2741. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-rooted-jailbroken-devices/SKILL.md +0 -0
  2742. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-rooted-jailbroken-devices/references/api-reference.md +0 -0
  2743. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-rooted-jailbroken-devices/scripts/agent.py +0 -0
  2744. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-code-obfuscation/SKILL.md +0 -0
  2745. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-code-obfuscation/references/api-reference.md +0 -0
  2746. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-code-obfuscation/scripts/agent.py +0 -0
  2747. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-hardening/SKILL.md +0 -0
  2748. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-hardening/references/api-reference.md +0 -0
  2749. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-hardening/scripts/agent.py +0 -0
  2750. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-privacy-audit/SKILL.md +0 -0
  2751. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-privacy-audit/references/api-reference.md +0 -0
  2752. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-privacy-audit/scripts/agent.py +0 -0
  2753. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-device-encryption-audit/SKILL.md +0 -0
  2754. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-device-encryption-audit/references/api-reference.md +0 -0
  2755. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-device-encryption-audit/scripts/agent.py +0 -0
  2756. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-android-static-analysis/SKILL.md +0 -0
  2757. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-android-static-analysis/references/api-reference.md +0 -0
  2758. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-android-static-analysis/scripts/agent.py +0 -0
  2759. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-ios-dynamic-analysis/SKILL.md +0 -0
  2760. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-ios-dynamic-analysis/references/api-reference.md +0 -0
  2761. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-ios-dynamic-analysis/scripts/agent.py +0 -0
  2762. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-binary-analysis/SKILL.md +0 -0
  2763. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-binary-analysis/references/api-reference.md +0 -0
  2764. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-binary-analysis/scripts/agent.py +0 -0
  2765. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-bluetooth-security-testing/SKILL.md +0 -0
  2766. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-bluetooth-security-testing/references/api-reference.md +0 -0
  2767. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-bluetooth-security-testing/scripts/agent.py +0 -0
  2768. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-certificate-pinning-testing/SKILL.md +0 -0
  2769. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-certificate-pinning-testing/references/api-reference.md +0 -0
  2770. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-certificate-pinning-testing/scripts/agent.py +0 -0
  2771. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-mdm-security-assessment/SKILL.md +0 -0
  2772. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-mdm-security-assessment/references/api-reference.md +0 -0
  2773. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-mdm-security-assessment/scripts/agent.py +0 -0
  2774. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-penetration-testing/SKILL.md +0 -0
  2775. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-penetration-testing/references/api-reference.md +0 -0
  2776. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-penetration-testing/scripts/agent.py +0 -0
  2777. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/testing-mobile-api-endpoint-security/SKILL.md +0 -0
  2778. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/testing-mobile-api-endpoint-security/references/api-reference.md +0 -0
  2779. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/testing-mobile-api-endpoint-security/scripts/agent.py +0 -0
  2780. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/SKILL.md +0 -0
  2781. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/references/firewall-rules.md +0 -0
  2782. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/scripts/tls_check.sh +0 -0
  2783. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-netflow-data/SKILL.md +0 -0
  2784. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-netflow-data/references/api-reference.md +0 -0
  2785. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-netflow-data/scripts/agent.py +0 -0
  2786. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-packet-captures/SKILL.md +0 -0
  2787. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-packet-captures/references/api-reference.md +0 -0
  2788. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-packet-captures/scripts/agent.py +0 -0
  2789. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-vpn-traffic/SKILL.md +0 -0
  2790. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-vpn-traffic/references/api-reference.md +0 -0
  2791. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-vpn-traffic/scripts/agent.py +0 -0
  2792. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/configuring-firewall-rules/SKILL.md +0 -0
  2793. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/configuring-firewall-rules/references/api-reference.md +0 -0
  2794. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/configuring-firewall-rules/scripts/agent.py +0 -0
  2795. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/configuring-network-segmentation/SKILL.md +0 -0
  2796. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/configuring-network-segmentation/references/api-reference.md +0 -0
  2797. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/configuring-network-segmentation/scripts/agent.py +0 -0
  2798. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-arp-spoofing/SKILL.md +0 -0
  2799. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-arp-spoofing/references/api-reference.md +0 -0
  2800. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-arp-spoofing/scripts/agent.py +0 -0
  2801. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-covert-channels/SKILL.md +0 -0
  2802. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-covert-channels/references/api-reference.md +0 -0
  2803. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-covert-channels/scripts/agent.py +0 -0
  2804. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-dhcp-attacks/SKILL.md +0 -0
  2805. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-dhcp-attacks/references/api-reference.md +0 -0
  2806. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-dhcp-attacks/scripts/agent.py +0 -0
  2807. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-dns-tunneling/SKILL.md +0 -0
  2808. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-dns-tunneling/references/api-reference.md +0 -0
  2809. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-dns-tunneling/scripts/agent.py +0 -0
  2810. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-lateral-movement-in-networks/SKILL.md +0 -0
  2811. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-lateral-movement-in-networks/references/api-reference.md +0 -0
  2812. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-lateral-movement-in-networks/scripts/agent.py +0 -0
  2813. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-man-in-the-middle-attacks/SKILL.md +0 -0
  2814. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-man-in-the-middle-attacks/references/api-reference.md +0 -0
  2815. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-man-in-the-middle-attacks/scripts/agent.py +0 -0
  2816. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-network-anomalies-with-ml/SKILL.md +0 -0
  2817. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-network-anomalies-with-ml/references/api-reference.md +0 -0
  2818. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-network-anomalies-with-ml/scripts/agent.py +0 -0
  2819. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-port-scanning/SKILL.md +0 -0
  2820. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-port-scanning/references/api-reference.md +0 -0
  2821. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-port-scanning/scripts/agent.py +0 -0
  2822. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-ddos-mitigation/SKILL.md +0 -0
  2823. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-ddos-mitigation/references/api-reference.md +0 -0
  2824. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-ddos-mitigation/scripts/agent.py +0 -0
  2825. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-ids-rules/SKILL.md +0 -0
  2826. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-ids-rules/references/api-reference.md +0 -0
  2827. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-ids-rules/scripts/agent.py +0 -0
  2828. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-access-control/SKILL.md +0 -0
  2829. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-access-control/references/api-reference.md +0 -0
  2830. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-access-control/scripts/agent.py +0 -0
  2831. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-deception/SKILL.md +0 -0
  2832. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-deception/references/api-reference.md +0 -0
  2833. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-deception/scripts/agent.py +0 -0
  2834. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-encryption/SKILL.md +0 -0
  2835. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-encryption/references/api-reference.md +0 -0
  2836. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-encryption/scripts/agent.py +0 -0
  2837. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-zero-trust-network-access/SKILL.md +0 -0
  2838. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-zero-trust-network-access/references/api-reference.md +0 -0
  2839. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-zero-trust-network-access/scripts/agent.py +0 -0
  2840. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-bgp-security-analysis/SKILL.md +0 -0
  2841. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-bgp-security-analysis/references/api-reference.md +0 -0
  2842. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-bgp-security-analysis/scripts/agent.py +0 -0
  2843. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-network-device-hardening/SKILL.md +0 -0
  2844. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-network-device-hardening/references/api-reference.md +0 -0
  2845. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-network-device-hardening/scripts/agent.py +0 -0
  2846. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-network-protocol-fuzzing/SKILL.md +0 -0
  2847. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-network-protocol-fuzzing/references/api-reference.md +0 -0
  2848. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-network-protocol-fuzzing/scripts/agent.py +0 -0
  2849. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-tls-analysis/SKILL.md +0 -0
  2850. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-tls-analysis/references/api-reference.md +0 -0
  2851. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-tls-analysis/scripts/agent.py +0 -0
  2852. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-wireless-network-audit/SKILL.md +0 -0
  2853. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-wireless-network-audit/references/api-reference.md +0 -0
  2854. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-wireless-network-audit/scripts/agent.py +0 -0
  2855. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/SKILL.md +0 -0
  2856. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/references/template-patterns.md +0 -0
  2857. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/scripts/validate_template.py +0 -0
  2858. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-api-security-templates/SKILL.md +0 -0
  2859. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-api-security-templates/references/api-reference.md +0 -0
  2860. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-api-security-templates/scripts/agent.py +0 -0
  2861. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-authentication-bypass-templates/SKILL.md +0 -0
  2862. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-authentication-bypass-templates/references/api-reference.md +0 -0
  2863. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-authentication-bypass-templates/scripts/agent.py +0 -0
  2864. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-fuzzing-templates/SKILL.md +0 -0
  2865. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-fuzzing-templates/references/api-reference.md +0 -0
  2866. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-fuzzing-templates/scripts/agent.py +0 -0
  2867. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-headless-browser-templates/SKILL.md +0 -0
  2868. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-headless-browser-templates/references/api-reference.md +0 -0
  2869. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-headless-browser-templates/scripts/agent.py +0 -0
  2870. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-javascript-detection-templates/SKILL.md +0 -0
  2871. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-javascript-detection-templates/references/api-reference.md +0 -0
  2872. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-javascript-detection-templates/scripts/agent.py +0 -0
  2873. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-template-collections/SKILL.md +0 -0
  2874. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-template-collections/references/api-reference.md +0 -0
  2875. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-template-collections/scripts/agent.py +0 -0
  2876. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-workflow-templates/SKILL.md +0 -0
  2877. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-workflow-templates/references/api-reference.md +0 -0
  2878. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-workflow-templates/scripts/agent.py +0 -0
  2879. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-matchers/SKILL.md +0 -0
  2880. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-matchers/references/api-reference.md +0 -0
  2881. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-matchers/scripts/agent.py +0 -0
  2882. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-output-extraction/SKILL.md +0 -0
  2883. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-output-extraction/references/api-reference.md +0 -0
  2884. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-output-extraction/scripts/agent.py +0 -0
  2885. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-rate-limiting/SKILL.md +0 -0
  2886. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-rate-limiting/references/api-reference.md +0 -0
  2887. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-rate-limiting/scripts/agent.py +0 -0
  2888. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-severity-classification/SKILL.md +0 -0
  2889. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-severity-classification/references/api-reference.md +0 -0
  2890. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-severity-classification/scripts/agent.py +0 -0
  2891. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-testing/SKILL.md +0 -0
  2892. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-testing/references/api-reference.md +0 -0
  2893. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-testing/scripts/agent.py +0 -0
  2894. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-variables/SKILL.md +0 -0
  2895. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-variables/references/api-reference.md +0 -0
  2896. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-variables/scripts/agent.py +0 -0
  2897. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cloud-misconfiguration-templates/SKILL.md +0 -0
  2898. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cloud-misconfiguration-templates/references/api-reference.md +0 -0
  2899. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cloud-misconfiguration-templates/scripts/agent.py +0 -0
  2900. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cms-detection-templates/SKILL.md +0 -0
  2901. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cms-detection-templates/references/api-reference.md +0 -0
  2902. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cms-detection-templates/scripts/agent.py +0 -0
  2903. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-code-protocol-templates/SKILL.md +0 -0
  2904. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-code-protocol-templates/references/api-reference.md +0 -0
  2905. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-code-protocol-templates/scripts/agent.py +0 -0
  2906. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cve-detection-templates/SKILL.md +0 -0
  2907. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cve-detection-templates/references/api-reference.md +0 -0
  2908. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cve-detection-templates/scripts/agent.py +0 -0
  2909. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-dns-enumeration-templates/SKILL.md +0 -0
  2910. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-dns-enumeration-templates/references/api-reference.md +0 -0
  2911. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-dns-enumeration-templates/scripts/agent.py +0 -0
  2912. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-file-detection-templates/SKILL.md +0 -0
  2913. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-file-detection-templates/references/api-reference.md +0 -0
  2914. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-file-detection-templates/scripts/agent.py +0 -0
  2915. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-http-detection-templates/SKILL.md +0 -0
  2916. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-http-detection-templates/references/api-reference.md +0 -0
  2917. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-http-detection-templates/scripts/agent.py +0 -0
  2918. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-multi-step-templates/SKILL.md +0 -0
  2919. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-multi-step-templates/references/api-reference.md +0 -0
  2920. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-multi-step-templates/scripts/agent.py +0 -0
  2921. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-network-protocol-templates/SKILL.md +0 -0
  2922. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-network-protocol-templates/references/api-reference.md +0 -0
  2923. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-network-protocol-templates/scripts/agent.py +0 -0
  2924. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-ssl-tls-audit-templates/SKILL.md +0 -0
  2925. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-ssl-tls-audit-templates/references/api-reference.md +0 -0
  2926. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-ssl-tls-audit-templates/scripts/agent.py +0 -0
  2927. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-waf-bypass-templates/SKILL.md +0 -0
  2928. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-waf-bypass-templates/references/api-reference.md +0 -0
  2929. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-waf-bypass-templates/scripts/agent.py +0 -0
  2930. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/SKILL.md +0 -0
  2931. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/references/active-scanning.md +0 -0
  2932. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/references/cloud-web-enum.md +0 -0
  2933. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/references/passive-recon.md +0 -0
  2934. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/scripts/subdomain_enum.sh +0 -0
  2935. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-competitive-intelligence/SKILL.md +0 -0
  2936. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-competitive-intelligence/references/api-reference.md +0 -0
  2937. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-competitive-intelligence/scripts/agent.py +0 -0
  2938. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-geolocation-intelligence/SKILL.md +0 -0
  2939. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-geolocation-intelligence/references/api-reference.md +0 -0
  2940. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-geolocation-intelligence/scripts/agent.py +0 -0
  2941. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-leaked-credentials/SKILL.md +0 -0
  2942. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-leaked-credentials/references/api-reference.md +0 -0
  2943. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-leaked-credentials/scripts/agent.py +0 -0
  2944. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-public-code-repositories/SKILL.md +0 -0
  2945. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-public-code-repositories/references/api-reference.md +0 -0
  2946. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-public-code-repositories/scripts/agent.py +0 -0
  2947. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-social-media-intelligence/SKILL.md +0 -0
  2948. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-social-media-intelligence/references/api-reference.md +0 -0
  2949. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-social-media-intelligence/scripts/agent.py +0 -0
  2950. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-technology-stack-fingerprinting/SKILL.md +0 -0
  2951. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-technology-stack-fingerprinting/references/api-reference.md +0 -0
  2952. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-technology-stack-fingerprinting/scripts/agent.py +0 -0
  2953. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-web-archive-intelligence/SKILL.md +0 -0
  2954. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-web-archive-intelligence/references/api-reference.md +0 -0
  2955. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-web-archive-intelligence/scripts/agent.py +0 -0
  2956. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-breach-data-analysis/SKILL.md +0 -0
  2957. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-breach-data-analysis/references/api-reference.md +0 -0
  2958. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-breach-data-analysis/scripts/agent.py +0 -0
  2959. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-dark-web-reconnaissance/SKILL.md +0 -0
  2960. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-dark-web-reconnaissance/references/api-reference.md +0 -0
  2961. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-dark-web-reconnaissance/scripts/agent.py +0 -0
  2962. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-dns-reconnaissance/SKILL.md +0 -0
  2963. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-dns-reconnaissance/references/api-reference.md +0 -0
  2964. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-dns-reconnaissance/scripts/agent.py +0 -0
  2965. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-employee-profiling/SKILL.md +0 -0
  2966. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-employee-profiling/references/api-reference.md +0 -0
  2967. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-employee-profiling/scripts/agent.py +0 -0
  2968. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-google-dorking/SKILL.md +0 -0
  2969. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-google-dorking/references/api-reference.md +0 -0
  2970. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-google-dorking/scripts/agent.py +0 -0
  2971. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-passive-infrastructure-mapping/SKILL.md +0 -0
  2972. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-passive-infrastructure-mapping/references/api-reference.md +0 -0
  2973. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-passive-infrastructure-mapping/scripts/agent.py +0 -0
  2974. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-social-engineering-pretexting/SKILL.md +0 -0
  2975. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-social-engineering-pretexting/references/api-reference.md +0 -0
  2976. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-social-engineering-pretexting/scripts/agent.py +0 -0
  2977. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-supply-chain-mapping/SKILL.md +0 -0
  2978. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-supply-chain-mapping/references/api-reference.md +0 -0
  2979. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-supply-chain-mapping/scripts/agent.py +0 -0
  2980. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-autonomous-system-mapping/SKILL.md +0 -0
  2981. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-autonomous-system-mapping/references/api-reference.md +0 -0
  2982. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-autonomous-system-mapping/scripts/agent.py +0 -0
  2983. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-certificate-transparency-reconnaissance/SKILL.md +0 -0
  2984. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-certificate-transparency-reconnaissance/references/api-reference.md +0 -0
  2985. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-certificate-transparency-reconnaissance/scripts/agent.py +0 -0
  2986. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-cloud-infrastructure-reconnaissance/SKILL.md +0 -0
  2987. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-cloud-infrastructure-reconnaissance/references/api-reference.md +0 -0
  2988. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-cloud-infrastructure-reconnaissance/scripts/agent.py +0 -0
  2989. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-document-intelligence/SKILL.md +0 -0
  2990. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-document-intelligence/references/api-reference.md +0 -0
  2991. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-document-intelligence/scripts/agent.py +0 -0
  2992. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-email-address-harvesting/SKILL.md +0 -0
  2993. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-email-address-harvesting/references/api-reference.md +0 -0
  2994. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-email-address-harvesting/scripts/agent.py +0 -0
  2995. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-metadata-extraction/SKILL.md +0 -0
  2996. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-metadata-extraction/references/api-reference.md +0 -0
  2997. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-metadata-extraction/scripts/agent.py +0 -0
  2998. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-subdomain-enumeration/SKILL.md +0 -0
  2999. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-subdomain-enumeration/references/api-reference.md +0 -0
  3000. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-subdomain-enumeration/scripts/agent.py +0 -0
  3001. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-whois-analysis/SKILL.md +0 -0
  3002. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-whois-analysis/references/api-reference.md +0 -0
  3003. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-whois-analysis/scripts/agent.py +0 -0
  3004. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-wireless-network-reconnaissance/SKILL.md +0 -0
  3005. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-wireless-network-reconnaissance/references/api-reference.md +0 -0
  3006. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-wireless-network-reconnaissance/scripts/agent.py +0 -0
  3007. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/SKILL.md +0 -0
  3008. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/references/ics-protocols.md +0 -0
  3009. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/references/iec-62443-mapping.md +0 -0
  3010. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/scripts/modbus_scan.py +0 -0
  3011. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/analyzing-modbus-traffic/SKILL.md +0 -0
  3012. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/analyzing-modbus-traffic/references/api-reference.md +0 -0
  3013. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/analyzing-modbus-traffic/scripts/agent.py +0 -0
  3014. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-ics-remote-access/SKILL.md +0 -0
  3015. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-ics-remote-access/references/api-reference.md +0 -0
  3016. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-ics-remote-access/scripts/agent.py +0 -0
  3017. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-ics-wireless-communications/SKILL.md +0 -0
  3018. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-ics-wireless-communications/references/api-reference.md +0 -0
  3019. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-ics-wireless-communications/scripts/agent.py +0 -0
  3020. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-opc-ua-security/SKILL.md +0 -0
  3021. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-opc-ua-security/references/api-reference.md +0 -0
  3022. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-opc-ua-security/scripts/agent.py +0 -0
  3023. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-safety-instrumented-systems/SKILL.md +0 -0
  3024. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-safety-instrumented-systems/references/api-reference.md +0 -0
  3025. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-safety-instrumented-systems/scripts/agent.py +0 -0
  3026. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-scada-network-segmentation/SKILL.md +0 -0
  3027. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-scada-network-segmentation/references/api-reference.md +0 -0
  3028. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-scada-network-segmentation/scripts/agent.py +0 -0
  3029. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-hmi-unauthorized-access/SKILL.md +0 -0
  3030. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-hmi-unauthorized-access/references/api-reference.md +0 -0
  3031. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-hmi-unauthorized-access/scripts/agent.py +0 -0
  3032. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-ics-insider-threats/SKILL.md +0 -0
  3033. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-ics-insider-threats/references/api-reference.md +0 -0
  3034. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-ics-insider-threats/scripts/agent.py +0 -0
  3035. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-ics-malware-indicators/SKILL.md +0 -0
  3036. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-ics-malware-indicators/references/api-reference.md +0 -0
  3037. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-ics-malware-indicators/scripts/agent.py +0 -0
  3038. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-ics-supply-chain-attacks/SKILL.md +0 -0
  3039. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-ics-supply-chain-attacks/references/api-reference.md +0 -0
  3040. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-ics-supply-chain-attacks/scripts/agent.py +0 -0
  3041. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-plc-firmware-manipulation/SKILL.md +0 -0
  3042. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-plc-firmware-manipulation/references/api-reference.md +0 -0
  3043. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-plc-firmware-manipulation/scripts/agent.py +0 -0
  3044. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-unauthorized-plc-programming/SKILL.md +0 -0
  3045. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-unauthorized-plc-programming/references/api-reference.md +0 -0
  3046. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-unauthorized-plc-programming/scripts/agent.py +0 -0
  3047. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-anomaly-detection/SKILL.md +0 -0
  3048. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-anomaly-detection/references/api-reference.md +0 -0
  3049. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-anomaly-detection/scripts/agent.py +0 -0
  3050. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-backup-recovery/SKILL.md +0 -0
  3051. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-backup-recovery/references/api-reference.md +0 -0
  3052. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-backup-recovery/scripts/agent.py +0 -0
  3053. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-change-management/SKILL.md +0 -0
  3054. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-change-management/references/api-reference.md +0 -0
  3055. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-change-management/scripts/agent.py +0 -0
  3056. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-incident-response/SKILL.md +0 -0
  3057. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-incident-response/references/api-reference.md +0 -0
  3058. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-incident-response/scripts/agent.py +0 -0
  3059. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-network-monitoring/SKILL.md +0 -0
  3060. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-network-monitoring/references/api-reference.md +0 -0
  3061. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-network-monitoring/scripts/agent.py +0 -0
  3062. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-patch-management/SKILL.md +0 -0
  3063. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-patch-management/references/api-reference.md +0 -0
  3064. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-patch-management/scripts/agent.py +0 -0
  3065. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-security-training/SKILL.md +0 -0
  3066. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-security-training/references/api-reference.md +0 -0
  3067. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-security-training/scripts/agent.py +0 -0
  3068. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-dnp3-protocol-analysis/SKILL.md +0 -0
  3069. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-dnp3-protocol-analysis/references/api-reference.md +0 -0
  3070. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-dnp3-protocol-analysis/scripts/agent.py +0 -0
  3071. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-asset-inventory/SKILL.md +0 -0
  3072. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-asset-inventory/references/api-reference.md +0 -0
  3073. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-asset-inventory/scripts/agent.py +0 -0
  3074. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-compliance-assessment/SKILL.md +0 -0
  3075. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-compliance-assessment/references/api-reference.md +0 -0
  3076. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-compliance-assessment/scripts/agent.py +0 -0
  3077. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-penetration-testing/SKILL.md +0 -0
  3078. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-penetration-testing/references/api-reference.md +0 -0
  3079. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-penetration-testing/scripts/agent.py +0 -0
  3080. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-risk-assessment/SKILL.md +0 -0
  3081. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-risk-assessment/references/api-reference.md +0 -0
  3082. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-risk-assessment/scripts/agent.py +0 -0
  3083. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/SKILL.md +0 -0
  3084. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-breach-credential-databases/SKILL.md +0 -0
  3085. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-breach-credential-databases/references/api-reference.md +0 -0
  3086. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-breach-credential-databases/scripts/agent.py +0 -0
  3087. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-password-hash-algorithms/SKILL.md +0 -0
  3088. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-password-hash-algorithms/references/api-reference.md +0 -0
  3089. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-password-hash-algorithms/scripts/agent.py +0 -0
  3090. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-password-policies/SKILL.md +0 -0
  3091. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-password-policies/references/api-reference.md +0 -0
  3092. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-password-policies/scripts/agent.py +0 -0
  3093. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/building-custom-wordlists/SKILL.md +0 -0
  3094. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/building-custom-wordlists/references/api-reference.md +0 -0
  3095. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/building-custom-wordlists/scripts/agent.py +0 -0
  3096. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/conducting-john-the-ripper-analysis/SKILL.md +0 -0
  3097. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/conducting-john-the-ripper-analysis/references/api-reference.md +0 -0
  3098. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/conducting-john-the-ripper-analysis/scripts/agent.py +0 -0
  3099. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-bcrypt-hashes/SKILL.md +0 -0
  3100. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-bcrypt-hashes/references/api-reference.md +0 -0
  3101. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-bcrypt-hashes/scripts/agent.py +0 -0
  3102. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-kerberos-tickets/SKILL.md +0 -0
  3103. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-kerberos-tickets/references/api-reference.md +0 -0
  3104. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-kerberos-tickets/scripts/agent.py +0 -0
  3105. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-mysql-password-hashes/SKILL.md +0 -0
  3106. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-mysql-password-hashes/references/api-reference.md +0 -0
  3107. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-mysql-password-hashes/scripts/agent.py +0 -0
  3108. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-ntlm-hashes/SKILL.md +0 -0
  3109. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-ntlm-hashes/references/api-reference.md +0 -0
  3110. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-ntlm-hashes/scripts/agent.py +0 -0
  3111. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-office-document-passwords/SKILL.md +0 -0
  3112. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-office-document-passwords/references/api-reference.md +0 -0
  3113. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-office-document-passwords/scripts/agent.py +0 -0
  3114. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-sha256-hashes/SKILL.md +0 -0
  3115. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-sha256-hashes/references/api-reference.md +0 -0
  3116. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-sha256-hashes/scripts/agent.py +0 -0
  3117. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-wireless-handshakes/SKILL.md +0 -0
  3118. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-wireless-handshakes/references/api-reference.md +0 -0
  3119. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-wireless-handshakes/scripts/agent.py +0 -0
  3120. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-zip-file-passwords/SKILL.md +0 -0
  3121. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-zip-file-passwords/references/api-reference.md +0 -0
  3122. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-zip-file-passwords/scripts/agent.py +0 -0
  3123. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/extracting-hashes-from-memory/SKILL.md +0 -0
  3124. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/extracting-hashes-from-memory/references/api-reference.md +0 -0
  3125. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/extracting-hashes-from-memory/scripts/agent.py +0 -0
  3126. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-credential-stuffing-analysis/SKILL.md +0 -0
  3127. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-credential-stuffing-analysis/references/api-reference.md +0 -0
  3128. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-credential-stuffing-analysis/scripts/agent.py +0 -0
  3129. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-distributed-cracking/SKILL.md +0 -0
  3130. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-distributed-cracking/references/api-reference.md +0 -0
  3131. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-distributed-cracking/scripts/agent.py +0 -0
  3132. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-gpu-accelerated-cracking/SKILL.md +0 -0
  3133. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-gpu-accelerated-cracking/references/api-reference.md +0 -0
  3134. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-gpu-accelerated-cracking/scripts/agent.py +0 -0
  3135. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-hashcat-attacks/SKILL.md +0 -0
  3136. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-hashcat-attacks/references/api-reference.md +0 -0
  3137. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-hashcat-attacks/scripts/agent.py +0 -0
  3138. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-hybrid-dictionary-attacks/SKILL.md +0 -0
  3139. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-hybrid-dictionary-attacks/references/api-reference.md +0 -0
  3140. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-hybrid-dictionary-attacks/scripts/agent.py +0 -0
  3141. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-mask-attacks/SKILL.md +0 -0
  3142. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-mask-attacks/references/api-reference.md +0 -0
  3143. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-mask-attacks/scripts/agent.py +0 -0
  3144. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-online-brute-force/SKILL.md +0 -0
  3145. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-online-brute-force/references/api-reference.md +0 -0
  3146. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-online-brute-force/scripts/agent.py +0 -0
  3147. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-password-spraying/SKILL.md +0 -0
  3148. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-password-spraying/references/api-reference.md +0 -0
  3149. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-password-spraying/scripts/agent.py +0 -0
  3150. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-rainbow-table-attacks/SKILL.md +0 -0
  3151. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-rainbow-table-attacks/references/api-reference.md +0 -0
  3152. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-rainbow-table-attacks/scripts/agent.py +0 -0
  3153. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-rule-based-attacks/SKILL.md +0 -0
  3154. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-rule-based-attacks/references/api-reference.md +0 -0
  3155. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-rule-based-attacks/scripts/agent.py +0 -0
  3156. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/SKILL.md +0 -0
  3157. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/references/email-auth-standards.md +0 -0
  3158. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/scripts/check_email_auth.sh +0 -0
  3159. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-malicious-attachments/SKILL.md +0 -0
  3160. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-malicious-attachments/references/api-reference.md +0 -0
  3161. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-malicious-attachments/scripts/agent.py +0 -0
  3162. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-email-headers/SKILL.md +0 -0
  3163. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-email-headers/references/api-reference.md +0 -0
  3164. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-email-headers/scripts/agent.py +0 -0
  3165. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-infrastructure/SKILL.md +0 -0
  3166. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-infrastructure/references/api-reference.md +0 -0
  3167. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-infrastructure/scripts/agent.py +0 -0
  3168. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-kit-artifacts/SKILL.md +0 -0
  3169. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-kit-artifacts/references/api-reference.md +0 -0
  3170. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-kit-artifacts/scripts/agent.py +0 -0
  3171. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-trends-and-metrics/SKILL.md +0 -0
  3172. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-trends-and-metrics/references/api-reference.md +0 -0
  3173. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-trends-and-metrics/scripts/agent.py +0 -0
  3174. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-qr-code-phishing/SKILL.md +0 -0
  3175. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-qr-code-phishing/references/api-reference.md +0 -0
  3176. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-qr-code-phishing/scripts/agent.py +0 -0
  3177. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-url-reputation/SKILL.md +0 -0
  3178. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-url-reputation/references/api-reference.md +0 -0
  3179. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-url-reputation/scripts/agent.py +0 -0
  3180. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/conducting-phishing-simulations/SKILL.md +0 -0
  3181. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/conducting-phishing-simulations/references/api-reference.md +0 -0
  3182. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/conducting-phishing-simulations/scripts/agent.py +0 -0
  3183. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-adversary-in-the-middle-phishing/SKILL.md +0 -0
  3184. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-adversary-in-the-middle-phishing/references/api-reference.md +0 -0
  3185. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-adversary-in-the-middle-phishing/scripts/agent.py +0 -0
  3186. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-business-email-compromise/SKILL.md +0 -0
  3187. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-business-email-compromise/references/api-reference.md +0 -0
  3188. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-business-email-compromise/scripts/agent.py +0 -0
  3189. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-callback-phishing/SKILL.md +0 -0
  3190. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-callback-phishing/references/api-reference.md +0 -0
  3191. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-callback-phishing/scripts/agent.py +0 -0
  3192. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-credential-harvesting-pages/SKILL.md +0 -0
  3193. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-credential-harvesting-pages/references/api-reference.md +0 -0
  3194. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-credential-harvesting-pages/scripts/agent.py +0 -0
  3195. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-smishing-attacks/SKILL.md +0 -0
  3196. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-smishing-attacks/references/api-reference.md +0 -0
  3197. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-smishing-attacks/scripts/agent.py +0 -0
  3198. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-spear-phishing-campaigns/SKILL.md +0 -0
  3199. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-spear-phishing-campaigns/references/api-reference.md +0 -0
  3200. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-spear-phishing-campaigns/scripts/agent.py +0 -0
  3201. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-voice-phishing-attacks/SKILL.md +0 -0
  3202. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-voice-phishing-attacks/references/api-reference.md +0 -0
  3203. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-voice-phishing-attacks/scripts/agent.py +0 -0
  3204. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-anti-phishing-training-programs/SKILL.md +0 -0
  3205. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-anti-phishing-training-programs/references/api-reference.md +0 -0
  3206. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-anti-phishing-training-programs/scripts/agent.py +0 -0
  3207. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-dmarc-enforcement/SKILL.md +0 -0
  3208. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-dmarc-enforcement/references/api-reference.md +0 -0
  3209. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-dmarc-enforcement/scripts/agent.py +0 -0
  3210. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-email-authentication-monitoring/SKILL.md +0 -0
  3211. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-email-authentication-monitoring/references/api-reference.md +0 -0
  3212. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-email-authentication-monitoring/scripts/agent.py +0 -0
  3213. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-email-gateway-rules/SKILL.md +0 -0
  3214. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-email-gateway-rules/references/api-reference.md +0 -0
  3215. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-email-gateway-rules/scripts/agent.py +0 -0
  3216. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-link-sandboxing/SKILL.md +0 -0
  3217. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-link-sandboxing/references/api-reference.md +0 -0
  3218. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-link-sandboxing/scripts/agent.py +0 -0
  3219. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-phishing-incident-playbooks/SKILL.md +0 -0
  3220. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-phishing-incident-playbooks/references/api-reference.md +0 -0
  3221. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-phishing-incident-playbooks/scripts/agent.py +0 -0
  3222. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-secure-email-gateway-tuning/SKILL.md +0 -0
  3223. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-secure-email-gateway-tuning/references/api-reference.md +0 -0
  3224. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-secure-email-gateway-tuning/scripts/agent.py +0 -0
  3225. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-user-reporting-workflows/SKILL.md +0 -0
  3226. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-user-reporting-workflows/references/api-reference.md +0 -0
  3227. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-user-reporting-workflows/scripts/agent.py +0 -0
  3228. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/performing-brand-impersonation-detection/SKILL.md +0 -0
  3229. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/performing-brand-impersonation-detection/references/api-reference.md +0 -0
  3230. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/performing-brand-impersonation-detection/scripts/agent.py +0 -0
  3231. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/pr-security-review/SKILL.md +0 -0
  3232. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/pr-security-review/references/dangerous-patterns.md +0 -0
  3233. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/pr-security-review/scripts/review_pr.sh +0 -0
  3234. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/SKILL.md +0 -0
  3235. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/references/operational-security.md +0 -0
  3236. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/references/privacy-tools.md +0 -0
  3237. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/references/regulatory-compliance.md +0 -0
  3238. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/scripts/pii_scanner.py +0 -0
  3239. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-cookie-consent-compliance/SKILL.md +0 -0
  3240. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-cookie-consent-compliance/references/api-reference.md +0 -0
  3241. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-cookie-consent-compliance/scripts/agent.py +0 -0
  3242. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-gdpr-compliance/SKILL.md +0 -0
  3243. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-gdpr-compliance/references/api-reference.md +0 -0
  3244. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-gdpr-compliance/scripts/agent.py +0 -0
  3245. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-third-party-data-sharing/SKILL.md +0 -0
  3246. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-third-party-data-sharing/references/api-reference.md +0 -0
  3247. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-third-party-data-sharing/scripts/agent.py +0 -0
  3248. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/conducting-data-protection-impact-assessment/SKILL.md +0 -0
  3249. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/conducting-data-protection-impact-assessment/references/api-reference.md +0 -0
  3250. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/conducting-data-protection-impact-assessment/scripts/agent.py +0 -0
  3251. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-cross-border-data-transfers/SKILL.md +0 -0
  3252. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-cross-border-data-transfers/references/api-reference.md +0 -0
  3253. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-cross-border-data-transfers/scripts/agent.py +0 -0
  3254. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-dark-patterns-in-interfaces/SKILL.md +0 -0
  3255. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-dark-patterns-in-interfaces/references/api-reference.md +0 -0
  3256. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-dark-patterns-in-interfaces/scripts/agent.py +0 -0
  3257. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-pii-in-data-flows/SKILL.md +0 -0
  3258. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-pii-in-data-flows/references/api-reference.md +0 -0
  3259. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-pii-in-data-flows/scripts/agent.py +0 -0
  3260. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-unauthorized-profiling/SKILL.md +0 -0
  3261. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-unauthorized-profiling/references/api-reference.md +0 -0
  3262. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-unauthorized-profiling/scripts/agent.py +0 -0
  3263. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-anonymization-techniques/SKILL.md +0 -0
  3264. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-anonymization-techniques/references/api-reference.md +0 -0
  3265. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-anonymization-techniques/scripts/agent.py +0 -0
  3266. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-consent-management/SKILL.md +0 -0
  3267. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-consent-management/references/api-reference.md +0 -0
  3268. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-consent-management/scripts/agent.py +0 -0
  3269. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-consent-management-platforms/SKILL.md +0 -0
  3270. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-consent-management-platforms/references/api-reference.md +0 -0
  3271. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-consent-management-platforms/scripts/agent.py +0 -0
  3272. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-anonymization/SKILL.md +0 -0
  3273. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-anonymization/references/api-reference.md +0 -0
  3274. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-anonymization/scripts/agent.py +0 -0
  3275. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-retention-automation/SKILL.md +0 -0
  3276. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-retention-automation/references/api-reference.md +0 -0
  3277. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-retention-automation/scripts/agent.py +0 -0
  3278. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-retention-policies/SKILL.md +0 -0
  3279. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-retention-policies/references/api-reference.md +0 -0
  3280. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-retention-policies/scripts/agent.py +0 -0
  3281. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-subject-access-requests/SKILL.md +0 -0
  3282. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-subject-access-requests/references/api-reference.md +0 -0
  3283. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-subject-access-requests/scripts/agent.py +0 -0
  3284. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-differential-privacy/SKILL.md +0 -0
  3285. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-differential-privacy/references/api-reference.md +0 -0
  3286. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-differential-privacy/scripts/agent.py +0 -0
  3287. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-aware-logging/SKILL.md +0 -0
  3288. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-aware-logging/references/api-reference.md +0 -0
  3289. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-aware-logging/scripts/agent.py +0 -0
  3290. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-by-design/SKILL.md +0 -0
  3291. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-by-design/references/api-reference.md +0 -0
  3292. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-by-design/scripts/agent.py +0 -0
  3293. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-enhancing-technologies/SKILL.md +0 -0
  3294. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-enhancing-technologies/references/api-reference.md +0 -0
  3295. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-enhancing-technologies/scripts/agent.py +0 -0
  3296. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-preserving-analytics/SKILL.md +0 -0
  3297. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-preserving-analytics/references/api-reference.md +0 -0
  3298. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-preserving-analytics/scripts/agent.py +0 -0
  3299. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-cookie-consent-compliance/SKILL.md +0 -0
  3300. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-cookie-consent-compliance/references/api-reference.md +0 -0
  3301. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-cookie-consent-compliance/scripts/agent.py +0 -0
  3302. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-data-protection-officer-workflows/SKILL.md +0 -0
  3303. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-data-protection-officer-workflows/references/api-reference.md +0 -0
  3304. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-data-protection-officer-workflows/scripts/agent.py +0 -0
  3305. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-privacy-impact-assessment/SKILL.md +0 -0
  3306. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-privacy-impact-assessment/references/api-reference.md +0 -0
  3307. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-privacy-impact-assessment/scripts/agent.py +0 -0
  3308. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-privacy-threat-modeling/SKILL.md +0 -0
  3309. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-privacy-threat-modeling/references/api-reference.md +0 -0
  3310. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-privacy-threat-modeling/scripts/agent.py +0 -0
  3311. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/SKILL.md +0 -0
  3312. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/references/coverage-mapping.md +0 -0
  3313. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/references/emulation-tools.md +0 -0
  3314. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/scripts/attack_coverage.py +0 -0
  3315. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/automating-detection-validation/SKILL.md +0 -0
  3316. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/automating-detection-validation/references/api-reference.md +0 -0
  3317. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/automating-detection-validation/scripts/agent.py +0 -0
  3318. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-attack-simulation-lab/SKILL.md +0 -0
  3319. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-attack-simulation-lab/references/api-reference.md +0 -0
  3320. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-attack-simulation-lab/scripts/agent.py +0 -0
  3321. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-custom-attack-scenarios/SKILL.md +0 -0
  3322. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-custom-attack-scenarios/references/api-reference.md +0 -0
  3323. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-custom-attack-scenarios/scripts/agent.py +0 -0
  3324. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-detection-content-library/SKILL.md +0 -0
  3325. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-detection-content-library/references/api-reference.md +0 -0
  3326. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-detection-content-library/scripts/agent.py +0 -0
  3327. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-detection-gap-analysis/SKILL.md +0 -0
  3328. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-detection-gap-analysis/references/api-reference.md +0 -0
  3329. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-detection-gap-analysis/scripts/agent.py +0 -0
  3330. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/conducting-purple-team-exercises/SKILL.md +0 -0
  3331. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/conducting-purple-team-exercises/references/api-reference.md +0 -0
  3332. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/conducting-purple-team-exercises/scripts/agent.py +0 -0
  3333. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/executing-atomic-red-team-tests/SKILL.md +0 -0
  3334. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/executing-atomic-red-team-tests/references/api-reference.md +0 -0
  3335. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/executing-atomic-red-team-tests/scripts/agent.py +0 -0
  3336. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-attack-path-validation/SKILL.md +0 -0
  3337. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-attack-path-validation/references/api-reference.md +0 -0
  3338. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-attack-path-validation/scripts/agent.py +0 -0
  3339. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-continuous-validation-platform/SKILL.md +0 -0
  3340. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-continuous-validation-platform/references/api-reference.md +0 -0
  3341. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-continuous-validation-platform/scripts/agent.py +0 -0
  3342. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-purple-team-metrics-dashboard/SKILL.md +0 -0
  3343. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-purple-team-metrics-dashboard/references/api-reference.md +0 -0
  3344. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-purple-team-metrics-dashboard/scripts/agent.py +0 -0
  3345. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-threat-informed-defense/SKILL.md +0 -0
  3346. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-threat-informed-defense/references/api-reference.md +0 -0
  3347. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-threat-informed-defense/scripts/agent.py +0 -0
  3348. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/mapping-attack-to-detection-coverage/SKILL.md +0 -0
  3349. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/mapping-attack-to-detection-coverage/references/api-reference.md +0 -0
  3350. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/mapping-attack-to-detection-coverage/scripts/agent.py +0 -0
  3351. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/measuring-detection-engineering-metrics/SKILL.md +0 -0
  3352. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/measuring-detection-engineering-metrics/references/api-reference.md +0 -0
  3353. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/measuring-detection-engineering-metrics/scripts/agent.py +0 -0
  3354. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-adversary-emulation/SKILL.md +0 -0
  3355. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-adversary-emulation/references/api-reference.md +0 -0
  3356. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-adversary-emulation/scripts/agent.py +0 -0
  3357. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-detection-rule-tuning/SKILL.md +0 -0
  3358. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-detection-rule-tuning/references/api-reference.md +0 -0
  3359. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-detection-rule-tuning/scripts/agent.py +0 -0
  3360. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-insider-threat-simulation/SKILL.md +0 -0
  3361. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-insider-threat-simulation/references/api-reference.md +0 -0
  3362. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-insider-threat-simulation/scripts/agent.py +0 -0
  3363. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-mitre-attack-evaluation/SKILL.md +0 -0
  3364. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-mitre-attack-evaluation/references/api-reference.md +0 -0
  3365. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-mitre-attack-evaluation/scripts/agent.py +0 -0
  3366. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-red-blue-debrief-sessions/SKILL.md +0 -0
  3367. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-red-blue-debrief-sessions/references/api-reference.md +0 -0
  3368. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-red-blue-debrief-sessions/scripts/agent.py +0 -0
  3369. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-security-control-bypass-testing/SKILL.md +0 -0
  3370. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-security-control-bypass-testing/references/api-reference.md +0 -0
  3371. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-security-control-bypass-testing/scripts/agent.py +0 -0
  3372. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-data-exfiltration-detection/SKILL.md +0 -0
  3373. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-data-exfiltration-detection/references/api-reference.md +0 -0
  3374. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-data-exfiltration-detection/scripts/agent.py +0 -0
  3375. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-endpoint-detection-coverage/SKILL.md +0 -0
  3376. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-endpoint-detection-coverage/references/api-reference.md +0 -0
  3377. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-endpoint-detection-coverage/scripts/agent.py +0 -0
  3378. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-incident-response-procedures/SKILL.md +0 -0
  3379. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-incident-response-procedures/references/api-reference.md +0 -0
  3380. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-incident-response-procedures/scripts/agent.py +0 -0
  3381. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/validating-network-detection-rules/SKILL.md +0 -0
  3382. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/validating-network-detection-rules/references/api-reference.md +0 -0
  3383. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/validating-network-detection-rules/scripts/agent.py +0 -0
  3384. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/validating-siem-detection-rules/SKILL.md +0 -0
  3385. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/validating-siem-detection-rules/references/api-reference.md +0 -0
  3386. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/validating-siem-detection-rules/scripts/agent.py +0 -0
  3387. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/SKILL.md +0 -0
  3388. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/references/kill-chain.md +0 -0
  3389. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/scripts/backup_check.sh +0 -0
  3390. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-decryption-feasibility/SKILL.md +0 -0
  3391. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-decryption-feasibility/references/api-reference.md +0 -0
  3392. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-decryption-feasibility/scripts/agent.py +0 -0
  3393. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-group-infrastructure/SKILL.md +0 -0
  3394. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-group-infrastructure/references/api-reference.md +0 -0
  3395. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-group-infrastructure/scripts/agent.py +0 -0
  3396. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-payment-infrastructure/SKILL.md +0 -0
  3397. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-payment-infrastructure/references/api-reference.md +0 -0
  3398. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-payment-infrastructure/scripts/agent.py +0 -0
  3399. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-variants/SKILL.md +0 -0
  3400. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-variants/references/api-reference.md +0 -0
  3401. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-variants/scripts/agent.py +0 -0
  3402. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-data-exfiltration-before-encryption/SKILL.md +0 -0
  3403. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-data-exfiltration-before-encryption/references/api-reference.md +0 -0
  3404. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-data-exfiltration-before-encryption/scripts/agent.py +0 -0
  3405. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-lateral-movement-before-deployment/SKILL.md +0 -0
  3406. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-lateral-movement-before-deployment/references/api-reference.md +0 -0
  3407. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-lateral-movement-before-deployment/scripts/agent.py +0 -0
  3408. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-affiliate-tools/SKILL.md +0 -0
  3409. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-affiliate-tools/references/api-reference.md +0 -0
  3410. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-affiliate-tools/scripts/agent.py +0 -0
  3411. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-initial-access-vectors/SKILL.md +0 -0
  3412. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-initial-access-vectors/references/api-reference.md +0 -0
  3413. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-initial-access-vectors/scripts/agent.py +0 -0
  3414. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-precursors/SKILL.md +0 -0
  3415. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-precursors/references/api-reference.md +0 -0
  3416. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-precursors/scripts/agent.py +0 -0
  3417. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-staging-behavior/SKILL.md +0 -0
  3418. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-staging-behavior/references/api-reference.md +0 -0
  3419. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-staging-behavior/scripts/agent.py +0 -0
  3420. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-backup-integrity-validation/SKILL.md +0 -0
  3421. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-backup-integrity-validation/references/api-reference.md +0 -0
  3422. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-backup-integrity-validation/scripts/agent.py +0 -0
  3423. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-canary-file-detection/SKILL.md +0 -0
  3424. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-canary-file-detection/references/api-reference.md +0 -0
  3425. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-canary-file-detection/scripts/agent.py +0 -0
  3426. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-endpoint-ransomware-protection/SKILL.md +0 -0
  3427. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-endpoint-ransomware-protection/references/api-reference.md +0 -0
  3428. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-endpoint-ransomware-protection/scripts/agent.py +0 -0
  3429. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-immutable-backup-strategies/SKILL.md +0 -0
  3430. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-immutable-backup-strategies/references/api-reference.md +0 -0
  3431. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-immutable-backup-strategies/scripts/agent.py +0 -0
  3432. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-communication-protocols/SKILL.md +0 -0
  3433. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-communication-protocols/references/api-reference.md +0 -0
  3434. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-communication-protocols/scripts/agent.py +0 -0
  3435. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-incident-documentation/SKILL.md +0 -0
  3436. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-incident-documentation/references/api-reference.md +0 -0
  3437. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-incident-documentation/scripts/agent.py +0 -0
  3438. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-insurance-readiness/SKILL.md +0 -0
  3439. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-insurance-readiness/references/api-reference.md +0 -0
  3440. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-insurance-readiness/scripts/agent.py +0 -0
  3441. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-proof-network-architecture/SKILL.md +0 -0
  3442. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-proof-network-architecture/references/api-reference.md +0 -0
  3443. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-proof-network-architecture/scripts/agent.py +0 -0
  3444. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-recovery-procedures/SKILL.md +0 -0
  3445. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-recovery-procedures/references/api-reference.md +0 -0
  3446. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-recovery-procedures/scripts/agent.py +0 -0
  3447. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-resilience-testing/SKILL.md +0 -0
  3448. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-resilience-testing/references/api-reference.md +0 -0
  3449. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-resilience-testing/scripts/agent.py +0 -0
  3450. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-post-ransomware-security-hardening/SKILL.md +0 -0
  3451. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-post-ransomware-security-hardening/references/api-reference.md +0 -0
  3452. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-post-ransomware-security-hardening/scripts/agent.py +0 -0
  3453. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-negotiation-analysis/SKILL.md +0 -0
  3454. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-negotiation-analysis/references/api-reference.md +0 -0
  3455. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-negotiation-analysis/scripts/agent.py +0 -0
  3456. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-tabletop-exercises/SKILL.md +0 -0
  3457. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-tabletop-exercises/references/api-reference.md +0 -0
  3458. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-tabletop-exercises/scripts/agent.py +0 -0
  3459. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-threat-intelligence/SKILL.md +0 -0
  3460. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-threat-intelligence/references/api-reference.md +0 -0
  3461. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-threat-intelligence/scripts/agent.py +0 -0
  3462. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/SKILL.md +0 -0
  3463. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/active-directory/SKILL.md +0 -0
  3464. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/active-directory/references/advanced-ad-attacks.md +0 -0
  3465. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/active-directory/references/techniques.md +0 -0
  3466. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/active-directory/scripts/ad_enum.sh +0 -0
  3467. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/cloud/SKILL.md +0 -0
  3468. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/cloud/references/techniques.md +0 -0
  3469. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/cloud/scripts/aws_enum.py +0 -0
  3470. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/post-exploitation/SKILL.md +0 -0
  3471. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/post-exploitation/references/advanced-techniques.md +0 -0
  3472. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/post-exploitation/references/techniques.md +0 -0
  3473. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/post-exploitation/scripts/cred_harvest_check.sh +0 -0
  3474. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/references/engagement-types.md +0 -0
  3475. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/scripts/service_scan.sh +0 -0
  3476. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/building-c2-with-sliver/SKILL.md +0 -0
  3477. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/building-c2-with-sliver/references/api-reference.md +0 -0
  3478. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/building-c2-with-sliver/scripts/agent.py +0 -0
  3479. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-password-spraying/SKILL.md +0 -0
  3480. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-password-spraying/references/api-reference.md +0 -0
  3481. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-password-spraying/scripts/agent.py +0 -0
  3482. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-social-engineering/SKILL.md +0 -0
  3483. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-social-engineering/references/api-reference.md +0 -0
  3484. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-social-engineering/scripts/agent.py +0 -0
  3485. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-wireless-attacks/SKILL.md +0 -0
  3486. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-wireless-attacks/references/api-reference.md +0 -0
  3487. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-wireless-attacks/scripts/agent.py +0 -0
  3488. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-active-directory-acls/SKILL.md +0 -0
  3489. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-active-directory-acls/references/api-reference.md +0 -0
  3490. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-active-directory-acls/scripts/agent.py +0 -0
  3491. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-deserialization/SKILL.md +0 -0
  3492. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-deserialization/references/api-reference.md +0 -0
  3493. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-deserialization/scripts/agent.py +0 -0
  3494. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-deserialization-vulnerabilities/SKILL.md +0 -0
  3495. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-deserialization-vulnerabilities/references/api-reference.md +0 -0
  3496. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-deserialization-vulnerabilities/scripts/agent.py +0 -0
  3497. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-graphql-vulnerabilities/SKILL.md +0 -0
  3498. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-graphql-vulnerabilities/references/api-reference.md +0 -0
  3499. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-graphql-vulnerabilities/scripts/agent.py +0 -0
  3500. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-jwt-vulnerabilities/SKILL.md +0 -0
  3501. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-jwt-vulnerabilities/references/api-reference.md +0 -0
  3502. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-jwt-vulnerabilities/scripts/agent.py +0 -0
  3503. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-kerberos-delegation/SKILL.md +0 -0
  3504. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-kerberos-delegation/references/api-reference.md +0 -0
  3505. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-kerberos-delegation/scripts/agent.py +0 -0
  3506. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-privilege-escalation-linux/SKILL.md +0 -0
  3507. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-privilege-escalation-linux/references/api-reference.md +0 -0
  3508. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-privilege-escalation-linux/scripts/agent.py +0 -0
  3509. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-race-conditions/SKILL.md +0 -0
  3510. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-race-conditions/references/api-reference.md +0 -0
  3511. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-race-conditions/scripts/agent.py +0 -0
  3512. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-sql-injection/SKILL.md +0 -0
  3513. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-sql-injection/references/api-reference.md +0 -0
  3514. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-sql-injection/scripts/agent.py +0 -0
  3515. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-ssrf-vulnerabilities/SKILL.md +0 -0
  3516. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-ssrf-vulnerabilities/references/api-reference.md +0 -0
  3517. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-ssrf-vulnerabilities/scripts/agent.py +0 -0
  3518. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-active-directory-attacks/SKILL.md +0 -0
  3519. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-active-directory-attacks/references/api-reference.md +0 -0
  3520. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-active-directory-attacks/scripts/agent.py +0 -0
  3521. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-api-fuzzing/SKILL.md +0 -0
  3522. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-api-fuzzing/references/api-reference.md +0 -0
  3523. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-api-fuzzing/scripts/agent.py +0 -0
  3524. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-cloud-red-team-operations/SKILL.md +0 -0
  3525. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-cloud-red-team-operations/references/api-reference.md +0 -0
  3526. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-cloud-red-team-operations/scripts/agent.py +0 -0
  3527. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-dll-hijacking/SKILL.md +0 -0
  3528. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-dll-hijacking/references/api-reference.md +0 -0
  3529. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-dll-hijacking/scripts/agent.py +0 -0
  3530. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-kerberoasting/SKILL.md +0 -0
  3531. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-kerberoasting/references/api-reference.md +0 -0
  3532. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-kerberoasting/scripts/agent.py +0 -0
  3533. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-lateral-movement/SKILL.md +0 -0
  3534. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-lateral-movement/references/api-reference.md +0 -0
  3535. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-lateral-movement/scripts/agent.py +0 -0
  3536. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-password-spraying/SKILL.md +0 -0
  3537. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-password-spraying/references/api-reference.md +0 -0
  3538. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-password-spraying/scripts/agent.py +0 -0
  3539. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-phishing-simulation/SKILL.md +0 -0
  3540. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-phishing-simulation/references/api-reference.md +0 -0
  3541. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-phishing-simulation/scripts/agent.py +0 -0
  3542. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-physical-security-assessment/SKILL.md +0 -0
  3543. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-physical-security-assessment/references/api-reference.md +0 -0
  3544. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-physical-security-assessment/scripts/agent.py +0 -0
  3545. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-wireless-red-team/SKILL.md +0 -0
  3546. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-wireless-red-team/references/api-reference.md +0 -0
  3547. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-wireless-red-team/scripts/agent.py +0 -0
  3548. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/web/SKILL.md +0 -0
  3549. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/web/references/techniques.md +0 -0
  3550. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/web/scripts/web_vuln_scan.sh +0 -0
  3551. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/SKILL.md +0 -0
  3552. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-automotive-firmware/SKILL.md +0 -0
  3553. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-automotive-firmware/references/api-reference.md +0 -0
  3554. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-automotive-firmware/scripts/agent.py +0 -0
  3555. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-bootloader-security/SKILL.md +0 -0
  3556. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-bootloader-security/references/api-reference.md +0 -0
  3557. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-bootloader-security/scripts/agent.py +0 -0
  3558. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-communication-protocols/SKILL.md +0 -0
  3559. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-communication-protocols/references/api-reference.md +0 -0
  3560. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-communication-protocols/scripts/agent.py +0 -0
  3561. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-dotnet-assemblies/SKILL.md +0 -0
  3562. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-dotnet-assemblies/references/api-reference.md +0 -0
  3563. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-dotnet-assemblies/scripts/agent.py +0 -0
  3564. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-firmware-images/SKILL.md +0 -0
  3565. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-firmware-images/references/api-reference.md +0 -0
  3566. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-firmware-images/scripts/agent.py +0 -0
  3567. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-industrial-control-protocols/SKILL.md +0 -0
  3568. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-industrial-control-protocols/references/api-reference.md +0 -0
  3569. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-industrial-control-protocols/scripts/agent.py +0 -0
  3570. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-ios-applications/SKILL.md +0 -0
  3571. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-ios-applications/references/api-reference.md +0 -0
  3572. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-ios-applications/scripts/agent.py +0 -0
  3573. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-obfuscated-javascript/SKILL.md +0 -0
  3574. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-obfuscated-javascript/references/api-reference.md +0 -0
  3575. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-obfuscated-javascript/scripts/agent.py +0 -0
  3576. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-packed-executables/SKILL.md +0 -0
  3577. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-packed-executables/references/api-reference.md +0 -0
  3578. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-packed-executables/scripts/agent.py +0 -0
  3579. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-shellcode/SKILL.md +0 -0
  3580. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-shellcode/references/api-reference.md +0 -0
  3581. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-shellcode/scripts/agent.py +0 -0
  3582. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/conducting-dynamic-analysis-debugging/SKILL.md +0 -0
  3583. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/conducting-dynamic-analysis-debugging/references/api-reference.md +0 -0
  3584. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/conducting-dynamic-analysis-debugging/scripts/agent.py +0 -0
  3585. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-api-reverse-engineering/SKILL.md +0 -0
  3586. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-api-reverse-engineering/references/api-reference.md +0 -0
  3587. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-api-reverse-engineering/scripts/agent.py +0 -0
  3588. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-binary-diffing/SKILL.md +0 -0
  3589. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-binary-diffing/references/api-reference.md +0 -0
  3590. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-binary-diffing/scripts/agent.py +0 -0
  3591. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-code-deobfuscation/SKILL.md +0 -0
  3592. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-code-deobfuscation/references/api-reference.md +0 -0
  3593. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-code-deobfuscation/scripts/agent.py +0 -0
  3594. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-ghidra-scripting/SKILL.md +0 -0
  3595. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-ghidra-scripting/references/api-reference.md +0 -0
  3596. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-ghidra-scripting/scripts/agent.py +0 -0
  3597. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-hardware-reverse-engineering/SKILL.md +0 -0
  3598. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-hardware-reverse-engineering/references/api-reference.md +0 -0
  3599. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-hardware-reverse-engineering/scripts/agent.py +0 -0
  3600. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-static-binary-analysis/SKILL.md +0 -0
  3601. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-static-binary-analysis/references/api-reference.md +0 -0
  3602. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-static-binary-analysis/scripts/agent.py +0 -0
  3603. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-android-applications/SKILL.md +0 -0
  3604. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-android-applications/references/api-reference.md +0 -0
  3605. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-android-applications/scripts/agent.py +0 -0
  3606. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-custom-encryption/SKILL.md +0 -0
  3607. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-custom-encryption/references/api-reference.md +0 -0
  3608. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-custom-encryption/scripts/agent.py +0 -0
  3609. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-game-cheats/SKILL.md +0 -0
  3610. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-game-cheats/references/api-reference.md +0 -0
  3611. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-game-cheats/scripts/agent.py +0 -0
  3612. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-machine-learning-models/SKILL.md +0 -0
  3613. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-machine-learning-models/references/api-reference.md +0 -0
  3614. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-machine-learning-models/scripts/agent.py +0 -0
  3615. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-network-protocols/SKILL.md +0 -0
  3616. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-network-protocols/references/api-reference.md +0 -0
  3617. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-network-protocols/scripts/agent.py +0 -0
  3618. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-ransomware-samples/SKILL.md +0 -0
  3619. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-ransomware-samples/references/api-reference.md +0 -0
  3620. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-ransomware-samples/scripts/agent.py +0 -0
  3621. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-smart-contracts/SKILL.md +0 -0
  3622. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-smart-contracts/references/api-reference.md +0 -0
  3623. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-smart-contracts/scripts/agent.py +0 -0
  3624. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/SKILL.md +0 -0
  3625. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/handling-sensitive-data-securely/SKILL.md +0 -0
  3626. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/handling-sensitive-data-securely/references/api-reference.md +0 -0
  3627. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/handling-sensitive-data-securely/scripts/agent.py +0 -0
  3628. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/hardening-api-implementations/SKILL.md +0 -0
  3629. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/hardening-api-implementations/references/api-reference.md +0 -0
  3630. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/hardening-api-implementations/scripts/agent.py +0 -0
  3631. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-error-handling-securely/SKILL.md +0 -0
  3632. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-error-handling-securely/references/api-reference.md +0 -0
  3633. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-error-handling-securely/scripts/agent.py +0 -0
  3634. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-input-validation/SKILL.md +0 -0
  3635. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-input-validation/references/api-reference.md +0 -0
  3636. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-input-validation/scripts/agent.py +0 -0
  3637. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-memory-safe-coding/SKILL.md +0 -0
  3638. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-memory-safe-coding/references/api-reference.md +0 -0
  3639. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-memory-safe-coding/scripts/agent.py +0 -0
  3640. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-api-rate-limiting/SKILL.md +0 -0
  3641. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-api-rate-limiting/references/api-reference.md +0 -0
  3642. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-api-rate-limiting/scripts/agent.py +0 -0
  3643. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-authentication-flows/SKILL.md +0 -0
  3644. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-authentication-flows/references/api-reference.md +0 -0
  3645. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-authentication-flows/scripts/agent.py +0 -0
  3646. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-cryptographic-operations/SKILL.md +0 -0
  3647. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-cryptographic-operations/references/api-reference.md +0 -0
  3648. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-cryptographic-operations/scripts/agent.py +0 -0
  3649. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-database-access/SKILL.md +0 -0
  3650. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-database-access/references/api-reference.md +0 -0
  3651. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-database-access/scripts/agent.py +0 -0
  3652. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-dependency-management/SKILL.md +0 -0
  3653. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-dependency-management/references/api-reference.md +0 -0
  3654. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-dependency-management/scripts/agent.py +0 -0
  3655. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-file-operations/SKILL.md +0 -0
  3656. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-file-operations/references/api-reference.md +0 -0
  3657. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-file-operations/scripts/agent.py +0 -0
  3658. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-logging-practices/SKILL.md +0 -0
  3659. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-logging-practices/references/api-reference.md +0 -0
  3660. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-logging-practices/scripts/agent.py +0 -0
  3661. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-random-generation/SKILL.md +0 -0
  3662. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-random-generation/references/api-reference.md +0 -0
  3663. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-random-generation/scripts/agent.py +0 -0
  3664. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-session-management/SKILL.md +0 -0
  3665. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-session-management/references/api-reference.md +0 -0
  3666. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-session-management/scripts/agent.py +0 -0
  3667. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-secure-code-review/SKILL.md +0 -0
  3668. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-secure-code-review/references/api-reference.md +0 -0
  3669. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-secure-code-review/scripts/agent.py +0 -0
  3670. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-static-analysis-integration/SKILL.md +0 -0
  3671. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-static-analysis-integration/references/api-reference.md +0 -0
  3672. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-static-analysis-integration/scripts/agent.py +0 -0
  3673. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-threat-modeling-for-code/SKILL.md +0 -0
  3674. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-threat-modeling-for-code/references/api-reference.md +0 -0
  3675. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-threat-modeling-for-code/scripts/agent.py +0 -0
  3676. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-command-injection-attacks/SKILL.md +0 -0
  3677. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-command-injection-attacks/references/api-reference.md +0 -0
  3678. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-command-injection-attacks/scripts/agent.py +0 -0
  3679. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-injection-attacks-in-code/SKILL.md +0 -0
  3680. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-injection-attacks-in-code/references/api-reference.md +0 -0
  3681. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-injection-attacks-in-code/scripts/agent.py +0 -0
  3682. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-insecure-deserialization/SKILL.md +0 -0
  3683. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-insecure-deserialization/references/api-reference.md +0 -0
  3684. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-insecure-deserialization/scripts/agent.py +0 -0
  3685. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-path-traversal-vulnerabilities/SKILL.md +0 -0
  3686. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-path-traversal-vulnerabilities/references/api-reference.md +0 -0
  3687. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-path-traversal-vulnerabilities/scripts/agent.py +0 -0
  3688. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-race-condition-vulnerabilities/SKILL.md +0 -0
  3689. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-race-condition-vulnerabilities/references/api-reference.md +0 -0
  3690. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-race-condition-vulnerabilities/scripts/agent.py +0 -0
  3691. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-server-side-request-forgery/SKILL.md +0 -0
  3692. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-server-side-request-forgery/references/api-reference.md +0 -0
  3693. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-server-side-request-forgery/scripts/agent.py +0 -0
  3694. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-xml-external-entity-attacks/SKILL.md +0 -0
  3695. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-xml-external-entity-attacks/references/api-reference.md +0 -0
  3696. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-xml-external-entity-attacks/scripts/agent.py +0 -0
  3697. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/SKILL.md +0 -0
  3698. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/references/architecture-patterns.md +0 -0
  3699. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/scripts/threat_model.py +0 -0
  3700. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-api-architecture/SKILL.md +0 -0
  3701. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-api-architecture/references/api-reference.md +0 -0
  3702. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-api-architecture/scripts/agent.py +0 -0
  3703. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-authentication-architecture/SKILL.md +0 -0
  3704. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-authentication-architecture/references/api-reference.md +0 -0
  3705. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-authentication-architecture/scripts/agent.py +0 -0
  3706. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-cloud-architecture/SKILL.md +0 -0
  3707. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-cloud-architecture/references/api-reference.md +0 -0
  3708. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-cloud-architecture/scripts/agent.py +0 -0
  3709. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-container-orchestration/SKILL.md +0 -0
  3710. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-container-orchestration/references/api-reference.md +0 -0
  3711. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-container-orchestration/scripts/agent.py +0 -0
  3712. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-data-architecture/SKILL.md +0 -0
  3713. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-data-architecture/references/api-reference.md +0 -0
  3714. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-data-architecture/scripts/agent.py +0 -0
  3715. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-iot-architecture/SKILL.md +0 -0
  3716. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-iot-architecture/references/api-reference.md +0 -0
  3717. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-iot-architecture/scripts/agent.py +0 -0
  3718. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-network-architecture/SKILL.md +0 -0
  3719. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-network-architecture/references/api-reference.md +0 -0
  3720. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-network-architecture/scripts/agent.py +0 -0
  3721. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-zero-trust-architecture/SKILL.md +0 -0
  3722. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-zero-trust-architecture/references/api-reference.md +0 -0
  3723. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-zero-trust-architecture/scripts/agent.py +0 -0
  3724. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-api-gateway-security-architecture/SKILL.md +0 -0
  3725. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-api-gateway-security-architecture/references/api-reference.md +0 -0
  3726. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-api-gateway-security-architecture/scripts/agent.py +0 -0
  3727. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-cloud-landing-zone-security/SKILL.md +0 -0
  3728. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-cloud-landing-zone-security/references/api-reference.md +0 -0
  3729. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-cloud-landing-zone-security/scripts/agent.py +0 -0
  3730. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-data-classification-framework/SKILL.md +0 -0
  3731. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-data-classification-framework/references/api-reference.md +0 -0
  3732. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-data-classification-framework/scripts/agent.py +0 -0
  3733. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-defense-in-depth/SKILL.md +0 -0
  3734. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-defense-in-depth/references/api-reference.md +0 -0
  3735. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-defense-in-depth/scripts/agent.py +0 -0
  3736. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-disaster-recovery-architecture/SKILL.md +0 -0
  3737. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-disaster-recovery-architecture/references/api-reference.md +0 -0
  3738. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-disaster-recovery-architecture/scripts/agent.py +0 -0
  3739. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-microsegmentation/SKILL.md +0 -0
  3740. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-microsegmentation/references/api-reference.md +0 -0
  3741. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-microsegmentation/scripts/agent.py +0 -0
  3742. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-privilege-access-architecture/SKILL.md +0 -0
  3743. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-privilege-access-architecture/references/api-reference.md +0 -0
  3744. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-privilege-access-architecture/scripts/agent.py +0 -0
  3745. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-security-monitoring-architecture/SKILL.md +0 -0
  3746. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-security-monitoring-architecture/references/api-reference.md +0 -0
  3747. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-security-monitoring-architecture/scripts/agent.py +0 -0
  3748. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-attack-surface-analysis/SKILL.md +0 -0
  3749. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-attack-surface-analysis/references/api-reference.md +0 -0
  3750. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-attack-surface-analysis/scripts/agent.py +0 -0
  3751. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-blast-radius-analysis/SKILL.md +0 -0
  3752. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-blast-radius-analysis/references/api-reference.md +0 -0
  3753. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-blast-radius-analysis/scripts/agent.py +0 -0
  3754. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-architecture-debt-assessment/SKILL.md +0 -0
  3755. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-architecture-debt-assessment/references/api-reference.md +0 -0
  3756. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-architecture-debt-assessment/scripts/agent.py +0 -0
  3757. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-architecture-review/SKILL.md +0 -0
  3758. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-architecture-review/references/api-reference.md +0 -0
  3759. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-architecture-review/scripts/agent.py +0 -0
  3760. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-control-effectiveness-review/SKILL.md +0 -0
  3761. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-control-effectiveness-review/references/api-reference.md +0 -0
  3762. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-control-effectiveness-review/scripts/agent.py +0 -0
  3763. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-reference-architecture/SKILL.md +0 -0
  3764. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-reference-architecture/references/api-reference.md +0 -0
  3765. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-reference-architecture/scripts/agent.py +0 -0
  3766. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-stride-threat-modeling/SKILL.md +0 -0
  3767. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-stride-threat-modeling/references/api-reference.md +0 -0
  3768. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-stride-threat-modeling/scripts/agent.py +0 -0
  3769. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-supply-chain-security-architecture/SKILL.md +0 -0
  3770. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-supply-chain-security-architecture/references/api-reference.md +0 -0
  3771. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-supply-chain-security-architecture/scripts/agent.py +0 -0
  3772. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/SKILL.md +0 -0
  3773. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-compliance-awareness-programs/SKILL.md +0 -0
  3774. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-compliance-awareness-programs/references/api-reference.md +0 -0
  3775. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-compliance-awareness-programs/scripts/agent.py +0 -0
  3776. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-executive-security-briefings/SKILL.md +0 -0
  3777. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-executive-security-briefings/references/api-reference.md +0 -0
  3778. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-executive-security-briefings/scripts/agent.py +0 -0
  3779. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-incident-reporting-culture/SKILL.md +0 -0
  3780. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-incident-reporting-culture/references/api-reference.md +0 -0
  3781. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-incident-reporting-culture/scripts/agent.py +0 -0
  3782. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-awareness-content/SKILL.md +0 -0
  3783. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-awareness-content/references/api-reference.md +0 -0
  3784. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-awareness-content/scripts/agent.py +0 -0
  3785. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-culture-metrics/SKILL.md +0 -0
  3786. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-culture-metrics/references/api-reference.md +0 -0
  3787. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-culture-metrics/scripts/agent.py +0 -0
  3788. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-newsletter-automation/SKILL.md +0 -0
  3789. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-newsletter-automation/references/api-reference.md +0 -0
  3790. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-newsletter-automation/scripts/agent.py +0 -0
  3791. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-onboarding-programs/SKILL.md +0 -0
  3792. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-onboarding-programs/references/api-reference.md +0 -0
  3793. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-onboarding-programs/scripts/agent.py +0 -0
  3794. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/conducting-phishing-awareness-campaigns/SKILL.md +0 -0
  3795. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/conducting-phishing-awareness-campaigns/references/api-reference.md +0 -0
  3796. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/conducting-phishing-awareness-campaigns/scripts/agent.py +0 -0
  3797. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/conducting-tabletop-exercises/SKILL.md +0 -0
  3798. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/conducting-tabletop-exercises/references/api-reference.md +0 -0
  3799. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/conducting-tabletop-exercises/scripts/agent.py +0 -0
  3800. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/designing-security-training-programs/SKILL.md +0 -0
  3801. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/designing-security-training-programs/references/api-reference.md +0 -0
  3802. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/designing-security-training-programs/scripts/agent.py +0 -0
  3803. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-data-handling-training/SKILL.md +0 -0
  3804. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-data-handling-training/references/api-reference.md +0 -0
  3805. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-data-handling-training/scripts/agent.py +0 -0
  3806. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-gamified-security-training/SKILL.md +0 -0
  3807. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-gamified-security-training/references/api-reference.md +0 -0
  3808. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-gamified-security-training/scripts/agent.py +0 -0
  3809. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-privacy-awareness-training/SKILL.md +0 -0
  3810. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-privacy-awareness-training/references/api-reference.md +0 -0
  3811. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-privacy-awareness-training/scripts/agent.py +0 -0
  3812. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-remote-work-security-training/SKILL.md +0 -0
  3813. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-remote-work-security-training/references/api-reference.md +0 -0
  3814. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-remote-work-security-training/scripts/agent.py +0 -0
  3815. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-role-based-security-training/SKILL.md +0 -0
  3816. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-role-based-security-training/references/api-reference.md +0 -0
  3817. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-role-based-security-training/scripts/agent.py +0 -0
  3818. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-secure-coding-training/SKILL.md +0 -0
  3819. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-secure-coding-training/references/api-reference.md +0 -0
  3820. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-secure-coding-training/scripts/agent.py +0 -0
  3821. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-security-champion-programs/SKILL.md +0 -0
  3822. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-security-champion-programs/references/api-reference.md +0 -0
  3823. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-security-champion-programs/scripts/agent.py +0 -0
  3824. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/measuring-training-effectiveness/SKILL.md +0 -0
  3825. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/measuring-training-effectiveness/references/api-reference.md +0 -0
  3826. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/measuring-training-effectiveness/scripts/agent.py +0 -0
  3827. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-insider-threat-awareness/SKILL.md +0 -0
  3828. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-insider-threat-awareness/references/api-reference.md +0 -0
  3829. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-insider-threat-awareness/scripts/agent.py +0 -0
  3830. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-physical-security-awareness/SKILL.md +0 -0
  3831. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-physical-security-awareness/references/api-reference.md +0 -0
  3832. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-physical-security-awareness/scripts/agent.py +0 -0
  3833. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-security-communication-campaigns/SKILL.md +0 -0
  3834. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-security-communication-campaigns/references/api-reference.md +0 -0
  3835. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-security-communication-campaigns/scripts/agent.py +0 -0
  3836. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-security-maturity-assessment/SKILL.md +0 -0
  3837. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-security-maturity-assessment/references/api-reference.md +0 -0
  3838. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-security-maturity-assessment/scripts/agent.py +0 -0
  3839. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-social-engineering-assessments/SKILL.md +0 -0
  3840. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-social-engineering-assessments/references/api-reference.md +0 -0
  3841. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-social-engineering-assessments/scripts/agent.py +0 -0
  3842. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-third-party-risk-awareness/SKILL.md +0 -0
  3843. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-third-party-risk-awareness/references/api-reference.md +0 -0
  3844. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-third-party-risk-awareness/scripts/agent.py +0 -0
  3845. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/SKILL.md +0 -0
  3846. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-real-time-streaming-analytics/SKILL.md +0 -0
  3847. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-real-time-streaming-analytics/references/api-reference.md +0 -0
  3848. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-real-time-streaming-analytics/scripts/agent.py +0 -0
  3849. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-data-api-layer/SKILL.md +0 -0
  3850. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-data-api-layer/references/api-reference.md +0 -0
  3851. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-data-api-layer/scripts/agent.py +0 -0
  3852. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-data-lakes/SKILL.md +0 -0
  3853. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-data-lakes/references/api-reference.md +0 -0
  3854. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-data-lakes/scripts/agent.py +0 -0
  3855. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-data-visualization/SKILL.md +0 -0
  3856. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-data-visualization/references/api-reference.md +0 -0
  3857. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-data-visualization/scripts/agent.py +0 -0
  3858. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-event-correlation-engine/SKILL.md +0 -0
  3859. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-event-correlation-engine/references/api-reference.md +0 -0
  3860. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-event-correlation-engine/scripts/agent.py +0 -0
  3861. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-metrics-pipelines/SKILL.md +0 -0
  3862. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-metrics-pipelines/references/api-reference.md +0 -0
  3863. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-metrics-pipelines/scripts/agent.py +0 -0
  3864. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-siem-data-architecture/SKILL.md +0 -0
  3865. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-siem-data-architecture/references/api-reference.md +0 -0
  3866. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-siem-data-architecture/scripts/agent.py +0 -0
  3867. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-threat-detection-analytics/SKILL.md +0 -0
  3868. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-threat-detection-analytics/references/api-reference.md +0 -0
  3869. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-threat-detection-analytics/scripts/agent.py +0 -0
  3870. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-log-normalization-pipelines/SKILL.md +0 -0
  3871. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-log-normalization-pipelines/references/api-reference.md +0 -0
  3872. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-log-normalization-pipelines/scripts/agent.py +0 -0
  3873. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-ocsf-normalization/SKILL.md +0 -0
  3874. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-ocsf-normalization/references/api-reference.md +0 -0
  3875. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-ocsf-normalization/scripts/agent.py +0 -0
  3876. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-backup-strategy/SKILL.md +0 -0
  3877. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-backup-strategy/references/api-reference.md +0 -0
  3878. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-backup-strategy/scripts/agent.py +0 -0
  3879. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-classification/SKILL.md +0 -0
  3880. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-classification/references/api-reference.md +0 -0
  3881. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-classification/scripts/agent.py +0 -0
  3882. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-enrichment/SKILL.md +0 -0
  3883. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-enrichment/references/api-reference.md +0 -0
  3884. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-enrichment/scripts/agent.py +0 -0
  3885. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-governance/SKILL.md +0 -0
  3886. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-governance/references/api-reference.md +0 -0
  3887. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-governance/scripts/agent.py +0 -0
  3888. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-retention-policies/SKILL.md +0 -0
  3889. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-retention-policies/references/api-reference.md +0 -0
  3890. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-retention-policies/scripts/agent.py +0 -0
  3891. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-threat-intelligence-data-pipelines/SKILL.md +0 -0
  3892. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-threat-intelligence-data-pipelines/references/api-reference.md +0 -0
  3893. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-threat-intelligence-data-pipelines/scripts/agent.py +0 -0
  3894. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-detection-data-modeling/SKILL.md +0 -0
  3895. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-detection-data-modeling/references/api-reference.md +0 -0
  3896. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-detection-data-modeling/scripts/agent.py +0 -0
  3897. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-detection-signal-analysis/SKILL.md +0 -0
  3898. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-detection-signal-analysis/references/api-reference.md +0 -0
  3899. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-detection-signal-analysis/scripts/agent.py +0 -0
  3900. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-log-correlation-engineering/SKILL.md +0 -0
  3901. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-log-correlation-engineering/references/api-reference.md +0 -0
  3902. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-log-correlation-engineering/scripts/agent.py +0 -0
  3903. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-log-source-reliability-analysis/SKILL.md +0 -0
  3904. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-log-source-reliability-analysis/references/api-reference.md +0 -0
  3905. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-log-source-reliability-analysis/scripts/agent.py +0 -0
  3906. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-log-volume-optimization/SKILL.md +0 -0
  3907. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-log-volume-optimization/references/api-reference.md +0 -0
  3908. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-log-volume-optimization/scripts/agent.py +0 -0
  3909. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-security-data-migration/SKILL.md +0 -0
  3910. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-security-data-migration/references/api-reference.md +0 -0
  3911. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-security-data-migration/scripts/agent.py +0 -0
  3912. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-security-data-quality-assessment/SKILL.md +0 -0
  3913. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-security-data-quality-assessment/references/api-reference.md +0 -0
  3914. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-security-data-quality-assessment/scripts/agent.py +0 -0
  3915. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-security-telemetry-optimization/SKILL.md +0 -0
  3916. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-security-telemetry-optimization/references/api-reference.md +0 -0
  3917. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-security-telemetry-optimization/scripts/agent.py +0 -0
  3918. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/SKILL.md +0 -0
  3919. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-incident-response-governance/SKILL.md +0 -0
  3920. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-incident-response-governance/references/api-reference.md +0 -0
  3921. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-incident-response-governance/scripts/agent.py +0 -0
  3922. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-acquisition-due-diligence/SKILL.md +0 -0
  3923. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-acquisition-due-diligence/references/api-reference.md +0 -0
  3924. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-acquisition-due-diligence/scripts/agent.py +0 -0
  3925. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-culture-programs/SKILL.md +0 -0
  3926. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-culture-programs/references/api-reference.md +0 -0
  3927. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-culture-programs/scripts/agent.py +0 -0
  3928. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-executive-dashboard/SKILL.md +0 -0
  3929. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-executive-dashboard/references/api-reference.md +0 -0
  3930. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-executive-dashboard/scripts/agent.py +0 -0
  3931. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-partnership-frameworks/SKILL.md +0 -0
  3932. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-partnership-frameworks/references/api-reference.md +0 -0
  3933. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-partnership-frameworks/scripts/agent.py +0 -0
  3934. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-program-strategy/SKILL.md +0 -0
  3935. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-program-strategy/references/api-reference.md +0 -0
  3936. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-program-strategy/scripts/agent.py +0 -0
  3937. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-stakeholder-management/SKILL.md +0 -0
  3938. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-stakeholder-management/references/api-reference.md +0 -0
  3939. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-stakeholder-management/scripts/agent.py +0 -0
  3940. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-vendor-management/SKILL.md +0 -0
  3941. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-vendor-management/references/api-reference.md +0 -0
  3942. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-vendor-management/scripts/agent.py +0 -0
  3943. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-budget-management/SKILL.md +0 -0
  3944. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-budget-management/references/api-reference.md +0 -0
  3945. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-budget-management/scripts/agent.py +0 -0
  3946. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-communication-strategy/SKILL.md +0 -0
  3947. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-communication-strategy/references/api-reference.md +0 -0
  3948. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-communication-strategy/scripts/agent.py +0 -0
  3949. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-innovation-labs/SKILL.md +0 -0
  3950. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-innovation-labs/references/api-reference.md +0 -0
  3951. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-innovation-labs/scripts/agent.py +0 -0
  3952. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-metrics-program/SKILL.md +0 -0
  3953. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-metrics-program/references/api-reference.md +0 -0
  3954. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-metrics-program/scripts/agent.py +0 -0
  3955. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-okr-frameworks/SKILL.md +0 -0
  3956. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-okr-frameworks/references/api-reference.md +0 -0
  3957. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-okr-frameworks/scripts/agent.py +0 -0
  3958. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-risk-appetite-framework/SKILL.md +0 -0
  3959. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-risk-appetite-framework/references/api-reference.md +0 -0
  3960. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-risk-appetite-framework/scripts/agent.py +0 -0
  3961. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-roadmap-planning/SKILL.md +0 -0
  3962. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-roadmap-planning/references/api-reference.md +0 -0
  3963. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-roadmap-planning/scripts/agent.py +0 -0
  3964. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-talent-pipeline/SKILL.md +0 -0
  3965. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-talent-pipeline/references/api-reference.md +0 -0
  3966. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-talent-pipeline/scripts/agent.py +0 -0
  3967. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-ciso-advisory-consulting/SKILL.md +0 -0
  3968. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-ciso-advisory-consulting/references/api-reference.md +0 -0
  3969. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-ciso-advisory-consulting/scripts/agent.py +0 -0
  3970. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-benchmarking/SKILL.md +0 -0
  3971. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-benchmarking/references/api-reference.md +0 -0
  3972. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-benchmarking/scripts/agent.py +0 -0
  3973. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-board-reporting/SKILL.md +0 -0
  3974. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-board-reporting/references/api-reference.md +0 -0
  3975. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-board-reporting/scripts/agent.py +0 -0
  3976. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-capability-assessment/SKILL.md +0 -0
  3977. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-capability-assessment/references/api-reference.md +0 -0
  3978. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-capability-assessment/scripts/agent.py +0 -0
  3979. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-organizational-design/SKILL.md +0 -0
  3980. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-organizational-design/references/api-reference.md +0 -0
  3981. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-organizational-design/scripts/agent.py +0 -0
  3982. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-program-review/SKILL.md +0 -0
  3983. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-program-review/references/api-reference.md +0 -0
  3984. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-program-review/scripts/agent.py +0 -0
  3985. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-roi-analysis/SKILL.md +0 -0
  3986. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-roi-analysis/references/api-reference.md +0 -0
  3987. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-roi-analysis/scripts/agent.py +0 -0
  3988. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-team-development/SKILL.md +0 -0
  3989. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-team-development/references/api-reference.md +0 -0
  3990. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-team-development/scripts/agent.py +0 -0
  3991. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/SKILL.md +0 -0
  3992. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-access-review-processes/SKILL.md +0 -0
  3993. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-access-review-processes/references/api-reference.md +0 -0
  3994. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-access-review-processes/scripts/agent.py +0 -0
  3995. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-asset-inventory-management/SKILL.md +0 -0
  3996. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-asset-inventory-management/references/api-reference.md +0 -0
  3997. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-asset-inventory-management/scripts/agent.py +0 -0
  3998. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-certificate-lifecycle-management/SKILL.md +0 -0
  3999. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-certificate-lifecycle-management/references/api-reference.md +0 -0
  4000. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-certificate-lifecycle-management/scripts/agent.py +0 -0
  4001. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-cloud-security-posture-management/SKILL.md +0 -0
  4002. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-cloud-security-posture-management/references/api-reference.md +0 -0
  4003. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-cloud-security-posture-management/scripts/agent.py +0 -0
  4004. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-compliance-reporting/SKILL.md +0 -0
  4005. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-compliance-reporting/references/api-reference.md +0 -0
  4006. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-compliance-reporting/scripts/agent.py +0 -0
  4007. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-incident-classification/SKILL.md +0 -0
  4008. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-incident-classification/references/api-reference.md +0 -0
  4009. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-incident-classification/scripts/agent.py +0 -0
  4010. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-log-retention-management/SKILL.md +0 -0
  4011. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-log-retention-management/references/api-reference.md +0 -0
  4012. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-log-retention-management/scripts/agent.py +0 -0
  4013. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-network-segmentation-validation/SKILL.md +0 -0
  4014. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-network-segmentation-validation/references/api-reference.md +0 -0
  4015. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-network-segmentation-validation/scripts/agent.py +0 -0
  4016. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-security-configuration-management/SKILL.md +0 -0
  4017. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-security-configuration-management/references/api-reference.md +0 -0
  4018. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-security-configuration-management/scripts/agent.py +0 -0
  4019. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-security-posture-scoring/SKILL.md +0 -0
  4020. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-security-posture-scoring/references/api-reference.md +0 -0
  4021. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-security-posture-scoring/scripts/agent.py +0 -0
  4022. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-threat-intelligence-workflows/SKILL.md +0 -0
  4023. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-threat-intelligence-workflows/references/api-reference.md +0 -0
  4024. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-threat-intelligence-workflows/scripts/agent.py +0 -0
  4025. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-vulnerability-remediation-workflows/SKILL.md +0 -0
  4026. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-vulnerability-remediation-workflows/references/api-reference.md +0 -0
  4027. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-vulnerability-remediation-workflows/scripts/agent.py +0 -0
  4028. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-automated-forensic-collection/SKILL.md +0 -0
  4029. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-automated-forensic-collection/references/api-reference.md +0 -0
  4030. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-automated-forensic-collection/scripts/agent.py +0 -0
  4031. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-api-integrations/SKILL.md +0 -0
  4032. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-api-integrations/references/api-reference.md +0 -0
  4033. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-api-integrations/scripts/agent.py +0 -0
  4034. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-chatops-integration/SKILL.md +0 -0
  4035. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-chatops-integration/references/api-reference.md +0 -0
  4036. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-chatops-integration/scripts/agent.py +0 -0
  4037. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-dashboard-automation/SKILL.md +0 -0
  4038. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-dashboard-automation/references/api-reference.md +0 -0
  4039. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-dashboard-automation/scripts/agent.py +0 -0
  4040. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-notification-systems/SKILL.md +0 -0
  4041. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-notification-systems/references/api-reference.md +0 -0
  4042. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-notification-systems/scripts/agent.py +0 -0
  4043. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-workflow-orchestration/SKILL.md +0 -0
  4044. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-workflow-orchestration/references/api-reference.md +0 -0
  4045. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-workflow-orchestration/scripts/agent.py +0 -0
  4046. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-automated-penetration-testing/SKILL.md +0 -0
  4047. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-automated-penetration-testing/references/api-reference.md +0 -0
  4048. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-automated-penetration-testing/scripts/agent.py +0 -0
  4049. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-automated-threat-hunting/SKILL.md +0 -0
  4050. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-automated-threat-hunting/references/api-reference.md +0 -0
  4051. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-automated-threat-hunting/scripts/agent.py +0 -0
  4052. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-security-data-lake-pipelines/SKILL.md +0 -0
  4053. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-security-data-lake-pipelines/references/api-reference.md +0 -0
  4054. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-security-data-lake-pipelines/scripts/agent.py +0 -0
  4055. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-security-event-enrichment/SKILL.md +0 -0
  4056. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-security-event-enrichment/references/api-reference.md +0 -0
  4057. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-security-event-enrichment/scripts/agent.py +0 -0
  4058. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-security-ticket-automation/SKILL.md +0 -0
  4059. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-security-ticket-automation/references/api-reference.md +0 -0
  4060. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-security-ticket-automation/scripts/agent.py +0 -0
  4061. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-soar-playbook-development/SKILL.md +0 -0
  4062. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-soar-playbook-development/references/api-reference.md +0 -0
  4063. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-soar-playbook-development/scripts/agent.py +0 -0
  4064. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/SKILL.md +0 -0
  4065. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/building-security-testing-lab/SKILL.md +0 -0
  4066. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/building-security-testing-lab/references/api-reference.md +0 -0
  4067. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/building-security-testing-lab/scripts/agent.py +0 -0
  4068. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/building-security-testing-methodology/SKILL.md +0 -0
  4069. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/building-security-testing-methodology/references/api-reference.md +0 -0
  4070. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/building-security-testing-methodology/scripts/agent.py +0 -0
  4071. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-configuration-audit/SKILL.md +0 -0
  4072. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-configuration-audit/references/api-reference.md +0 -0
  4073. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-configuration-audit/scripts/agent.py +0 -0
  4074. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-physical-penetration-testing/SKILL.md +0 -0
  4075. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-physical-penetration-testing/references/api-reference.md +0 -0
  4076. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-physical-penetration-testing/scripts/agent.py +0 -0
  4077. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-white-box-security-assessment/SKILL.md +0 -0
  4078. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-white-box-security-assessment/references/api-reference.md +0 -0
  4079. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-white-box-security-assessment/scripts/agent.py +0 -0
  4080. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-bug-bounty-program-management/SKILL.md +0 -0
  4081. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-bug-bounty-program-management/references/api-reference.md +0 -0
  4082. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-bug-bounty-program-management/scripts/agent.py +0 -0
  4083. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-compliance-penetration-testing/SKILL.md +0 -0
  4084. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-compliance-penetration-testing/references/api-reference.md +0 -0
  4085. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-compliance-penetration-testing/scripts/agent.py +0 -0
  4086. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-container-security-testing/SKILL.md +0 -0
  4087. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-container-security-testing/references/api-reference.md +0 -0
  4088. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-container-security-testing/scripts/agent.py +0 -0
  4089. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-continuous-security-testing/SKILL.md +0 -0
  4090. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-continuous-security-testing/references/api-reference.md +0 -0
  4091. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-continuous-security-testing/scripts/agent.py +0 -0
  4092. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-mobile-security-testing/SKILL.md +0 -0
  4093. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-mobile-security-testing/references/api-reference.md +0 -0
  4094. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-mobile-security-testing/scripts/agent.py +0 -0
  4095. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-security-testing-automation/SKILL.md +0 -0
  4096. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-security-testing-automation/references/api-reference.md +0 -0
  4097. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-security-testing-automation/scripts/agent.py +0 -0
  4098. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-vulnerability-chaining/SKILL.md +0 -0
  4099. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-vulnerability-chaining/references/api-reference.md +0 -0
  4100. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-vulnerability-chaining/scripts/agent.py +0 -0
  4101. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-api-penetration-testing/SKILL.md +0 -0
  4102. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-api-penetration-testing/references/api-reference.md +0 -0
  4103. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-api-penetration-testing/scripts/agent.py +0 -0
  4104. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-assumed-breach-testing/SKILL.md +0 -0
  4105. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-assumed-breach-testing/references/api-reference.md +0 -0
  4106. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-assumed-breach-testing/scripts/agent.py +0 -0
  4107. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-black-box-penetration-testing/SKILL.md +0 -0
  4108. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-black-box-penetration-testing/references/api-reference.md +0 -0
  4109. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-black-box-penetration-testing/scripts/agent.py +0 -0
  4110. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-cloud-penetration-testing/SKILL.md +0 -0
  4111. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-cloud-penetration-testing/references/api-reference.md +0 -0
  4112. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-cloud-penetration-testing/scripts/agent.py +0 -0
  4113. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-database-security-testing/SKILL.md +0 -0
  4114. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-database-security-testing/references/api-reference.md +0 -0
  4115. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-database-security-testing/scripts/agent.py +0 -0
  4116. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-iot-security-testing/SKILL.md +0 -0
  4117. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-iot-security-testing/references/api-reference.md +0 -0
  4118. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-iot-security-testing/scripts/agent.py +0 -0
  4119. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-purple-team-assessment/SKILL.md +0 -0
  4120. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-purple-team-assessment/references/api-reference.md +0 -0
  4121. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-purple-team-assessment/scripts/agent.py +0 -0
  4122. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-red-team-engagement/SKILL.md +0 -0
  4123. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-red-team-engagement/references/api-reference.md +0 -0
  4124. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-red-team-engagement/scripts/agent.py +0 -0
  4125. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-social-engineering-penetration-test/SKILL.md +0 -0
  4126. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-social-engineering-penetration-test/references/api-reference.md +0 -0
  4127. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-social-engineering-penetration-test/scripts/agent.py +0 -0
  4128. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-source-code-assisted-penetration-testing/SKILL.md +0 -0
  4129. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-source-code-assisted-penetration-testing/references/api-reference.md +0 -0
  4130. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-source-code-assisted-penetration-testing/scripts/agent.py +0 -0
  4131. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-thick-client-security-testing/SKILL.md +0 -0
  4132. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-thick-client-security-testing/references/api-reference.md +0 -0
  4133. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-thick-client-security-testing/scripts/agent.py +0 -0
  4134. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-wireless-penetration-testing/SKILL.md +0 -0
  4135. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-wireless-penetration-testing/references/api-reference.md +0 -0
  4136. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-wireless-penetration-testing/scripts/agent.py +0 -0
  4137. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/self-evolution/SKILL.md +0 -0
  4138. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/self-evolution/references/skill-lifecycle.md +0 -0
  4139. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/SKILL.md +0 -0
  4140. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/references/hunting-hypotheses.md +0 -0
  4141. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/scripts/log_analyzer.py +0 -0
  4142. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/analyzing-siem-correlation-rules/SKILL.md +0 -0
  4143. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/analyzing-siem-correlation-rules/references/api-reference.md +0 -0
  4144. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/analyzing-siem-correlation-rules/scripts/agent.py +0 -0
  4145. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-detection-as-code/SKILL.md +0 -0
  4146. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-detection-as-code/references/api-reference.md +0 -0
  4147. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-detection-as-code/scripts/agent.py +0 -0
  4148. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-soc-metrics-dashboard/SKILL.md +0 -0
  4149. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-soc-metrics-dashboard/references/api-reference.md +0 -0
  4150. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-soc-metrics-dashboard/scripts/agent.py +0 -0
  4151. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-soc-playbooks/SKILL.md +0 -0
  4152. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-soc-playbooks/references/api-reference.md +0 -0
  4153. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-soc-playbooks/scripts/agent.py +0 -0
  4154. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/conducting-tabletop-exercises/SKILL.md +0 -0
  4155. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/conducting-tabletop-exercises/references/api-reference.md +0 -0
  4156. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/conducting-tabletop-exercises/scripts/agent.py +0 -0
  4157. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/conducting-threat-hunting-campaigns/SKILL.md +0 -0
  4158. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/conducting-threat-hunting-campaigns/references/api-reference.md +0 -0
  4159. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/conducting-threat-hunting-campaigns/scripts/agent.py +0 -0
  4160. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-alert-fatigue-reduction/SKILL.md +0 -0
  4161. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-alert-fatigue-reduction/references/api-reference.md +0 -0
  4162. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-alert-fatigue-reduction/scripts/agent.py +0 -0
  4163. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-case-management/SKILL.md +0 -0
  4164. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-case-management/references/api-reference.md +0 -0
  4165. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-case-management/scripts/agent.py +0 -0
  4166. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-incident-ticket-management/SKILL.md +0 -0
  4167. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-incident-ticket-management/references/api-reference.md +0 -0
  4168. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-incident-ticket-management/scripts/agent.py +0 -0
  4169. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soar-workflows/SKILL.md +0 -0
  4170. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soar-workflows/references/api-reference.md +0 -0
  4171. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soar-workflows/scripts/agent.py +0 -0
  4172. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-automation-workflows/SKILL.md +0 -0
  4173. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-automation-workflows/references/api-reference.md +0 -0
  4174. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-automation-workflows/scripts/agent.py +0 -0
  4175. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-knowledge-base/SKILL.md +0 -0
  4176. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-knowledge-base/references/api-reference.md +0 -0
  4177. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-knowledge-base/scripts/agent.py +0 -0
  4178. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-shift-handoff/SKILL.md +0 -0
  4179. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-shift-handoff/references/api-reference.md +0 -0
  4180. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-shift-handoff/scripts/agent.py +0 -0
  4181. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-tooling-integration/references/api-reference.md +0 -0
  4182. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-training-exercises/SKILL.md +0 -0
  4183. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-training-exercises/references/api-reference.md +0 -0
  4184. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-training-exercises/scripts/agent.py +0 -0
  4185. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-alert-triage/SKILL.md +0 -0
  4186. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-alert-triage/references/api-reference.md +0 -0
  4187. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-alert-triage/scripts/agent.py +0 -0
  4188. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-executive-security-reporting/SKILL.md +0 -0
  4189. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-executive-security-reporting/references/api-reference.md +0 -0
  4190. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-executive-security-reporting/scripts/agent.py +0 -0
  4191. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-log-source-health-monitoring/SKILL.md +0 -0
  4192. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-log-source-health-monitoring/references/api-reference.md +0 -0
  4193. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-log-source-health-monitoring/scripts/agent.py +0 -0
  4194. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-log-source-onboarding/SKILL.md +0 -0
  4195. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-log-source-onboarding/references/api-reference.md +0 -0
  4196. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-log-source-onboarding/scripts/agent.py +0 -0
  4197. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-malware-alert-analysis/SKILL.md +0 -0
  4198. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-malware-alert-analysis/references/api-reference.md +0 -0
  4199. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-malware-alert-analysis/scripts/agent.py +0 -0
  4200. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-malware-alert-triage/SKILL.md +0 -0
  4201. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-malware-alert-triage/references/api-reference.md +0 -0
  4202. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-malware-alert-triage/scripts/agent.py +0 -0
  4203. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-security-tool-evaluation/SKILL.md +0 -0
  4204. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-security-tool-evaluation/references/api-reference.md +0 -0
  4205. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-security-tool-evaluation/scripts/agent.py +0 -0
  4206. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-soc-metrics-analysis/SKILL.md +0 -0
  4207. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-soc-metrics-analysis/references/api-reference.md +0 -0
  4208. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-soc-metrics-analysis/scripts/agent.py +0 -0
  4209. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-threat-hunting-operations/SKILL.md +0 -0
  4210. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-threat-hunting-operations/references/api-reference.md +0 -0
  4211. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-threat-hunting-operations/scripts/agent.py +0 -0
  4212. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/SKILL.md +0 -0
  4213. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-business-email-compromise/SKILL.md +0 -0
  4214. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-business-email-compromise/references/api-reference.md +0 -0
  4215. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-business-email-compromise/scripts/agent.py +0 -0
  4216. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-deepfake-threats/SKILL.md +0 -0
  4217. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-deepfake-threats/references/api-reference.md +0 -0
  4218. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-deepfake-threats/scripts/agent.py +0 -0
  4219. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-social-engineering-indicators/SKILL.md +0 -0
  4220. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-social-engineering-indicators/references/api-reference.md +0 -0
  4221. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-social-engineering-indicators/scripts/agent.py +0 -0
  4222. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-social-media-manipulation/SKILL.md +0 -0
  4223. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-social-media-manipulation/references/api-reference.md +0 -0
  4224. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-social-media-manipulation/scripts/agent.py +0 -0
  4225. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-spear-phishing-campaigns/SKILL.md +0 -0
  4226. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-spear-phishing-campaigns/references/api-reference.md +0 -0
  4227. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-spear-phishing-campaigns/scripts/agent.py +0 -0
  4228. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-supply-chain-social-engineering/SKILL.md +0 -0
  4229. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-supply-chain-social-engineering/references/api-reference.md +0 -0
  4230. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-supply-chain-social-engineering/scripts/agent.py +0 -0
  4231. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-voice-cloning-threats/SKILL.md +0 -0
  4232. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-voice-cloning-threats/references/api-reference.md +0 -0
  4233. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-voice-cloning-threats/scripts/agent.py +0 -0
  4234. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/building-awareness-training-programs/SKILL.md +0 -0
  4235. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/building-awareness-training-programs/references/api-reference.md +0 -0
  4236. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/building-awareness-training-programs/scripts/agent.py +0 -0
  4237. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-baiting-attack-simulations/SKILL.md +0 -0
  4238. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-baiting-attack-simulations/references/api-reference.md +0 -0
  4239. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-baiting-attack-simulations/scripts/agent.py +0 -0
  4240. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-insider-recruitment-analysis/SKILL.md +0 -0
  4241. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-insider-recruitment-analysis/references/api-reference.md +0 -0
  4242. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-insider-recruitment-analysis/scripts/agent.py +0 -0
  4243. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-phishing-simulations/SKILL.md +0 -0
  4244. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-phishing-simulations/references/api-reference.md +0 -0
  4245. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-phishing-simulations/scripts/agent.py +0 -0
  4246. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-qr-code-phishing-assessments/SKILL.md +0 -0
  4247. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-qr-code-phishing-assessments/references/api-reference.md +0 -0
  4248. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-qr-code-phishing-assessments/scripts/agent.py +0 -0
  4249. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-red-team-social-engineering/SKILL.md +0 -0
  4250. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-red-team-social-engineering/references/api-reference.md +0 -0
  4251. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-red-team-social-engineering/scripts/agent.py +0 -0
  4252. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-smishing-assessments/SKILL.md +0 -0
  4253. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-smishing-assessments/references/api-reference.md +0 -0
  4254. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-smishing-assessments/scripts/agent.py +0 -0
  4255. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-tailgating-assessments/SKILL.md +0 -0
  4256. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-tailgating-assessments/references/api-reference.md +0 -0
  4257. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-tailgating-assessments/scripts/agent.py +0 -0
  4258. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/executing-vishing-campaigns/SKILL.md +0 -0
  4259. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/executing-vishing-campaigns/references/api-reference.md +0 -0
  4260. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/executing-vishing-campaigns/scripts/agent.py +0 -0
  4261. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/implementing-anti-social-engineering-controls/SKILL.md +0 -0
  4262. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/implementing-anti-social-engineering-controls/references/api-reference.md +0 -0
  4263. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/implementing-anti-social-engineering-controls/scripts/agent.py +0 -0
  4264. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-credential-harvesting-analysis/SKILL.md +0 -0
  4265. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-credential-harvesting-analysis/references/api-reference.md +0 -0
  4266. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-credential-harvesting-analysis/scripts/agent.py +0 -0
  4267. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-impersonation-attack-testing/SKILL.md +0 -0
  4268. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-impersonation-attack-testing/references/api-reference.md +0 -0
  4269. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-impersonation-attack-testing/scripts/agent.py +0 -0
  4270. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-influence-operation-analysis/SKILL.md +0 -0
  4271. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-influence-operation-analysis/references/api-reference.md +0 -0
  4272. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-influence-operation-analysis/scripts/agent.py +0 -0
  4273. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-physical-social-engineering/SKILL.md +0 -0
  4274. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-physical-social-engineering/references/api-reference.md +0 -0
  4275. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-physical-social-engineering/scripts/agent.py +0 -0
  4276. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-pretexting-attacks/SKILL.md +0 -0
  4277. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-pretexting-attacks/references/api-reference.md +0 -0
  4278. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-pretexting-attacks/scripts/agent.py +0 -0
  4279. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-social-engineering-metrics-tracking/SKILL.md +0 -0
  4280. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-social-engineering-metrics-tracking/references/api-reference.md +0 -0
  4281. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-social-engineering-metrics-tracking/scripts/agent.py +0 -0
  4282. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-watering-hole-analysis/SKILL.md +0 -0
  4283. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-watering-hole-analysis/references/api-reference.md +0 -0
  4284. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-watering-hole-analysis/scripts/agent.py +0 -0
  4285. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/SKILL.md +0 -0
  4286. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/references/sbom-formats.md +0 -0
  4287. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/scripts/generate_sbom.sh +0 -0
  4288. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-build-pipeline-integrity/SKILL.md +0 -0
  4289. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-build-pipeline-integrity/references/api-reference.md +0 -0
  4290. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-build-pipeline-integrity/scripts/agent.py +0 -0
  4291. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-ci-cd-pipeline-poisoning/SKILL.md +0 -0
  4292. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-ci-cd-pipeline-poisoning/references/api-reference.md +0 -0
  4293. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-ci-cd-pipeline-poisoning/scripts/agent.py +0 -0
  4294. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-container-base-image-provenance/SKILL.md +0 -0
  4295. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-container-base-image-provenance/references/api-reference.md +0 -0
  4296. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-container-base-image-provenance/scripts/agent.py +0 -0
  4297. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-open-source-license-compliance/SKILL.md +0 -0
  4298. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-open-source-license-compliance/references/api-reference.md +0 -0
  4299. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-open-source-license-compliance/scripts/agent.py +0 -0
  4300. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-software-bill-of-materials/SKILL.md +0 -0
  4301. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-software-bill-of-materials/references/api-reference.md +0 -0
  4302. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-software-bill-of-materials/scripts/agent.py +0 -0
  4303. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/auditing-package-registry-security/SKILL.md +0 -0
  4304. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/auditing-package-registry-security/references/api-reference.md +0 -0
  4305. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/auditing-package-registry-security/scripts/agent.py +0 -0
  4306. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-backdoored-libraries/SKILL.md +0 -0
  4307. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-backdoored-libraries/references/api-reference.md +0 -0
  4308. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-backdoored-libraries/scripts/agent.py +0 -0
  4309. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-compromised-build-tools/SKILL.md +0 -0
  4310. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-compromised-build-tools/references/api-reference.md +0 -0
  4311. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-compromised-build-tools/scripts/agent.py +0 -0
  4312. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-compromised-dependencies/SKILL.md +0 -0
  4313. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-compromised-dependencies/references/api-reference.md +0 -0
  4314. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-compromised-dependencies/scripts/agent.py +0 -0
  4315. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-confusion/SKILL.md +0 -0
  4316. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-confusion/references/api-reference.md +0 -0
  4317. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-confusion/scripts/agent.py +0 -0
  4318. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-hijacking/SKILL.md +0 -0
  4319. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-hijacking/references/api-reference.md +0 -0
  4320. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-hijacking/scripts/agent.py +0 -0
  4321. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-namespace-attacks/SKILL.md +0 -0
  4322. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-namespace-attacks/references/api-reference.md +0 -0
  4323. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-namespace-attacks/scripts/agent.py +0 -0
  4324. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-malicious-code-commits/SKILL.md +0 -0
  4325. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-malicious-code-commits/references/api-reference.md +0 -0
  4326. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-malicious-code-commits/scripts/agent.py +0 -0
  4327. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-typosquatting-packages/SKILL.md +0 -0
  4328. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-typosquatting-packages/references/api-reference.md +0 -0
  4329. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-typosquatting-packages/scripts/agent.py +0 -0
  4330. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-artifact-signing/SKILL.md +0 -0
  4331. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-artifact-signing/references/api-reference.md +0 -0
  4332. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-artifact-signing/scripts/agent.py +0 -0
  4333. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-repository-security-controls/SKILL.md +0 -0
  4334. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-repository-security-controls/references/api-reference.md +0 -0
  4335. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-repository-security-controls/scripts/agent.py +0 -0
  4336. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-secure-package-publishing/SKILL.md +0 -0
  4337. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-secure-package-publishing/references/api-reference.md +0 -0
  4338. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-secure-package-publishing/scripts/agent.py +0 -0
  4339. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-software-composition-governance/SKILL.md +0 -0
  4340. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-software-composition-governance/references/api-reference.md +0 -0
  4341. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-software-composition-governance/scripts/agent.py +0 -0
  4342. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-software-provenance/SKILL.md +0 -0
  4343. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-software-provenance/references/api-reference.md +0 -0
  4344. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-software-provenance/scripts/agent.py +0 -0
  4345. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-supply-chain-incident-response/SKILL.md +0 -0
  4346. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-supply-chain-incident-response/references/api-reference.md +0 -0
  4347. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-supply-chain-incident-response/scripts/agent.py +0 -0
  4348. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-supply-chain-sbom-enrichment/SKILL.md +0 -0
  4349. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-supply-chain-sbom-enrichment/references/api-reference.md +0 -0
  4350. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-supply-chain-sbom-enrichment/scripts/agent.py +0 -0
  4351. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/performing-open-source-risk-scoring/SKILL.md +0 -0
  4352. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/performing-open-source-risk-scoring/references/api-reference.md +0 -0
  4353. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/performing-open-source-risk-scoring/scripts/agent.py +0 -0
  4354. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/performing-third-party-code-audit/SKILL.md +0 -0
  4355. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/performing-third-party-code-audit/references/api-reference.md +0 -0
  4356. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/performing-third-party-code-audit/scripts/agent.py +0 -0
  4357. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/performing-vendor-security-assessment/SKILL.md +0 -0
  4358. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/performing-vendor-security-assessment/references/api-reference.md +0 -0
  4359. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/performing-vendor-security-assessment/scripts/agent.py +0 -0
  4360. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/SKILL.md +0 -0
  4361. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/references/analysis-frameworks.md +0 -0
  4362. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/references/attribution-methodology.md +0 -0
  4363. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/references/intelligence-production.md +0 -0
  4364. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/references/stix-taxii-misp.md +0 -0
  4365. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/references/stix-taxii-operations.md +0 -0
  4366. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/references/threat-actor-profiles.md +0 -0
  4367. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/scripts/extract_iocs.py +0 -0
  4368. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-campaign-attribution/SKILL.md +0 -0
  4369. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-campaign-attribution/references/api-reference.md +0 -0
  4370. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-campaign-attribution/scripts/agent.py +0 -0
  4371. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-dark-web-threat-intelligence/SKILL.md +0 -0
  4372. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-dark-web-threat-intelligence/references/api-reference.md +0 -0
  4373. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-dark-web-threat-intelligence/scripts/agent.py +0 -0
  4374. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-exploit-kit-infrastructure/SKILL.md +0 -0
  4375. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-exploit-kit-infrastructure/references/api-reference.md +0 -0
  4376. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-exploit-kit-infrastructure/scripts/agent.py +0 -0
  4377. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-supply-chain-threat-intelligence/SKILL.md +0 -0
  4378. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-supply-chain-threat-intelligence/references/api-reference.md +0 -0
  4379. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-supply-chain-threat-intelligence/scripts/agent.py +0 -0
  4380. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-threat-actor-ttps/SKILL.md +0 -0
  4381. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-threat-actor-ttps/references/api-reference.md +0 -0
  4382. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-threat-actor-ttps/scripts/agent.py +0 -0
  4383. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-vulnerability-intelligence/SKILL.md +0 -0
  4384. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-vulnerability-intelligence/references/api-reference.md +0 -0
  4385. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-vulnerability-intelligence/scripts/agent.py +0 -0
  4386. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-ioc-enrichment-pipeline/SKILL.md +0 -0
  4387. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-ioc-enrichment-pipeline/references/api-reference.md +0 -0
  4388. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-ioc-enrichment-pipeline/scripts/agent.py +0 -0
  4389. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-threat-feed-aggregation/SKILL.md +0 -0
  4390. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-threat-feed-aggregation/references/api-reference.md +0 -0
  4391. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-threat-feed-aggregation/scripts/agent.py +0 -0
  4392. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-threat-intelligence-platform/SKILL.md +0 -0
  4393. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-threat-intelligence-platform/references/api-reference.md +0 -0
  4394. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-threat-intelligence-platform/scripts/agent.py +0 -0
  4395. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/correlating-threat-campaigns/SKILL.md +0 -0
  4396. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/correlating-threat-campaigns/references/api-reference.md +0 -0
  4397. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/correlating-threat-campaigns/scripts/agent.py +0 -0
  4398. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-stix-taxii-feeds/SKILL.md +0 -0
  4399. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-stix-taxii-feeds/references/api-reference.md +0 -0
  4400. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-stix-taxii-feeds/scripts/agent.py +0 -0
  4401. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-strategic-threat-briefings/SKILL.md +0 -0
  4402. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-strategic-threat-briefings/references/api-reference.md +0 -0
  4403. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-strategic-threat-briefings/scripts/agent.py +0 -0
  4404. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-threat-feed-aggregation/SKILL.md +0 -0
  4405. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-threat-feed-aggregation/references/api-reference.md +0 -0
  4406. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-threat-feed-aggregation/scripts/agent.py +0 -0
  4407. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-threat-intelligence-sharing/SKILL.md +0 -0
  4408. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-threat-intelligence-sharing/references/api-reference.md +0 -0
  4409. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-threat-intelligence-sharing/scripts/agent.py +0 -0
  4410. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/managing-intelligence-lifecycle/SKILL.md +0 -0
  4411. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/managing-intelligence-lifecycle/references/api-reference.md +0 -0
  4412. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/managing-intelligence-lifecycle/scripts/agent.py +0 -0
  4413. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/monitoring-dark-web-sources/SKILL.md +0 -0
  4414. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/monitoring-dark-web-sources/references/api-reference.md +0 -0
  4415. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/monitoring-dark-web-sources/scripts/agent.py +0 -0
  4416. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-campaign-tracking/SKILL.md +0 -0
  4417. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-campaign-tracking/references/api-reference.md +0 -0
  4418. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-campaign-tracking/scripts/agent.py +0 -0
  4419. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-diamond-model-analysis/SKILL.md +0 -0
  4420. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-diamond-model-analysis/references/api-reference.md +0 -0
  4421. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-diamond-model-analysis/scripts/agent.py +0 -0
  4422. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-geopolitical-threat-analysis/SKILL.md +0 -0
  4423. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-geopolitical-threat-analysis/references/api-reference.md +0 -0
  4424. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-geopolitical-threat-analysis/scripts/agent.py +0 -0
  4425. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-malware-hash-enrichment/SKILL.md +0 -0
  4426. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-malware-hash-enrichment/references/api-reference.md +0 -0
  4427. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-malware-hash-enrichment/scripts/agent.py +0 -0
  4428. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-malware-intelligence-analysis/SKILL.md +0 -0
  4429. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-malware-intelligence-analysis/references/api-reference.md +0 -0
  4430. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-malware-intelligence-analysis/scripts/agent.py +0 -0
  4431. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-osint-gathering/SKILL.md +0 -0
  4432. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-osint-gathering/references/api-reference.md +0 -0
  4433. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-osint-gathering/scripts/agent.py +0 -0
  4434. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-threat-landscape-mapping/SKILL.md +0 -0
  4435. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-threat-landscape-mapping/references/api-reference.md +0 -0
  4436. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-threat-landscape-mapping/scripts/agent.py +0 -0
  4437. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/tracking-threat-actor-infrastructure/SKILL.md +0 -0
  4438. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/tracking-threat-actor-infrastructure/references/api-reference.md +0 -0
  4439. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/tracking-threat-actor-infrastructure/scripts/agent.py +0 -0
  4440. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/SKILL.md +0 -0
  4441. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-abuse-case-models/SKILL.md +0 -0
  4442. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-abuse-case-models/references/api-reference.md +0 -0
  4443. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-abuse-case-models/scripts/agent.py +0 -0
  4444. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-attack-trees/SKILL.md +0 -0
  4445. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-attack-trees/references/api-reference.md +0 -0
  4446. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-attack-trees/scripts/agent.py +0 -0
  4447. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-kill-chain-analysis/SKILL.md +0 -0
  4448. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-kill-chain-analysis/references/api-reference.md +0 -0
  4449. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-kill-chain-analysis/scripts/agent.py +0 -0
  4450. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-risk-quantification-models/SKILL.md +0 -0
  4451. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-risk-quantification-models/references/api-reference.md +0 -0
  4452. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-risk-quantification-models/scripts/agent.py +0 -0
  4453. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-threat-model-documentation/SKILL.md +0 -0
  4454. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-threat-model-documentation/references/api-reference.md +0 -0
  4455. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-threat-model-documentation/scripts/agent.py +0 -0
  4456. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-threat-scenario-libraries/SKILL.md +0 -0
  4457. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-threat-scenario-libraries/references/api-reference.md +0 -0
  4458. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-threat-scenario-libraries/scripts/agent.py +0 -0
  4459. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-continuous-threat-modeling/SKILL.md +0 -0
  4460. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-continuous-threat-modeling/references/api-reference.md +0 -0
  4461. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-continuous-threat-modeling/scripts/agent.py +0 -0
  4462. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-library-management/SKILL.md +0 -0
  4463. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-library-management/references/api-reference.md +0 -0
  4464. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-library-management/scripts/agent.py +0 -0
  4465. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-model-review-process/SKILL.md +0 -0
  4466. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-model-review-process/references/api-reference.md +0 -0
  4467. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-model-review-process/scripts/agent.py +0 -0
  4468. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-automation/SKILL.md +0 -0
  4469. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-automation/references/api-reference.md +0 -0
  4470. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-automation/scripts/agent.py +0 -0
  4471. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-tools-comparison/SKILL.md +0 -0
  4472. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-tools-comparison/references/api-reference.md +0 -0
  4473. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-tools-comparison/scripts/agent.py +0 -0
  4474. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-training/SKILL.md +0 -0
  4475. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-training/references/api-reference.md +0 -0
  4476. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-training/scripts/agent.py +0 -0
  4477. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-api-threat-modeling/SKILL.md +0 -0
  4478. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-api-threat-modeling/references/api-reference.md +0 -0
  4479. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-api-threat-modeling/scripts/agent.py +0 -0
  4480. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-attack-surface-threat-modeling/SKILL.md +0 -0
  4481. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-attack-surface-threat-modeling/references/api-reference.md +0 -0
  4482. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-attack-surface-threat-modeling/scripts/agent.py +0 -0
  4483. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-cloud-threat-modeling/SKILL.md +0 -0
  4484. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-cloud-threat-modeling/references/api-reference.md +0 -0
  4485. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-cloud-threat-modeling/scripts/agent.py +0 -0
  4486. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-data-flow-diagram-analysis/SKILL.md +0 -0
  4487. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-data-flow-diagram-analysis/references/api-reference.md +0 -0
  4488. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-data-flow-diagram-analysis/scripts/agent.py +0 -0
  4489. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-iot-threat-modeling/SKILL.md +0 -0
  4490. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-iot-threat-modeling/references/api-reference.md +0 -0
  4491. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-iot-threat-modeling/scripts/agent.py +0 -0
  4492. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-linddun-privacy-threat-modeling/SKILL.md +0 -0
  4493. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-linddun-privacy-threat-modeling/references/api-reference.md +0 -0
  4494. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-linddun-privacy-threat-modeling/scripts/agent.py +0 -0
  4495. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-microservices-threat-modeling/SKILL.md +0 -0
  4496. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-microservices-threat-modeling/references/api-reference.md +0 -0
  4497. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-microservices-threat-modeling/scripts/agent.py +0 -0
  4498. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-mitre-attack-threat-modeling/SKILL.md +0 -0
  4499. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-mitre-attack-threat-modeling/references/api-reference.md +0 -0
  4500. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-mitre-attack-threat-modeling/scripts/agent.py +0 -0
  4501. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-octave-risk-assessment/SKILL.md +0 -0
  4502. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-octave-risk-assessment/references/api-reference.md +0 -0
  4503. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-octave-risk-assessment/scripts/agent.py +0 -0
  4504. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-pasta-methodology/SKILL.md +0 -0
  4505. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-pasta-methodology/references/api-reference.md +0 -0
  4506. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-pasta-methodology/scripts/agent.py +0 -0
  4507. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-stride-analysis/SKILL.md +0 -0
  4508. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-stride-analysis/references/api-reference.md +0 -0
  4509. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-stride-analysis/scripts/agent.py +0 -0
  4510. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-supply-chain-threat-modeling/SKILL.md +0 -0
  4511. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-supply-chain-threat-modeling/references/api-reference.md +0 -0
  4512. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-supply-chain-threat-modeling/scripts/agent.py +0 -0
  4513. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/SKILL.md +0 -0
  4514. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/references/prioritization.md +0 -0
  4515. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/scripts/epss_lookup.py +0 -0
  4516. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/analyzing-cve-exploit-chains/SKILL.md +0 -0
  4517. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/analyzing-cve-exploit-chains/references/api-reference.md +0 -0
  4518. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/analyzing-cve-exploit-chains/scripts/agent.py +0 -0
  4519. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/analyzing-vulnerability-trends/SKILL.md +0 -0
  4520. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/analyzing-vulnerability-trends/references/api-reference.md +0 -0
  4521. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/analyzing-vulnerability-trends/scripts/agent.py +0 -0
  4522. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/correlating-vulnerabilities-with-threat-intel/SKILL.md +0 -0
  4523. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/correlating-vulnerabilities-with-threat-intel/references/api-reference.md +0 -0
  4524. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/correlating-vulnerabilities-with-threat-intel/scripts/agent.py +0 -0
  4525. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/detecting-zero-day-vulnerability-indicators/SKILL.md +0 -0
  4526. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/detecting-zero-day-vulnerability-indicators/references/api-reference.md +0 -0
  4527. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/detecting-zero-day-vulnerability-indicators/scripts/agent.py +0 -0
  4528. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-attack-surface-management/SKILL.md +0 -0
  4529. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-attack-surface-management/references/api-reference.md +0 -0
  4530. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-attack-surface-management/scripts/agent.py +0 -0
  4531. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-bug-bounty-triage/SKILL.md +0 -0
  4532. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-bug-bounty-triage/references/api-reference.md +0 -0
  4533. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-bug-bounty-triage/scripts/agent.py +0 -0
  4534. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-patch-management-automation/SKILL.md +0 -0
  4535. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-patch-management-automation/references/api-reference.md +0 -0
  4536. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-patch-management-automation/scripts/agent.py +0 -0
  4537. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-patch-management-workflow/SKILL.md +0 -0
  4538. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-patch-management-workflow/references/api-reference.md +0 -0
  4539. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-patch-management-workflow/scripts/agent.py +0 -0
  4540. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-disclosure-program/SKILL.md +0 -0
  4541. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-disclosure-program/references/api-reference.md +0 -0
  4542. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-disclosure-program/scripts/agent.py +0 -0
  4543. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-exception-management/SKILL.md +0 -0
  4544. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-exception-management/references/api-reference.md +0 -0
  4545. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-exception-management/scripts/agent.py +0 -0
  4546. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-exception-process/SKILL.md +0 -0
  4547. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-exception-process/references/api-reference.md +0 -0
  4548. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-exception-process/scripts/agent.py +0 -0
  4549. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-metrics-reporting/SKILL.md +0 -0
  4550. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-metrics-reporting/references/api-reference.md +0 -0
  4551. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-metrics-reporting/scripts/agent.py +0 -0
  4552. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-prioritization/SKILL.md +0 -0
  4553. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-prioritization/references/api-reference.md +0 -0
  4554. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-prioritization/scripts/agent.py +0 -0
  4555. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-sla-tracking/SKILL.md +0 -0
  4556. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-sla-tracking/references/api-reference.md +0 -0
  4557. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-sla-tracking/scripts/agent.py +0 -0
  4558. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/managing-vulnerability-remediation-slas/SKILL.md +0 -0
  4559. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/managing-vulnerability-remediation-slas/references/api-reference.md +0 -0
  4560. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/managing-vulnerability-remediation-slas/scripts/agent.py +0 -0
  4561. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-api-vulnerability-assessment/SKILL.md +0 -0
  4562. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-api-vulnerability-assessment/references/api-reference.md +0 -0
  4563. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-api-vulnerability-assessment/scripts/agent.py +0 -0
  4564. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-attack-surface-discovery/SKILL.md +0 -0
  4565. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-attack-surface-discovery/references/api-reference.md +0 -0
  4566. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-attack-surface-discovery/scripts/agent.py +0 -0
  4567. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-cloud-vulnerability-scanning/SKILL.md +0 -0
  4568. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-cloud-vulnerability-scanning/references/api-reference.md +0 -0
  4569. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-cloud-vulnerability-scanning/scripts/agent.py +0 -0
  4570. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-configuration-compliance-scanning/SKILL.md +0 -0
  4571. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-configuration-compliance-scanning/references/api-reference.md +0 -0
  4572. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-configuration-compliance-scanning/scripts/agent.py +0 -0
  4573. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-iot-vulnerability-assessment/SKILL.md +0 -0
  4574. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-iot-vulnerability-assessment/references/api-reference.md +0 -0
  4575. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-iot-vulnerability-assessment/scripts/agent.py +0 -0
  4576. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-red-team-validation-of-findings/SKILL.md +0 -0
  4577. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-red-team-validation-of-findings/references/api-reference.md +0 -0
  4578. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-red-team-validation-of-findings/scripts/agent.py +0 -0
  4579. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-red-team-vulnerability-validation/references/api-reference.md +0 -0
  4580. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-vulnerability-scanning-with-nessus/SKILL.md +0 -0
  4581. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-vulnerability-scanning-with-nessus/references/api-reference.md +0 -0
  4582. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-vulnerability-scanning-with-nessus/scripts/agent.py +0 -0
  4583. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-web-application-scanning/SKILL.md +0 -0
  4584. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-web-application-scanning/references/api-reference.md +0 -0
  4585. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-web-application-scanning/scripts/agent.py +0 -0
  4586. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/SKILL.md +0 -0
  4587. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/references/attack-techniques.md +0 -0
  4588. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/scripts/wifi_audit.sh +0 -0
  4589. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/analyzing-802.11-frame-captures/SKILL.md +0 -0
  4590. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/analyzing-802.11-frame-captures/references/api-reference.md +0 -0
  4591. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/analyzing-802.11-frame-captures/scripts/agent.py +0 -0
  4592. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/auditing-enterprise-wireless-security/SKILL.md +0 -0
  4593. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/auditing-enterprise-wireless-security/references/api-reference.md +0 -0
  4594. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/auditing-enterprise-wireless-security/scripts/agent.py +0 -0
  4595. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/auditing-wireless-encryption-config/SKILL.md +0 -0
  4596. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/auditing-wireless-encryption-config/references/api-reference.md +0 -0
  4597. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/auditing-wireless-encryption-config/scripts/agent.py +0 -0
  4598. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/cracking-wpa-handshakes/SKILL.md +0 -0
  4599. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/cracking-wpa-handshakes/references/api-reference.md +0 -0
  4600. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/cracking-wpa-handshakes/scripts/agent.py +0 -0
  4601. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-evil-twin-attacks/SKILL.md +0 -0
  4602. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-evil-twin-attacks/references/api-reference.md +0 -0
  4603. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-evil-twin-attacks/scripts/agent.py +0 -0
  4604. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-rogue-access-points/SKILL.md +0 -0
  4605. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-rogue-access-points/references/api-reference.md +0 -0
  4606. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-rogue-access-points/scripts/agent.py +0 -0
  4607. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wifi-pineapple-attacks/SKILL.md +0 -0
  4608. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wifi-pineapple-attacks/references/api-reference.md +0 -0
  4609. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wifi-pineapple-attacks/scripts/agent.py +0 -0
  4610. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-client-attacks/SKILL.md +0 -0
  4611. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-client-attacks/references/api-reference.md +0 -0
  4612. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-client-attacks/scripts/agent.py +0 -0
  4613. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-denial-of-service/SKILL.md +0 -0
  4614. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-denial-of-service/references/api-reference.md +0 -0
  4615. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-denial-of-service/scripts/agent.py +0 -0
  4616. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-eavesdropping/SKILL.md +0 -0
  4617. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-eavesdropping/references/api-reference.md +0 -0
  4618. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-eavesdropping/scripts/agent.py +0 -0
  4619. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-jamming-attacks/SKILL.md +0 -0
  4620. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-jamming-attacks/references/api-reference.md +0 -0
  4621. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-jamming-attacks/scripts/agent.py +0 -0
  4622. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-access-point-hardening/SKILL.md +0 -0
  4623. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-access-point-hardening/references/api-reference.md +0 -0
  4624. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-access-point-hardening/scripts/agent.py +0 -0
  4625. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-guest-network-security/SKILL.md +0 -0
  4626. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-guest-network-security/references/api-reference.md +0 -0
  4627. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-guest-network-security/scripts/agent.py +0 -0
  4628. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-ids/SKILL.md +0 -0
  4629. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-ids/references/api-reference.md +0 -0
  4630. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-ids/scripts/agent.py +0 -0
  4631. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-network-monitoring/SKILL.md +0 -0
  4632. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-network-monitoring/references/api-reference.md +0 -0
  4633. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-network-monitoring/scripts/agent.py +0 -0
  4634. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-security-policy/SKILL.md +0 -0
  4635. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-security-policy/references/api-reference.md +0 -0
  4636. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-security-policy/scripts/agent.py +0 -0
  4637. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-bluetooth-security-assessment/SKILL.md +0 -0
  4638. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-bluetooth-security-assessment/references/api-reference.md +0 -0
  4639. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-bluetooth-security-assessment/scripts/agent.py +0 -0
  4640. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-lora-wan-security-assessment/SKILL.md +0 -0
  4641. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-lora-wan-security-assessment/references/api-reference.md +0 -0
  4642. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-lora-wan-security-assessment/scripts/agent.py +0 -0
  4643. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-rfid-security-assessment/SKILL.md +0 -0
  4644. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-rfid-security-assessment/references/api-reference.md +0 -0
  4645. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-rfid-security-assessment/scripts/agent.py +0 -0
  4646. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-satellite-communication-security/SKILL.md +0 -0
  4647. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-satellite-communication-security/references/api-reference.md +0 -0
  4648. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-satellite-communication-security/scripts/agent.py +0 -0
  4649. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wifi-deauthentication-detection/SKILL.md +0 -0
  4650. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wifi-deauthentication-detection/references/api-reference.md +0 -0
  4651. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wifi-deauthentication-detection/scripts/agent.py +0 -0
  4652. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wifi-penetration-testing/SKILL.md +0 -0
  4653. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wifi-penetration-testing/references/api-reference.md +0 -0
  4654. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wifi-penetration-testing/scripts/agent.py +0 -0
  4655. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wpa3-security-assessment/SKILL.md +0 -0
  4656. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wpa3-security-assessment/references/api-reference.md +0 -0
  4657. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wpa3-security-assessment/scripts/agent.py +0 -0
  4658. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-zigbee-security-assessment/SKILL.md +0 -0
  4659. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-zigbee-security-assessment/references/api-reference.md +0 -0
  4660. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-zigbee-security-assessment/scripts/agent.py +0 -0
  4661. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/SKILL.md +0 -0
  4662. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-conditional-access-policies/SKILL.md +0 -0
  4663. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-conditional-access-policies/references/api-reference.md +0 -0
  4664. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-conditional-access-policies/scripts/agent.py +0 -0
  4665. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-identity-aware-proxy/SKILL.md +0 -0
  4666. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-identity-aware-proxy/references/api-reference.md +0 -0
  4667. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-identity-aware-proxy/scripts/agent.py +0 -0
  4668. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-zero-trust-cloud-access/SKILL.md +0 -0
  4669. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-zero-trust-cloud-access/references/api-reference.md +0 -0
  4670. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-zero-trust-cloud-access/scripts/agent.py +0 -0
  4671. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-zero-trust-dns-security/SKILL.md +0 -0
  4672. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-zero-trust-dns-security/references/api-reference.md +0 -0
  4673. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-zero-trust-dns-security/scripts/agent.py +0 -0
  4674. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-software-defined-perimeter/SKILL.md +0 -0
  4675. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-software-defined-perimeter/references/api-reference.md +0 -0
  4676. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-software-defined-perimeter/scripts/agent.py +0 -0
  4677. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-for-iot-devices/SKILL.md +0 -0
  4678. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-for-iot-devices/references/api-reference.md +0 -0
  4679. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-for-iot-devices/scripts/agent.py +0 -0
  4680. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-for-remote-workers/SKILL.md +0 -0
  4681. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-for-remote-workers/references/api-reference.md +0 -0
  4682. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-for-remote-workers/scripts/agent.py +0 -0
  4683. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-network-access/SKILL.md +0 -0
  4684. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-network-access/references/api-reference.md +0 -0
  4685. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-network-access/scripts/agent.py +0 -0
  4686. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-service-mesh/SKILL.md +0 -0
  4687. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-service-mesh/references/api-reference.md +0 -0
  4688. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-service-mesh/scripts/agent.py +0 -0
  4689. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-continuous-verification/SKILL.md +0 -0
  4690. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-continuous-verification/references/api-reference.md +0 -0
  4691. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-continuous-verification/scripts/agent.py +0 -0
  4692. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-device-trust-evaluation/SKILL.md +0 -0
  4693. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-device-trust-evaluation/references/api-reference.md +0 -0
  4694. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-device-trust-evaluation/scripts/agent.py +0 -0
  4695. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-just-in-time-access/SKILL.md +0 -0
  4696. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-just-in-time-access/references/api-reference.md +0 -0
  4697. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-just-in-time-access/scripts/agent.py +0 -0
  4698. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-least-privilege-access/SKILL.md +0 -0
  4699. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-least-privilege-access/references/api-reference.md +0 -0
  4700. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-least-privilege-access/scripts/agent.py +0 -0
  4701. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-microsegmentation/SKILL.md +0 -0
  4702. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-microsegmentation/references/api-reference.md +0 -0
  4703. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-microsegmentation/scripts/agent.py +0 -0
  4704. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-workload-identity/SKILL.md +0 -0
  4705. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-workload-identity/references/api-reference.md +0 -0
  4706. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-workload-identity/scripts/agent.py +0 -0
  4707. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-api-security/SKILL.md +0 -0
  4708. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-api-security/references/api-reference.md +0 -0
  4709. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-api-security/scripts/agent.py +0 -0
  4710. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-data-classification/SKILL.md +0 -0
  4711. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-data-classification/references/api-reference.md +0 -0
  4712. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-data-classification/scripts/agent.py +0 -0
  4713. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-email-security/SKILL.md +0 -0
  4714. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-email-security/references/api-reference.md +0 -0
  4715. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-email-security/scripts/agent.py +0 -0
  4716. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-endpoint-compliance/SKILL.md +0 -0
  4717. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-endpoint-compliance/references/api-reference.md +0 -0
  4718. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-endpoint-compliance/scripts/agent.py +0 -0
  4719. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-logging-monitoring/SKILL.md +0 -0
  4720. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-logging-monitoring/references/api-reference.md +0 -0
  4721. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-logging-monitoring/scripts/agent.py +0 -0
  4722. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-privileged-access/SKILL.md +0 -0
  4723. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-privileged-access/references/api-reference.md +0 -0
  4724. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-privileged-access/scripts/agent.py +0 -0
  4725. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/monitoring-zero-trust-compliance/SKILL.md +0 -0
  4726. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/monitoring-zero-trust-compliance/references/api-reference.md +0 -0
  4727. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/monitoring-zero-trust-compliance/scripts/agent.py +0 -0
  4728. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/performing-zero-trust-gap-assessment/SKILL.md +0 -0
  4729. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/performing-zero-trust-gap-assessment/references/api-reference.md +0 -0
  4730. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/performing-zero-trust-gap-assessment/scripts/agent.py +0 -0
  4731. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/performing-zero-trust-maturity-assessment/SKILL.md +0 -0
  4732. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/performing-zero-trust-maturity-assessment/references/api-reference.md +0 -0
  4733. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/performing-zero-trust-maturity-assessment/scripts/agent.py +0 -0
  4734. {cipher_security-4.4.0 → cipher_security-4.4.1}/skills-index.json +0 -0
  4735. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/__init__.py +0 -0
  4736. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/bot/__init__.py +0 -0
  4737. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/bot/bot.py +0 -0
  4738. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/bot/format.py +0 -0
  4739. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/bot/session.py +0 -0
  4740. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/cli/__init__.py +0 -0
  4741. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/cli/main.py +0 -0
  4742. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/__init__.py +0 -0
  4743. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/app.py +0 -0
  4744. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/cli.py +0 -0
  4745. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/client.py +0 -0
  4746. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/complexity.py +0 -0
  4747. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/config.py +0 -0
  4748. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/dashboard.py +0 -0
  4749. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/gateway.py +0 -0
  4750. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/migrations.py +0 -0
  4751. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/mode.py +0 -0
  4752. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/plugins.py +0 -0
  4753. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/prompt.py +0 -0
  4754. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/retriever.py +0 -0
  4755. {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/theme.py +0 -0
  4756. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/__init__.py +0 -0
  4757. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/conftest.py +0 -0
  4758. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/regression/queries.json +0 -0
  4759. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/regression/score_baseline.json +0 -0
  4760. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_adversarial.py +0 -0
  4761. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_agents_hooks_commands.py +0 -0
  4762. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_app.py +0 -0
  4763. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_audit_v3.py +0 -0
  4764. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_backlog_items.py +0 -0
  4765. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_bot.py +0 -0
  4766. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_cli.py +0 -0
  4767. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_cli_commands.py +0 -0
  4768. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_cli_smart.py +0 -0
  4769. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_client.py +0 -0
  4770. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_complexity.py +0 -0
  4771. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_comprehensive_coverage.py +0 -0
  4772. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_config.py +0 -0
  4773. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_config_edge_cases.py +0 -0
  4774. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_coverage_gaps.py +0 -0
  4775. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_dashboard.py +0 -0
  4776. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_e2e_pipeline.py +0 -0
  4777. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_evals_runner.py +0 -0
  4778. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_final_coverage_sweep.py +0 -0
  4779. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_final_gaps.py +0 -0
  4780. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_format.py +0 -0
  4781. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_gateway.py +0 -0
  4782. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_guardrails.py +0 -0
  4783. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_install_scripts.py +0 -0
  4784. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_integration.py +0 -0
  4785. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_integration_v2.py +0 -0
  4786. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_knowledge_format.py +0 -0
  4787. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_memory.py +0 -0
  4788. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_migrations.py +0 -0
  4789. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_mode.py +0 -0
  4790. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_mode_routing.py +0 -0
  4791. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_performance.py +0 -0
  4792. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_phase2_memory.py +0 -0
  4793. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_phase4_autonomous.py +0 -0
  4794. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_phase5_platform.py +0 -0
  4795. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_plugins.py +0 -0
  4796. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_prompt.py +0 -0
  4797. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_qa_audit.py +0 -0
  4798. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_rag_quality.py +0 -0
  4799. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_regression.py +0 -0
  4800. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_retriever.py +0 -0
  4801. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_security.py +0 -0
  4802. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_security_scan.py +0 -0
  4803. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_session.py +0 -0
  4804. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_setup_signal.py +0 -0
  4805. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_signal_integration.py +0 -0
  4806. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_skill_content.py +0 -0
  4807. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_streaming.py +0 -0
  4808. {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_unblocked_gaps.py +0 -0
  4809. {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/.gitignore +0 -0
  4810. {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/.vscodeignore +0 -0
  4811. {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/LICENSE +0 -0
  4812. {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/README.md +0 -0
  4813. {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/media/cipher-icon.png +0 -0
  4814. {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/media/cipher-icon.svg +0 -0
  4815. {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/package-lock.json +0 -0
  4816. {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/package.json +0 -0
  4817. {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/src/extension.ts +0 -0
  4818. {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/src/gateway.ts +0 -0
  4819. {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/src/sidebar.ts +0 -0
  4820. {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/tsconfig.json +0 -0
@@ -6,7 +6,7 @@ FROM python:3.13-slim AS base
6
6
 
7
7
  LABEL maintainer="defconxt"
8
8
  LABEL description="CIPHER Security Platform"
9
- LABEL version="4.3.0"
9
+ LABEL version="4.4.0"
10
10
 
11
11
  WORKDIR /app
12
12
 
@@ -15,15 +15,27 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
15
15
  git curl && \
16
16
  rm -rf /var/lib/apt/lists/*
17
17
 
18
- # Install Python deps
19
- COPY pyproject.toml ./
20
- RUN pip install --no-cache-dir pytest pyyaml ruff 2>/dev/null || true
18
+ # Copy and install package
19
+ COPY pyproject.toml README.md LICENSE ./
20
+ COPY src/ src/
21
+ COPY api/ api/
22
+ COPY autonomous/ autonomous/
23
+ COPY cipher/ cipher/
24
+ COPY docs/ docs/
25
+ COPY evals/ evals/
26
+ COPY mcp/ mcp/
27
+ COPY memory/ memory/
28
+ COPY pipeline/ pipeline/
29
+ COPY skills/ skills/
30
+ COPY knowledge/ knowledge/
31
+ COPY CLAUDE.md Modelfile ./
21
32
 
22
- # Copy application
23
- COPY . .
33
+ RUN pip install --no-cache-dir . && \
34
+ pip install --no-cache-dir signalbot 2>/dev/null || true
24
35
 
25
36
  # Verify installation
26
- RUN python -c "from memory.core import CipherMemory; print('Memory OK')" && \
37
+ RUN cipher version && \
38
+ python -c "from memory.core import CipherMemory; print('Memory OK')" && \
27
39
  python -c "from pipeline.scanner import NucleiRunner; print('Pipeline OK')" && \
28
40
  python -c "from api.server import CipherAPIServer; print('API OK')" && \
29
41
  python -c "from autonomous.scheduler import CipherScheduler; print('Autonomous OK')"
@@ -40,18 +52,20 @@ HEALTHCHECK --interval=30s --timeout=5s --retries=3 \
40
52
  CMD curl -f http://localhost:8443/v1/health || exit 1
41
53
 
42
54
  # Default: run API server
43
- CMD ["python", "-m", "api.run"]
55
+ CMD ["cipher", "api"]
44
56
 
45
57
  # Alternative entry points:
46
- # CLI: docker run cipher stats
47
- # MCP: docker run -i cipher python -m mcp.stdio
48
- # Tests: docker run cipher python -m pytest tests/ -q
58
+ # CLI: docker run cipher cipher doctor
59
+ # Scan: docker run cipher cipher scan https://example.com
60
+ # MCP: docker run -i cipher cipher mcp
61
+ # Bot: docker run cipher cipher bot
49
62
 
50
63
  # ----------------------------------------------------------------
51
64
  # Multi-stage: test runner
52
65
  # ----------------------------------------------------------------
53
66
  FROM base AS test
54
- RUN pip install --no-cache-dir signalbot 2>/dev/null || true
67
+ RUN pip install --no-cache-dir pytest ruff 2>/dev/null || true
68
+ COPY tests/ tests/
55
69
  RUN python -m pytest tests/ -q --tb=line \
56
70
  -m "not integration and not chromadb and not slow" \
57
71
  -x || echo "Tests completed"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cipher-security
3
- Version: 4.4.0
3
+ Version: 4.4.1
4
4
  Summary: CIPHER — AI Security Engineering Platform (1,501 skills, 39 compliance frameworks, MCP server)
5
5
  Project-URL: Homepage, https://github.com/defconxt/CIPHER
6
6
  Project-URL: Documentation, https://blacktemple.net/cipher
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "cipher-security"
7
- version = "4.4.0"
7
+ version = "4.4.1"
8
8
  description = "CIPHER — AI Security Engineering Platform (1,501 skills, 39 compliance frameworks, MCP server)"
9
9
  readme = "README.md"
10
10
  license = "AGPL-3.0-only"