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.
- {cipher_security-4.4.0 → cipher_security-4.4.1}/Dockerfile +26 -12
- {cipher_security-4.4.0 → cipher_security-4.4.1}/PKG-INFO +1 -1
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pyproject.toml +1 -1
- cipher_security-4.4.1/src/gateway/commands.py +640 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_mcp_server.py +13 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_pipeline.py +2 -2
- cipher_security-4.4.0/src/gateway/commands.py +0 -444
- {cipher_security-4.4.0 → cipher_security-4.4.1}/.claude-plugin/marketplace.json +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/.claude-plugin/plugin.json +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/.dockerignore +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/.env.example +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/.github/ISSUE_TEMPLATE/knowledge_request.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/.github/workflows/cipher-ci.yml +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/.github/workflows/release.yml +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/.gitignore +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/.hooks/post-commit +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/CAPABILITY-GAP-MATRIX.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/CHANGELOG.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/CLAUDE.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/COMPETITIVE-ANALYSIS.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/CONTRIBUTING.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/Dockerfile.bot +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/LICENSE +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/Modelfile +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/README.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/RELEASE-STATE.json +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/RELEASE.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/SECURITY.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/STRATEGIC-ROADMAP.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/WORKFLOW-CHAINS.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-architect.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-blue.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-incident.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-privacy.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-purple.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-recon.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-red.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/agents/cipher-researcher.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/api/__init__.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/api/billing.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/api/compliance.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/api/marketplace.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/api/openai_proxy.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/api/run.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/api/server.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/autonomous/__init__.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/autonomous/feedback_loop.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/autonomous/leaderboard.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/autonomous/parallel.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/autonomous/researcher.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/autonomous/scheduler.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/cipher/__init__.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/cipher/__main__.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/aisec.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/audit.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/brief.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/cc.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/claudeapi.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/cloud.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/crypto.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/cve.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/devsecops.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/engage.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/export.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/forensics.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/hardening.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/hunt.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/ics.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/insider.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/ir.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/malware.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/mobile.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/ollama.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/phishing.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/privacy.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/purple.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/recon.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/redteam.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/report.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/resume.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/setup-hooks.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/sigma.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/smart.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/threatintel.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/threatmodel.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/update.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/commands/web.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/completions/cipher.bash +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/completions/cipher.fish +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/completions/cipher.zsh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/config.yaml.example +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/docker-compose.yml +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/__init__.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/evolution.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/generator.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/kb_scaffold.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/mcp.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/memory.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/mode-routing.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/pipeline.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/docs/skills.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/README.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/__init__.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/behavioral_tests.json +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/generated_queries.json +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/results/.gitignore +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/run_behavioral.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/runner.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/scale_eval.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/scale_eval_results.json +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/test_cases/blue-team.yaml +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/evals/test_cases/red-team.yaml +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/hooks/cipher-context-monitor.js +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/hooks/cipher-statusline.js +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/index.json +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/00-MASTER-INDEX.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/active-directory-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/ai-defense-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/api-exploitation-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/attack-chains-synthesis.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/aws-security-ultimate.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/azure-security-ultimate.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/binary-exploitation-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/blockchain-web3-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/breach-case-studies-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/bugbounty-methodology-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/c2-postexploit-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/cloud-attacks-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/cloud-infra-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/compliance-frameworks-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/container-k8s-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/crypto-pki-tls-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/ctf-methodology-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/curated-resources-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/data-protection-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/defensive-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/defensive-synthesis.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/dev-security-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/devsecops-sdlc-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/dfir-hunting-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/dns-email-infra-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/edr-av-internals-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/email-forensics-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/email-phishing-se-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/emerging-threats-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/encoding-manipulation-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/evasion-detection-catalog.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/evasion-techniques-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/exfil-tunneling-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/forensics-artifacts-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/gcp-security-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/grc-risk-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/hardening-guides-ultimate.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/ics-scada-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/identity-auth-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/incident-playbooks-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/index.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/insider-threat-dlp-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/kubernetes-attacks-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/linux-exploitation-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/logging-monitoring-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/malware-analysis-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/malware-re-evasion-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/mitre-attack-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/mobile-security-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/network-attacks-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/network-forensics-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/network-protocol-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/network-segmentation-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/offensive-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/osint-tradecraft-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/password-credential-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/pentest-cheatsheet-ultimate.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/pentest-reporting-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/pentestgpt-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/powershell-security-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/privacy-crypto-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/privacy-engineering-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/privacy-osint-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/privacy-regulations-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/purple-team-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/purple-team-exercises-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/recon-osint-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/redteam-infra-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/secops-runbooks-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/secure-coding-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/secure-infrastructure-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/security-architecture-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/security-automation-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/security-certifications-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/security-leadership-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/security-mastery-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/security-metrics-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/security-scenarios.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/shells-arsenal-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/siem-soc-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/sigma-detection-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/social-engineering-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/startup-security-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/stylesheets/cipher-cards.css +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/stylesheets/cipher-glow.css +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/stylesheets/cipher-theme.css +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/supplementary-security-knowledge.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/supply-chain-security-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/threat-hunting-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/threat-intel-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/threat-modeling-arch-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/timeline-analysis-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/vuln-research-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/websec-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/windows-ad-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/windows-eventlog-mastery.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/windows-internals-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/knowledge/wireless-physical-iot-deep.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/mappings/FRAMEWORK-ALIGNMENT.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/mappings/attack-navigator-layer.json +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/mappings/mitre-attack/coverage-summary.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/mappings/nist-csf/csf-alignment.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/mappings/owasp/owasp-alignment.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/mcp/__init__.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/mcp/server.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/mcp/stdio.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/__init__.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/core/__init__.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/core/compressor.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/core/engine.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/core/evolution.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/core/orchestrator.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/core/retriever.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/core/synthesizer.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/memory/schemas/memory-entry.schema.json +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/mkdocs.yml +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/PIPELINE.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/__init__.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/async_scanner.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/binary_analysis.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/dom_xss_scanner.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/gates/gate-definitions.json +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/github_actions.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/osint.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/sarif.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/scanner.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/template_manager.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/templates/engagement-report.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/templates/ir-runbook.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/templates/rules-of-engagement.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/templates/threat-model.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/pipeline/xss_scanner.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/scripts/docs-build.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/scripts/docs-serve.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/scripts/install.ps1 +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/scripts/install.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/scripts/setup-ollama.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/analyzing-group-policy-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/analyzing-group-policy-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/auditing-group-policy-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/auditing-group-policy-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-ad-persistence-mechanisms/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-ad-persistence-mechanisms/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-dcsync-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-dcsync-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-dcsync-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-golden-ticket-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-golden-ticket-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-skeleton-key-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/detecting-skeleton-key-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-ad-certificate-services/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-ad-certificate-services/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-delegation-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-delegation-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-delegation-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-kerberoasting-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-kerberoasting-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-kerberoasting-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-ntlm-relay-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/exploiting-ntlm-relay-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/hardening-active-directory-infrastructure/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/hardening-active-directory-infrastructure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/implementing-ad-certificate-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/implementing-ad-certificate-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/implementing-ad-forest-trust-security/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/implementing-ad-tiered-administration/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/implementing-ad-tiered-administration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ad-delegation-auditing/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ad-delegation-auditing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ad-honeypot-deployment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ad-honeypot-deployment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ad-password-audit/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ad-password-audit/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-as-rep-roasting/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-as-rep-roasting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-bloodhound-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-bloodhound-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-bloodhound-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-bloodhound-attack-path-analysis/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-dcsync-attack/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-dcsync-attack/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-dcsync-attack/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-golden-ticket-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-golden-ticket-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-kerberoasting-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-kerberoasting-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-kerberoasting-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ntlm-relay-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/active-directory-security/techniques/performing-ntlm-relay-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-adversary-profiles/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-adversary-profiles/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-adversary-profiles/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-browser-exploitation-simulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-browser-exploitation-simulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-browser-exploitation-simulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-credential-harvesting-infrastructure/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-credential-harvesting-infrastructure/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-credential-harvesting-infrastructure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-custom-c2-frameworks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-custom-c2-frameworks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-custom-c2-frameworks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-persistence-mechanism-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-persistence-mechanism-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-persistence-mechanism-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-phishing-simulation-infrastructure/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-phishing-simulation-infrastructure/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-phishing-simulation-infrastructure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-social-media-attack-simulation/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-social-media-attack-simulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-watering-hole-simulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-watering-hole-simulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/building-watering-hole-simulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-adversary-tradecraft-documentation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-adversary-tradecraft-documentation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-adversary-tradecraft-documentation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-attack-infrastructure/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-attack-infrastructure/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-attack-infrastructure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-caldera-operations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-caldera-operations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-caldera-operations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-defense-evasion-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-defense-evasion-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-defense-evasion-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-insider-threat-emulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-insider-threat-emulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-insider-threat-emulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-lateral-movement-emulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-lateral-movement-emulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-lateral-movement-emulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-mobile-attack-simulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-mobile-attack-simulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-mobile-attack-simulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-wireless-attack-simulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-wireless-attack-simulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/implementing-wireless-attack-simulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-apt-emulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-apt-emulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-apt-emulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-cloud-attack-simulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-cloud-attack-simulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-cloud-attack-simulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-data-exfiltration-simulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-data-exfiltration-simulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-data-exfiltration-simulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-dns-attack-simulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-dns-attack-simulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-dns-attack-simulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-initial-access-simulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-initial-access-simulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-initial-access-simulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-iot-attack-simulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-iot-attack-simulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-iot-attack-simulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-ransomware-emulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-ransomware-emulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-ransomware-emulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-supply-chain-attack-simulation/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/adversary-simulation/techniques/performing-supply-chain-attack-simulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/references/ai-guardrails.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/references/prompt-injection-techniques.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/scripts/prompt_injection_scan.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/auditing-model-supply-chain/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/auditing-model-supply-chain/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/auditing-rag-pipeline-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/auditing-rag-pipeline-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-adversarial-example-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-adversarial-example-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-jailbreak-attempts/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-jailbreak-attempts/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-jailbreak-attempts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-model-hallucination-exploitation/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-model-hallucination-exploitation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-prompt-injection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-prompt-injection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-prompt-injection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-prompt-leaking-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-prompt-leaking-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-training-data-poisoning/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/detecting-training-data-poisoning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-content-filtering/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-content-filtering/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-governance-framework/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-governance-framework/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-incident-response/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-incident-response/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-red-teaming/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-ai-red-teaming/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-access-controls/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-access-controls/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-input-sanitization/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-input-sanitization/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-monitoring-observability/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-monitoring-observability/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-output-guardrails/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-output-guardrails/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-security-benchmarking/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-llm-security-benchmarking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-model-version-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/implementing-model-version-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-agent-tool-use-safety/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-indirect-prompt-injection/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-indirect-prompt-injection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-llm-denial-of-service/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-model-data-extraction/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-model-data-extraction/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-multi-modal-attack-vectors/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ai-llm-security/techniques/testing-retrieval-augmented-generation-poisoning/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/references/api-gateway-hardening.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/scripts/api_fuzz.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/analyzing-api-authentication-flaws/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/analyzing-api-authentication-flaws/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/analyzing-api-authentication-flaws/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/analyzing-openapi-spec-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/analyzing-openapi-spec-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/analyzing-openapi-spec-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/auditing-graphql-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/auditing-graphql-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/auditing-graphql-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/auditing-webhook-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/auditing-webhook-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/auditing-webhook-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-data-exposure/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-data-exposure/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-data-exposure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-enumeration-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-enumeration-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-enumeration-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-injection-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-injection-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-injection-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-rate-limit-bypass/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-rate-limit-bypass/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-schema-violations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-schema-violations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-api-schema-violations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-mass-assignment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-mass-assignment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/detecting-mass-assignment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-authentication-hardening/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-authentication-hardening/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-authentication-hardening/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-logging-monitoring/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-logging-monitoring/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-logging-monitoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-rate-limiting-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-rate-limiting-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-security-gateway/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-security-gateway/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-security-gateway/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-security-headers/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-security-headers/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-security-headers/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-versioning-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-versioning-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/implementing-api-versioning-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-business-logic-flaws/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-business-logic-flaws/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-file-upload-vulnerabilities/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-file-upload-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-injection-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-injection-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-api-injection-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-bola-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-bola-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-bola-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-mass-assignment-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-mass-assignment-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-mass-assignment-vulnerabilities/scripts/agent.py +0 -0
- {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
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-ssrf-via-api/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-ssrf-via-api/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-ssrf-via-api/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-websocket-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-websocket-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/api-security/techniques/testing-websocket-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-clickjacking-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-clickjacking-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-clickjacking-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-injection-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-injection-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-injection-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-insecure-deserialization/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-insecure-deserialization/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-insecure-deserialization/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-open-redirect-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-open-redirect-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-open-redirect-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-prototype-pollution/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-prototype-pollution/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-prototype-pollution/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-server-side-template-injection/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-server-side-template-injection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-subdomain-takeover-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-subdomain-takeover-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/detecting-subdomain-takeover-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/implementing-secure-development-lifecycle/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/implementing-secure-development-lifecycle/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/implementing-secure-development-lifecycle/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-api-key-exposure-testing/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-api-key-exposure-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-authorization-bypass-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-authorization-bypass-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-authorization-bypass-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-business-logic-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-business-logic-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-business-logic-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-client-side-security-testing/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-client-side-security-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-csp-bypass-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-csp-bypass-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-csp-bypass-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-oauth-security-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-oauth-security-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-oauth-security-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-source-code-review/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-source-code-review/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-source-code-review/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-web-cache-poisoning-testing/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/performing-web-cache-poisoning-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-authentication-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-authentication-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-authentication-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-cors-misconfiguration/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-cors-misconfiguration/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-cors-misconfiguration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-file-upload-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-file-upload-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-file-upload-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-graphql-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-graphql-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-graphql-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-http-request-smuggling/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-http-request-smuggling/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-http-request-smuggling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-session-management-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-session-management-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-session-management-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-web-socket-hijacking/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-web-socket-hijacking/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-web-socket-hijacking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-xml-external-entity-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/application-security/techniques/testing-xml-external-entity-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/references/ansible-cis-hardening.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/references/docker-container-security.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/references/secrets-management.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/references/security-scripting.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/references/terraform-iac-security.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/scripts/cis_check.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-certificate-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-certificate-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-certificate-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-cloud-security-remediation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-cloud-security-remediation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-cloud-security-remediation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-compliance-evidence-collection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-compliance-evidence-collection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-compliance-evidence-collection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-firewall-rule-audits/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-firewall-rule-audits/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-firewall-rule-audits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-incident-response-actions/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-incident-response-actions/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-incident-response-actions/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-nmap-scanning-workflows/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-nmap-scanning-workflows/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-nmap-scanning-workflows/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-osint-collection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-osint-collection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-osint-collection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-security-baseline-checks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-security-baseline-checks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-security-baseline-checks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-siem-rule-deployment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-siem-rule-deployment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-siem-rule-deployment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-threat-feed-processing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-threat-feed-processing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-threat-feed-processing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-user-access-reviews/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-user-access-reviews/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-user-access-reviews/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-vulnerability-remediation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-vulnerability-remediation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/automating-vulnerability-remediation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-api-security-scanners/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-api-security-scanners/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-api-security-scanners/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-ida-ghidra-scripts/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-ida-ghidra-scripts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-log-collectors/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-log-collectors/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-log-collectors/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-nuclei-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-nuclei-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-custom-nuclei-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-incident-enrichment-tools/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-incident-enrichment-tools/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-incident-enrichment-tools/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-log-parsing-pipelines/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-log-parsing-pipelines/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-log-parsing-pipelines/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-malware-analysis-pipelines/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-malware-analysis-pipelines/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-malware-analysis-pipelines/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-network-discovery-tools/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-network-discovery-tools/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-network-discovery-tools/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-powershell-security-scripts/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-powershell-security-scripts/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-powershell-security-scripts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-python-security-tools/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-python-security-tools/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-python-security-tools/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-threat-hunting-notebooks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-threat-hunting-notebooks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-threat-hunting-notebooks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-vulnerability-report-generators/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-vulnerability-report-generators/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/automation-scripting/techniques/building-vulnerability-report-generators/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/bypassing-aslr-protection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/bypassing-aslr-protection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/bypassing-aslr-protection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/bypassing-stack-canary-protection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/bypassing-stack-canary-protection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/bypassing-stack-canary-protection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/constructing-rop-chains/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/constructing-rop-chains/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/constructing-rop-chains/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-embedded-device-firmware/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-embedded-device-firmware/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-embedded-device-firmware/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-format-string-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-format-string-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-format-string-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-heap-grooming-techniques/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-heap-grooming-techniques/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-heap-grooming-techniques/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-integer-overflow-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-integer-overflow-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-integer-overflow-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-jit-compiler-bugs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-jit-compiler-bugs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-jit-compiler-bugs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-race-conditions-in-binaries/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-race-conditions-in-binaries/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-signal-handler-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-signal-handler-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-signal-handler-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-type-confusion-bugs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-type-confusion-bugs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-type-confusion-bugs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-use-after-free-vulnerabilities/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/exploiting-use-after-free-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/generating-custom-shellcode/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/generating-custom-shellcode/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/generating-custom-shellcode/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-binary-protection-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-binary-protection-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-binary-protection-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-blind-rop-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-blind-rop-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-blind-rop-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-browser-exploitation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-browser-exploitation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-browser-exploitation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-buffer-overflow-exploitation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-buffer-overflow-exploitation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-buffer-overflow-exploitation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-format-string-exploitation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-format-string-exploitation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-format-string-exploitation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-heap-exploitation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-heap-exploitation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-heap-exploitation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-hypervisor-escape/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-hypervisor-escape/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-hypervisor-escape/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-integer-overflow-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-integer-overflow-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-integer-overflow-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-kernel-exploitation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-kernel-exploitation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-kernel-exploitation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-return-to-libc-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-return-to-libc-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-sandbox-escape/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-sandbox-escape/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/binary-exploitation/techniques/performing-sandbox-escape/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/references/detection-engineering.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/references/hardening-baselines.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/references/threat-hunting.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/scripts/validate_sigma.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-dns-security-logs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-dns-security-logs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-dns-security-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-endpoint-telemetry/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-endpoint-telemetry/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-endpoint-telemetry/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-network-flow-data/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-network-flow-data/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-network-flow-data/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-windows-event-logs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-windows-event-logs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/analyzing-windows-event-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/building-detection-as-code-pipeline/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/building-detection-as-code-pipeline/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/building-splunk-correlation-searches/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/building-splunk-correlation-searches/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/building-splunk-correlation-searches/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/configuring-auditd-rules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/configuring-auditd-rules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/configuring-auditd-rules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/configuring-sysmon-monitoring/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/configuring-sysmon-monitoring/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/configuring-sysmon-monitoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/deploying-osquery-fleet/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/deploying-osquery-fleet/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/deploying-osquery-fleet/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/detecting-credential-dumping/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/detecting-credential-dumping/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/detecting-credential-dumping/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/detecting-lateral-movement/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/detecting-lateral-movement/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/detecting-lateral-movement/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/hardening-linux-with-cis-benchmarks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/hardening-linux-with-cis-benchmarks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/hunting-with-kql-queries/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/hunting-with-kql-queries/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/hunting-with-kql-queries/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-deception-technology/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-deception-technology/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-deception-technology/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-email-security-monitoring/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-email-security-monitoring/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-email-security-monitoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-honeypot-deployment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-honeypot-deployment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-honeypot-deployment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-security-orchestration-playbooks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-security-orchestration-playbooks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-security-orchestration-playbooks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-sysmon-configuration/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-sysmon-configuration/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/implementing-sysmon-configuration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-log-source-onboarding/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-log-source-onboarding/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-log-source-onboarding/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-network-baseline-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-network-baseline-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-network-baseline-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-threat-hunting-hypothesis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-threat-hunting-hypothesis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-threat-hunting-hypothesis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-user-behavior-analytics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-user-behavior-analytics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/performing-user-behavior-analytics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/tuning-edr-detection-rules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/tuning-edr-detection-rules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/tuning-edr-detection-rules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/writing-sigma-detection-rules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/writing-sigma-detection-rules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/blue-team/techniques/writing-sigma-detection-rules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-browser-extension-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-browser-extension-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-browser-extension-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-cors-misconfigurations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-cors-misconfigurations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-cors-misconfigurations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-postmessage-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-postmessage-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-postmessage-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-service-worker-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-service-worker-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-service-worker-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-web-storage-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-web-storage-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-web-storage-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-webrtc-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-webrtc-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-webrtc-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-websocket-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-websocket-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/analyzing-websocket-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-cross-site-scripting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-cross-site-scripting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-cross-site-scripting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-css-injection-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-css-injection-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-css-injection-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-dom-based-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-dom-based-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-dom-based-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-prototype-pollution/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-prototype-pollution/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-prototype-pollution/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-supply-chain-attacks-in-browsers/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-web-cache-poisoning/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-web-cache-poisoning/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/detecting-web-cache-poisoning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-browser-isolation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-browser-isolation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-browser-isolation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-content-security-policy/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-content-security-policy/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-content-security-policy/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-cross-origin-isolation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-cross-origin-isolation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-cross-origin-isolation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-fetch-metadata-headers/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-fetch-metadata-headers/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-fetch-metadata-headers/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-permissions-policy/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-permissions-policy/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-permissions-policy/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-secure-cookie-policies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-secure-cookie-policies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-secure-cookie-policies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-subresource-integrity/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-subresource-integrity/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-subresource-integrity/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-trusted-types/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-trusted-types/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/implementing-trusted-types/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-clickjacking-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-clickjacking-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-clickjacking-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-csrf-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-csrf-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-csrf-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-open-redirect-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-open-redirect-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/browser-security/techniques/preventing-open-redirect-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/conducting-subdomain-enumeration/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/conducting-subdomain-enumeration/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/conducting-subdomain-enumeration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/finding-ssrf-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/finding-ssrf-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/finding-ssrf-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-cache-deception-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-cache-deception-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-cache-deception-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-http-request-smuggling/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-http-request-smuggling/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-http-request-smuggling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-idor-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-idor-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-idor-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-information-disclosure/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-information-disclosure/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-information-disclosure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-prototype-pollution-bugs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-prototype-pollution-bugs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-prototype-pollution-bugs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-race-condition-bugs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-race-condition-bugs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-race-condition-bugs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-subdomain-takeover/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-subdomain-takeover/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-subdomain-takeover/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-template-injection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-template-injection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/hunting-template-injection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-api-endpoint-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-api-endpoint-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-api-endpoint-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-asset-discovery/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-asset-discovery/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-asset-discovery/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-recon-automation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-recon-automation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/performing-recon-automation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-authentication-flaws/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-authentication-flaws/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-authentication-flaws/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-business-logic-flaws/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-business-logic-flaws/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-business-logic-flaws/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-cors-misconfiguration-exploitation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-cors-misconfiguration-exploitation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-cors-misconfiguration-exploitation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-crlf-injection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-crlf-injection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-crlf-injection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-file-upload-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-file-upload-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-file-upload-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-graphql-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-graphql-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-graphql-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-jwt-implementation-flaws/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-jwt-implementation-flaws/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-jwt-implementation-flaws/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-oauth-implementation-flaws/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-oauth-implementation-flaws/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-oauth-implementation-flaws/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-payment-flow-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-payment-flow-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-payment-flow-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-websocket-security-flaws/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-websocket-security-flaws/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/testing-websocket-security-flaws/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/writing-bug-bounty-reports/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/writing-bug-bounty-reports/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/bug-bounty/techniques/writing-bug-bounty-reports/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/analyzing-c2-network-traffic/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/analyzing-c2-network-traffic/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/analyzing-c2-network-traffic/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/building-custom-c2-protocols/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/building-custom-c2-protocols/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/building-custom-c2-protocols/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-brute-ratel-c2/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-brute-ratel-c2/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-brute-ratel-c2/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-mythic-c2/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-mythic-c2/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-mythic-c2/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-nighthawk-c2/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-nighthawk-c2/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-nighthawk-c2/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-poshc2-framework/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-poshc2-framework/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-poshc2-framework/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-sliver-c2/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-sliver-c2/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/configuring-sliver-c2/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/deploying-cobalt-strike-infrastructure/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/deploying-cobalt-strike-infrastructure/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/deploying-cobalt-strike-infrastructure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/deploying-covenant-framework/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/deploying-covenant-framework/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/deploying-covenant-framework/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/detecting-c2-beaconing-patterns/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/detecting-c2-beaconing-patterns/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/detecting-c2-beaconing-patterns/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/detecting-malleable-c2-profiles/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/detecting-malleable-c2-profiles/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/detecting-malleable-c2-profiles/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-c2-over-cloud-services/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-c2-over-cloud-services/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-c2-redirectors/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-c2-redirectors/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-c2-redirectors/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-dns-c2-channels/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-dns-c2-channels/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-dns-c2-channels/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-domain-fronting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-domain-fronting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-domain-fronting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-encrypted-c2-channels/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-encrypted-c2-channels/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-encrypted-c2-channels/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-http-c2-channels/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-http-c2-channels/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-http-c2-channels/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-icmp-c2-tunneling/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-icmp-c2-tunneling/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-icmp-c2-tunneling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-p2p-c2-networks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-p2p-c2-networks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/implementing-p2p-c2-networks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-evasion-techniques/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-evasion-techniques/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-evasion-techniques/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-infrastructure-hunting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-infrastructure-hunting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-infrastructure-hunting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-kill-chain-analysis/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-kill-chain-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-persistence-mechanisms/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-persistence-mechanisms/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/performing-c2-persistence-mechanisms/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/setting-up-havoc-framework/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/setting-up-havoc-framework/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/c2-frameworks/techniques/setting-up-havoc-framework/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-azure-activity-logs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-azure-activity-logs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-azure-activity-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-api-abuse/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-api-abuse/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-api-abuse/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-configuration-drift/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-configuration-drift/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-configuration-drift/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-logging-gaps/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-logging-gaps/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-logging-gaps/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-privilege-escalation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-privilege-escalation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-privilege-escalation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-storage-exfiltration/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-storage-exfiltration/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-cloud-storage-exfiltration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-container-runtime-incidents/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-container-runtime-incidents/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-container-runtime-incidents/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-vpc-flow-logs-forensically/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/analyzing-vpc-flow-logs-forensically/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/collecting-cloud-disk-images/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/collecting-cloud-disk-images/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/collecting-cloud-disk-images/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-aws-cloudtrail-logs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-aws-cloudtrail-logs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-aws-cloudtrail-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-cryptomining-incidents/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-cryptomining-incidents/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-cryptomining-incidents/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-identity-federation-abuse/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-identity-federation-abuse/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-lateral-movement/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-lateral-movement/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-lateral-movement/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-supply-chain-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-cloud-supply-chain-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-iam-compromise/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-iam-compromise/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-iam-compromise/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-kubernetes-security-events/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-kubernetes-security-events/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-kubernetes-security-events/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-s3-bucket-breaches/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-s3-bucket-breaches/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/investigating-s3-bucket-breaches/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-dns-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-dns-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-dns-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-memory-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-memory-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-memory-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-network-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-network-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-network-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-snapshot-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-snapshot-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-cloud-snapshot-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-gcp-audit-log-analysis/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-gcp-audit-log-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-multi-cloud-incident-correlation/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-multi-cloud-incident-correlation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-serverless-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-serverless-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-forensics/techniques/performing-serverless-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-api-gateway-security/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-dns-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-dns-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-identity-permissions/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-identity-permissions/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-logging-completeness/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-logging-completeness/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-cloud-storage-lifecycle-policies/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-helm-chart-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-helm-chart-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/auditing-infrastructure-as-code-security/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-cloud-lateral-movement/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-cloud-lateral-movement/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-cloud-resource-drift/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-cloud-resource-drift/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-container-runtime-threats/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-container-runtime-threats/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-container-supply-chain-attacks/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-etcd-security-issues/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-etcd-security-issues/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-kubernetes-privilege-escalation/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-kubernetes-privilege-escalation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-misconfigured-cloud-functions/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-misconfigured-cloud-functions/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/detecting-serverless-cold-start-attacks/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-cost-anomaly-detection/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-network-policy-automation/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-secrets-management/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-secrets-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-workload-protection/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-cloud-workload-protection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-container-image-provenance/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-container-image-provenance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-gitops-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-gitops-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-gitops-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-kubernetes-admission-controllers/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-kubernetes-admission-controllers/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-pod-identity-management/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/implementing-pod-identity-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/securing-service-mesh-communications/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-native-security/techniques/securing-service-mesh-communications/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/references/cloud-forensics.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/scripts/cloudtrail_analyzer.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/analyzing-cloudtrail-anomalies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/analyzing-cloudtrail-anomalies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/analyzing-cloudtrail-anomalies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-aws-s3-permissions/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-aws-s3-permissions/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-aws-s3-permissions/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-azure-active-directory/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-azure-active-directory/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-azure-active-directory/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-gcp-iam-permissions/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-gcp-iam-permissions/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-gcp-iam-permissions/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-kubernetes-rbac/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-kubernetes-rbac/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-kubernetes-rbac/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-kubernetes-rbac-in-cloud/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-kubernetes-rbac-in-cloud/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-serverless-function-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-serverless-function-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-serverless-function-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-terraform-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-terraform-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/auditing-terraform-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-azure-lateral-movement/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-azure-lateral-movement/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-azure-lateral-movement/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-api-abuse/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-api-abuse/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-api-abuse/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-cryptojacking/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-cryptojacking/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-cryptojacking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-cryptomining/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-cryptomining/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-cryptomining/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-privilege-escalation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-privilege-escalation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-privilege-escalation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-storage-misconfigurations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-storage-misconfigurations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-cloud-storage-misconfigurations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-iam-privilege-escalation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-iam-privilege-escalation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/detecting-iam-privilege-escalation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-backup-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-backup-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-backup-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-compliance-automation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-compliance-automation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-compliance-automation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-dlp/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-dlp/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-dlp/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-dlp-policies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-dlp-policies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-dlp-policies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-network-security-groups/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-network-security-groups/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-waf-rules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-waf-rules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/implementing-cloud-waf-rules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/performing-cloud-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/performing-cloud-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/performing-cloud-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/securing-container-registries/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/securing-container-registries/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/securing-container-registries/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/securing-serverless-functions/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/securing-serverless-functions/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cloud-security/techniques/securing-serverless-functions/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/references/framework-controls.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/scripts/collect_evidence.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-cloud-compliance-posture/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-cloud-compliance-posture/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-cloud-compliance-posture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-cmmc-maturity/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-cmmc-maturity/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-cmmc-maturity/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-data-residency-requirements/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-data-residency-requirements/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-data-residency-requirements/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-gdpr-data-processing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-gdpr-data-processing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-gdpr-data-processing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-hipaa-safeguards/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-hipaa-safeguards/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-hipaa-safeguards/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-hipaa-technical-safeguards/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-hipaa-technical-safeguards/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-hipaa-technical-safeguards/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-iso-27001-compliance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-iso-27001-compliance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-iso-27001-compliance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-pci-dss-controls/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-pci-dss-controls/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-pci-dss-controls/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-privacy-compliance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-privacy-compliance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-privacy-compliance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-soc2-trust-criteria/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-soc2-trust-criteria/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/auditing-soc2-trust-criteria/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-audit-evidence-automation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-audit-evidence-automation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-audit-evidence-automation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-cis-benchmark-automation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-cis-benchmark-automation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-cis-benchmark-automation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-compliance-as-code/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-compliance-as-code/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-compliance-as-code/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-continuous-compliance-monitoring/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-continuous-compliance-monitoring/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-continuous-compliance-monitoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-nist-800-53-controls/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-nist-800-53-controls/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-vendor-compliance-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-vendor-compliance-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/implementing-vendor-compliance-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-cmmc-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-cmmc-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-cmmc-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-fedramp-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-fedramp-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-fedramp-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-iso-27001-gap-analysis/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-iso-27001-gap-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-nist-csf-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-nist-csf-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-nist-csf-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-regulatory-change-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-regulatory-change-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-regulatory-change-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-risk-assessment-nist-800-30/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-sox-it-controls-audit/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-sox-it-controls-audit/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-third-party-risk-assessment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/compliance-audit/techniques/performing-third-party-risk-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/references/runtime-security.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/scripts/docker_audit.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/scripts/k8s_rbac_audit.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/analyzing-container-runtime-threats/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/analyzing-container-runtime-threats/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/analyzing-container-runtime-threats/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-container-network-policies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-container-network-policies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-container-network-policies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-container-registry-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-container-registry-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-container-registry-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-docker-daemon-config/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-docker-daemon-config/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-docker-daemon-config/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-docker-socket-exposure/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-docker-socket-exposure/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-docker-socket-exposure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-helm-chart-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-helm-chart-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-helm-chart-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-service-mesh-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-service-mesh-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/auditing-service-mesh-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-container-escape/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-container-escape/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-container-escape/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-container-escape-attempts/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-container-escape-attempts/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-container-escape-attempts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-cryptomining-in-containers/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-cryptomining-in-containers/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-cryptomining-in-containers/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-privileged-container-abuse/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-privileged-container-abuse/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-privileged-container-abuse/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-supply-chain-container-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/detecting-supply-chain-container-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-admission-controllers/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-admission-controllers/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-admission-controllers/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-container-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-container-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-container-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-container-secrets-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-container-secrets-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-container-secrets-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-image-signing-verification/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-image-signing-verification/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-image-signing-verification/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-network-policies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-network-policies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-network-policies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-pod-security-standards/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-pod-security-standards/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-pod-security-standards/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-runtime-security-profiles/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-runtime-security-profiles/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/implementing-runtime-security-profiles/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/monitoring-kubernetes-audit-logs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/monitoring-kubernetes-audit-logs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/monitoring-kubernetes-audit-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/performing-container-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/performing-container-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/performing-container-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/scanning-container-images/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/scanning-container-images/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/scanning-container-images/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/securing-kubernetes-secrets/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/securing-kubernetes-secrets/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/securing-kubernetes-secrets/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/securing-service-mesh/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/securing-service-mesh/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/container-security/techniques/securing-service-mesh/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cross-session-memory/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cross-session-memory/references/memory-architecture.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/references/tls-hardening.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/scripts/cert_check.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-encryption-at-rest/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-encryption-at-rest/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-encryption-at-rest/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-ransomware-encryption-algorithms/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-ransomware-encryption-algorithms/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-ransomware-encryption-algorithms/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-tls-certificate-chains/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-tls-certificate-chains/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/analyzing-tls-certificate-chains/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-certificate-transparency-abuse/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-certificate-transparency-abuse/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-certificate-transparency-abuse/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-protocol-downgrade-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-protocol-downgrade-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-protocol-downgrade-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-side-channel-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-side-channel-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-side-channel-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-tls-interception/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-tls-interception/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-tls-interception/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-weak-cryptographic-implementations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-weak-cryptographic-implementations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-weak-cryptographic-implementations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-weak-random-number-generation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-weak-random-number-generation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/detecting-weak-random-number-generation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-certificate-lifecycle-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-certificate-lifecycle-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-certificate-lifecycle-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-code-signing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-code-signing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-code-signing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-end-to-end-encryption/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-end-to-end-encryption/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-end-to-end-encryption/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-hardware-security-modules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-hardware-security-modules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-hardware-security-modules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-homomorphic-encryption/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-homomorphic-encryption/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-homomorphic-encryption/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-key-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-key-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-key-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-pki-infrastructure/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-pki-infrastructure/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-pki-infrastructure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-post-quantum-cryptography/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-post-quantum-cryptography/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-post-quantum-cryptography/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-secure-communication-channels/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-secure-communication-channels/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/implementing-secure-communication-channels/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-certificate-revocation-monitoring/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-certificate-revocation-monitoring/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-certificate-revocation-monitoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-compliance-audit/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-compliance-audit/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-compliance-audit/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-key-recovery/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-key-recovery/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-key-recovery/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-protocol-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-protocol-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-cryptographic-protocol-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-password-hashing-audit/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-password-hashing-audit/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-password-hashing-audit/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-ssl-tls-audit/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-ssl-tls-audit/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/cryptography/techniques/performing-ssl-tls-audit/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/references/classification-labels.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/scripts/classify_data.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/auditing-database-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/auditing-database-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/auditing-database-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-exfiltration/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-exfiltration/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-exfiltration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-hoarding/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-hoarding/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-hoarding/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-staging-for-exfiltration/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-data-staging-for-exfiltration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-insider-data-theft/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-insider-data-theft/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-insider-data-theft/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-shadow-data-stores/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-shadow-data-stores/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-shadow-data-stores/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-unauthorized-data-access/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-unauthorized-data-access/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-unauthorized-data-access/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-unauthorized-data-replication/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-unauthorized-data-replication/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/detecting-unauthorized-data-replication/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-access-governance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-access-governance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-access-governance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-backup-encryption/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-backup-encryption/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-backup-encryption/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-loss-prevention/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-loss-prevention/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-loss-prevention/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-masking/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-masking/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-masking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-tokenization/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-tokenization/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-data-tokenization/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-database-activity-monitoring/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-database-activity-monitoring/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-database-activity-monitoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-database-encryption/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-database-encryption/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-database-encryption/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-encryption-key-rotation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-encryption-key-rotation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-encryption-key-rotation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-secure-data-deletion/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-secure-data-deletion/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-secure-data-deletion/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-secure-data-sharing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-secure-data-sharing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/implementing-secure-data-sharing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-breach-investigation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-breach-investigation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-breach-investigation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-discovery-classification/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-discovery-classification/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-discovery-classification/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-flow-mapping/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-flow-mapping/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-flow-mapping/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-lifecycle-audit/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-lifecycle-audit/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-lifecycle-audit/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-privacy-impact-analysis/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-privacy-impact-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-residency-compliance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-residency-compliance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/data-security/techniques/performing-data-residency-compliance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-access-patterns/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-access-patterns/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-access-patterns/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-network-segmentation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-network-segmentation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-network-segmentation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-replication-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-replication-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-replication-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-stored-procedure-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/analyzing-database-stored-procedure-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/configuring-database-auditing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/configuring-database-auditing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/configuring-database-auditing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/hardening-mysql-installations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/hardening-mysql-installations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/hardening-mysql-installations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-activity-monitoring/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-activity-monitoring/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-activity-monitoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-connection-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-connection-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-connection-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-disaster-recovery-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-disaster-recovery-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-encryption/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-encryption/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-encryption/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-firewall-rules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-firewall-rules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-firewall-rules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-key-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-key-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-key-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-masking/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-masking/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-database-masking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-row-level-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-row-level-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-row-level-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-sql-injection-prevention/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-sql-injection-prevention/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/implementing-sql-injection-prevention/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-backup-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-backup-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-backup-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-compliance-scanning/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-compliance-scanning/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-compliance-scanning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-penetration-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-penetration-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-penetration-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-privilege-escalation-testing/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-privilege-escalation-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-vulnerability-scanning/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-vulnerability-scanning/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/performing-database-vulnerability-scanning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/preventing-nosql-injection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/preventing-nosql-injection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/preventing-nosql-injection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-mongodb-deployments/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-mongodb-deployments/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-mongodb-deployments/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-postgresql-deployments/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-postgresql-deployments/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-postgresql-deployments/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-redis-deployments/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-redis-deployments/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/database-security/techniques/securing-redis-deployments/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-behavioral-detection-models/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-behavioral-detection-models/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-behavioral-detection-models/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-custom-log-parsers/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-custom-log-parsers/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-custom-log-parsers/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-detection-as-code-frameworks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-detection-as-code-frameworks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-email-detection-rules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-email-detection-rules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-email-detection-rules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-machine-learning-detections/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-machine-learning-detections/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-machine-learning-detections/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-network-detection-signatures/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-network-detection-signatures/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-network-detection-signatures/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-threat-informed-detections/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-threat-informed-detections/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-threat-informed-detections/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-yara-rule-development/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-yara-rule-development/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/building-yara-rule-development/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-cloud-detection-rules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-cloud-detection-rules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-cloud-detection-rules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-container-detection-rules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-container-detection-rules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-container-detection-rules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-content-ci-cd/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-content-ci-cd/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-lifecycle-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-lifecycle-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-lifecycle-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-metrics-tracking/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-metrics-tracking/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-metrics-tracking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-testing-frameworks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-testing-frameworks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-detection-testing-frameworks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-sigma-rule-development/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-sigma-rule-development/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-sigma-rule-development/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-suricata-rule-engineering/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-suricata-rule-engineering/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/implementing-suricata-rule-engineering/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-coverage-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-coverage-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-coverage-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-gap-remediation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-gap-remediation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-gap-remediation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-retrospective-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-retrospective-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-retrospective-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-rule-optimization/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-rule-optimization/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-rule-optimization/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-validation-at-scale/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-detection-validation-at-scale/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-endpoint-detection-engineering/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-endpoint-detection-engineering/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-endpoint-detection-engineering/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-false-positive-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-false-positive-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-false-positive-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-identity-detection-engineering/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-identity-detection-engineering/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/detection-engineering/techniques/performing-identity-detection-engineering/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/references/pipeline-tools.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/scripts/scan_secrets.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/automating-compliance-as-code/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/automating-compliance-as-code/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/automating-compliance-as-code/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-devsecops-metrics-dashboard/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-devsecops-metrics-dashboard/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-devsecops-metrics-dashboard/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-security-regression-tests/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-security-regression-tests/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-security-regression-tests/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-security-unit-tests/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-security-unit-tests/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/building-security-unit-tests/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-container-image-scanning/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-container-image-scanning/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-container-image-scanning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-container-image-scanning-pipeline/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-container-image-scanning-pipeline/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-container-image-scanning-pipeline/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-dast-scanning/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-dast-scanning/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-dast-scanning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-infrastructure-as-code-scanning/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-infrastructure-as-code-scanning/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-infrastructure-as-code-scanning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-pre-commit-security-hooks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-pre-commit-security-hooks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-pre-commit-security-hooks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-runtime-application-protection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-runtime-application-protection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-runtime-application-protection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-runtime-application-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-runtime-application-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-runtime-application-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-sast-pipeline/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-sast-pipeline/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-sast-pipeline/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-sbom-generation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-sbom-generation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-sbom-generation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-secret-detection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-secret-detection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-secret-detection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-secrets-rotation-automation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-secrets-rotation-automation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-secrets-rotation-automation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-guardrails/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-guardrails/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-guardrails/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-observability/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-observability/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-observability/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-pipeline-orchestration/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-pipeline-orchestration/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/implementing-security-pipeline-orchestration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-dependency-vulnerability-scanning/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-dependency-vulnerability-scanning/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-dependency-vulnerability-scanning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-security-chaos-engineering/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-security-code-review/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-security-code-review/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-security-code-review/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-threat-modeling-in-ci/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-threat-modeling-in-ci/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/performing-threat-modeling-in-ci/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/scanning-dependencies-for-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/scanning-dependencies-for-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/scanning-dependencies-for-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/securing-ci-cd-pipeline-infrastructure/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/securing-ci-cd-pipeline-infrastructure/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/devsecops/techniques/securing-ci-cd-pipeline-infrastructure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/references/evidence-handling.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/scripts/timeline_builder.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/acquiring-disk-images/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/acquiring-disk-images/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/acquiring-disk-images/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-browser-artifacts/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-browser-artifacts/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-browser-artifacts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-cryptocurrency-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-cryptocurrency-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-cryptocurrency-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-email-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-email-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-email-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-event-log-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-event-log-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-event-log-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-ntfs-artifacts/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-ntfs-artifacts/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-ntfs-artifacts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-prefetch-files/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-prefetch-files/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-prefetch-files/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-shellbag-artifacts/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-shellbag-artifacts/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-shellbag-artifacts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-social-media-evidence/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-social-media-evidence/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-social-media-evidence/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-steganography-artifacts/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-steganography-artifacts/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-steganography-artifacts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-usb-artifacts/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-usb-artifacts/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-usb-artifacts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-usb-device-artifacts/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-usb-device-artifacts/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-usb-device-artifacts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-windows-registry/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-windows-registry/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/analyzing-windows-registry/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-anti-forensics-detection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-anti-forensics-detection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-anti-forensics-detection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-browser-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-browser-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-browser-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-cloud-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-cloud-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-cloud-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-cloud-forensics-investigation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-cloud-forensics-investigation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-cloud-forensics-investigation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-database-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-database-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-database-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-email-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-email-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-email-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-iot-device-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-iot-device-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-iot-device-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-mobile-device-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-mobile-device-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-mobile-device-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-mobile-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-mobile-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-mobile-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-network-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-network-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-network-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-vehicle-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-vehicle-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/digital-forensics/techniques/performing-vehicle-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/configuring-secure-email-gateway/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/configuring-secure-email-gateway/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/configuring-secure-email-gateway/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-business-email-compromise-patterns/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-business-email-compromise-patterns/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-account-compromise/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-account-compromise/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-account-compromise/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-based-malware/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-based-malware/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-based-malware/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-data-leakage/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-data-leakage/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-data-leakage/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-forwarding-abuse/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-forwarding-abuse/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-forwarding-abuse/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-lateral-phishing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-lateral-phishing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-lateral-phishing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-spoofing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-spoofing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/detecting-email-spoofing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-archival-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-archival-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-archival-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-authentication-protocols/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-authentication-protocols/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-authentication-protocols/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-dlp-policies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-dlp-policies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-dlp-policies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-encryption/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-encryption/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-encryption/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-incident-response/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-incident-response/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-incident-response/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-quarantine-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-quarantine-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-quarantine-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-retention-policies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-retention-policies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-retention-policies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-sandboxing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-sandboxing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-sandboxing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-security-awareness/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-security-awareness/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/implementing-email-security-awareness/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-authentication-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-authentication-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-authentication-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-compliance-auditing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-compliance-auditing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-compliance-auditing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-header-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-header-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-header-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-log-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-log-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-log-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-migration-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-migration-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-migration-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-security-posture-assessment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-security-posture-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-threat-hunting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-threat-hunting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/email-security/techniques/performing-email-threat-hunting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/configuring-endpoint-hardening-baselines/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/configuring-endpoint-hardening-baselines/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/configuring-endpoint-hardening-baselines/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-credential-theft-on-endpoints/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-credential-theft-on-endpoints/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-endpoint-data-exfiltration/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-endpoint-data-exfiltration/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-endpoint-data-exfiltration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-endpoint-lateral-movement/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-endpoint-lateral-movement/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-endpoint-lateral-movement/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-fileless-attack-techniques/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-fileless-attack-techniques/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-fileless-attack-techniques/scripts/agent.py +0 -0
- {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
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-malicious-powershell-execution/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-malicious-powershell-execution/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-malicious-powershell-execution/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-persistence-mechanisms/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-persistence-mechanisms/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/detecting-persistence-mechanisms/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-application-whitelisting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-application-whitelisting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-application-whitelisting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-browser-security-controls/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-browser-security-controls/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-browser-security-controls/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-edr-deployment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-edr-deployment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-edr-deployment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-encryption-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-encryption-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-encryption-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-isolation-procedures/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-isolation-procedures/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-isolation-procedures/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-logging-configuration/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-logging-configuration/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-logging-configuration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-network-segmentation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-network-segmentation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-network-segmentation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-patch-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-patch-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-endpoint-patch-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-usb-device-control/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-usb-device-control/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/implementing-usb-device-control/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-baseline-monitoring/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-baseline-monitoring/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-baseline-monitoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-compliance-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-compliance-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-compliance-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-forensic-collection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-forensic-collection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-forensic-collection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-inventory-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-inventory-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-inventory-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-security-posture-scoring/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-security-posture-scoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-threat-hunting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-threat-hunting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-threat-hunting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-vulnerability-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-vulnerability-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/endpoint-security/techniques/performing-endpoint-vulnerability-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/engagement-pipeline/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/engagement-pipeline/references/gate-criteria.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/building-client-side-exploits/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/building-client-side-exploits/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/building-client-side-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/building-proof-of-concept-exploits/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/building-proof-of-concept-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-browser-zero-day-exploits/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-browser-zero-day-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-cloud-service-exploits/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-cloud-service-exploits/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-cloud-service-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-hardware-exploitation-tools/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-hardware-exploitation-tools/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-hardware-exploitation-tools/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-macos-exploits/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-macos-exploits/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-macos-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-mobile-device-exploits/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-mobile-device-exploits/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-mobile-device-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-side-channel-attack-exploits/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/creating-side-channel-attack-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-browser-exploits/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-browser-exploits/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-browser-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-container-escape-exploits/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-container-escape-exploits/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-container-escape-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-custom-exploits/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-custom-exploits/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-custom-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-iot-firmware-exploits/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-iot-firmware-exploits/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-iot-firmware-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-linux-privilege-escalation-exploits/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-linux-privilege-escalation-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-privilege-escalation-exploits/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-privilege-escalation-exploits/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-privilege-escalation-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-protocol-fuzzing-exploits/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-protocol-fuzzing-exploits/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-protocol-fuzzing-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-supply-chain-implants/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-supply-chain-implants/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-supply-chain-implants/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-web-exploit-frameworks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-web-exploit-frameworks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-web-exploit-frameworks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-windows-kernel-exploits/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-windows-kernel-exploits/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/developing-windows-kernel-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-exploit-chain-development/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-exploit-chain-development/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-exploit-chain-development/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-exploit-reliability-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-exploit-reliability-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-exploit-reliability-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-fuzzing-campaigns/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-fuzzing-campaigns/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/performing-fuzzing-campaigns/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-exploit-documentation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-exploit-documentation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-exploit-documentation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-metasploit-modules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-metasploit-modules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-metasploit-modules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-nday-exploits/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-nday-exploits/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/exploit-development/techniques/writing-nday-exploits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-audit-readiness-programs/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-audit-readiness-programs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-compliance-training-programs/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-compliance-training-programs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-exception-management-process/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-exception-management-process/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-regulatory-engagement-strategy/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-regulatory-engagement-strategy/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-risk-appetite-statements/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-risk-appetite-statements/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-risk-register-management/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-risk-register-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-security-governance-frameworks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-security-governance-frameworks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-security-policy-automation/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/building-security-policy-automation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-continuous-risk-monitoring/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-continuous-risk-monitoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-control-framework-mapping/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-control-framework-mapping/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-information-classification-governance/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-information-classification-governance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-key-risk-indicators/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-key-risk-indicators/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-regulatory-compliance-tracking/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-regulatory-compliance-tracking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-risk-treatment-planning/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-risk-treatment-planning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-security-awareness-governance/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-security-awareness-governance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-security-policy-framework/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/implementing-security-policy-framework/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-board-level-risk-reporting/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-business-continuity-planning/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-business-continuity-planning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-cyber-insurance-assessment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-cyber-insurance-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-enterprise-risk-assessment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-enterprise-risk-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-privacy-governance-assessment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-privacy-governance-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-security-control-testing/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-security-control-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-security-program-maturity-assessment/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/governance-risk-compliance/techniques/performing-third-party-risk-management/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/references/iam-hardening.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/scripts/jwt_analyzer.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/analyzing-jwt-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/analyzing-jwt-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/analyzing-jwt-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-api-key-management/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-api-key-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-cloud-identity-federation/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-cloud-identity-federation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-directory-service-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-directory-service-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-federation-trust-relationships/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-federation-trust-relationships/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-ldap-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-ldap-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-ldap-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-oauth-implementations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-oauth-implementations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-oauth-implementations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-saml-configurations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-saml-configurations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-saml-configurations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-service-account-permissions/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/auditing-service-account-permissions/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-credential-stuffing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-credential-stuffing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-credential-stuffing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-credential-stuffing-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-credential-stuffing-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-golden-ticket-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-golden-ticket-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-kerberos-delegation-abuse/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-kerberos-delegation-abuse/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-pass-the-hash-attacks/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-password-spray-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-password-spray-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-shadow-admin-accounts/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-shadow-admin-accounts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/detecting-token-theft-and-replay/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-certificate-based-authentication/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-certificate-based-authentication/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-conditional-access-policies/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-conditional-access-policies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-identity-governance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-identity-governance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-identity-governance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-just-in-time-access/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-mfa-bypass-detection/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-mfa-bypass-detection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-passwordless-authentication/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-passwordless-authentication/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-passwordless-authentication/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-privileged-access-management/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-access-management/techniques/implementing-privileged-access-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/building-identity-security-playbooks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/building-identity-security-playbooks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/building-identity-security-playbooks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-credential-compromise/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-credential-compromise/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-credential-compromise/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-based-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-based-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-based-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-governance-violations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-governance-violations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-governance-violations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-provider-compromise/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-provider-compromise/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-provider-compromise/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-sprawl/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-sprawl/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-identity-sprawl/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-lateral-movement-via-identity/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/detecting-lateral-movement-via-identity/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-adaptive-authentication/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-adaptive-authentication/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-adaptive-authentication/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-decentralized-identity/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-decentralized-identity/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-decentralized-identity/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-analytics-platform/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-analytics-platform/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-analytics-platform/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-data-governance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-data-governance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-data-governance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-fabric-architecture/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-fabric-architecture/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-fabric-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-lifecycle-automation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-lifecycle-automation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-lifecycle-automation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-security-monitoring/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-security-monitoring/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-security-monitoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-threat-detection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-threat-detection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-threat-detection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-threat-intelligence/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-threat-intelligence/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-threat-intelligence/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-zero-trust/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-zero-trust/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/implementing-identity-zero-trust/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-access-certification-campaigns/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-access-certification-campaigns/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-access-certification-campaigns/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-attack-path-analysis/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-attack-path-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-posture-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-posture-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-posture-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-risk-scoring/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-risk-scoring/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-risk-scoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-security-architecture-review/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-identity-security-architecture-review/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-machine-identity-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-machine-identity-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-machine-identity-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-privileged-identity-threat-hunting/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/identity-security/techniques/performing-privileged-identity-threat-hunting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-crisis-communication-plans/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-crisis-communication-plans/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-crisis-communication-plans/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-escalation-procedures/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-escalation-procedures/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-escalation-procedures/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-knowledge-graphs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-knowledge-graphs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-knowledge-graphs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-prediction-models/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-prediction-models/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-prediction-models/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-runbook-library/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-runbook-library/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-runbook-library/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-severity-matrices/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-severity-matrices/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-incident-severity-matrices/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-on-call-rotation-management/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-on-call-rotation-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-war-room-procedures/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-war-room-procedures/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/building-war-room-procedures/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-automation-framework/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-automation-framework/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-automation-framework/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-classification-framework/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-classification-framework/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-classification-framework/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-documentation-standards/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-documentation-standards/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-documentation-standards/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-metrics-tracking/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-metrics-tracking/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-metrics-tracking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-recovery-planning/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-recovery-planning/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-recovery-planning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-retrospective-automation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-retrospective-automation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-incident-retrospective-automation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-lessons-learned-processes/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-lessons-learned-processes/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-lessons-learned-processes/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-multi-team-incident-coordination/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/implementing-multi-team-incident-coordination/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-business-impact-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-business-impact-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-business-impact-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-change-failure-correlation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-change-failure-correlation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-change-failure-correlation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-simulation-exercises/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-simulation-exercises/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-simulation-exercises/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-timeline-reconstruction/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-timeline-reconstruction/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-timeline-reconstruction/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-trend-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-trend-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-incident-trend-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-regulatory-incident-reporting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-regulatory-incident-reporting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-regulatory-incident-reporting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-root-cause-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-root-cause-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-root-cause-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-stakeholder-notification/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-stakeholder-notification/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-management/techniques/performing-stakeholder-notification/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/references/forensics-tools.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/references/ir-runbooks.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/references/volatile-evidence.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/scripts/collect_evidence.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-authentication-anomalies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-authentication-anomalies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-authentication-anomalies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-lateral-movement-artifacts/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-lateral-movement-artifacts/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-lateral-movement-artifacts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-windows-event-log-artifacts/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/analyzing-windows-event-log-artifacts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/building-incident-timeline/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/building-incident-timeline/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/building-incident-timeline/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/collecting-volatile-evidence/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/collecting-volatile-evidence/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/collecting-volatile-evidence/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-cloud-ir/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-cloud-ir/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-cloud-ir/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-memory-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-memory-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-memory-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-network-traffic-analysis-during-incident/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-post-incident-review/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-post-incident-review/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-post-incident-review/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-regulatory-breach-notification/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-regulatory-breach-notification/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/conducting-regulatory-breach-notification/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/containing-active-breach/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/containing-active-breach/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/containing-active-breach/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/eradicating-malware/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/eradicating-malware/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/eradicating-malware/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/implementing-automated-containment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/implementing-automated-containment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/implementing-automated-containment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/implementing-incident-communication-plans/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/implementing-incident-communication-plans/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/implementing-incident-communication-plans/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-cloud-incident-response/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-cloud-incident-response/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-cloud-incident-response/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-container-incident-response/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-container-incident-response/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-container-incident-response/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-disk-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-disk-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-disk-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-email-compromise-investigation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-insider-threat-investigation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-insider-threat-investigation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-insider-threat-investigation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-memory-forensics-triage/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-memory-forensics-triage/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-memory-forensics-triage/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-phishing-ir/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-phishing-ir/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-phishing-ir/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-ransomware-response/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-ransomware-response/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-ransomware-response/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-supply-chain-incident-response/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-supply-chain-incident-response/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-threat-actor-attribution/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-threat-actor-attribution/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/performing-threat-actor-attribution/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/triaging-security-incident/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/triaging-security-incident/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/incident-response/techniques/triaging-security-incident/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-attack-campaign-linkage/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-attack-campaign-linkage/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-attack-campaign-linkage/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-false-flag-operations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-false-flag-operations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-false-flag-operations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-financial-records/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-financial-records/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-financial-records/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-nation-state-ttps/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-nation-state-ttps/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-nation-state-ttps/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-shipping-and-maritime-data/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-shipping-and-maritime-data/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-threat-actor-infrastructure/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-threat-actor-infrastructure/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/analyzing-threat-actor-infrastructure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-chronolocation-investigation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-chronolocation-investigation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-chronolocation-investigation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-cross-border-investigations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-cross-border-investigations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-cross-border-investigations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-cross-platform-identity-correlation/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-cross-platform-identity-correlation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-dark-web-investigations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-dark-web-investigations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-dark-web-investigations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-insider-threat-investigations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-insider-threat-investigations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-insider-threat-investigations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-open-source-satellite-analysis/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-open-source-satellite-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-sanctions-screening/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-sanctions-screening/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-sanctions-screening/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-social-network-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-social-network-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-social-network-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-witness-device-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-witness-device-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/conducting-witness-device-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-conflict-zone-investigation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-conflict-zone-investigation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-conflict-zone-investigation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-corporate-entity-research/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-corporate-entity-research/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-corporate-entity-research/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-cryptocurrency-tracing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-cryptocurrency-tracing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-cryptocurrency-tracing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-deep-fake-detection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-deep-fake-detection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-deep-fake-detection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-digital-evidence-authentication/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-digital-evidence-authentication/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-digital-evidence-authentication/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-geolocation-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-geolocation-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-geolocation-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-malware-attribution-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-malware-attribution-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-malware-attribution-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-timeline-reconstruction/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-timeline-reconstruction/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-timeline-reconstruction/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-vehicle-tracking-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-vehicle-tracking-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/investigation-attribution/techniques/performing-vehicle-tracking-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-authentication-logs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-authentication-logs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-authentication-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-cloud-audit-trail-logs/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-cloud-audit-trail-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-dns-query-logs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-dns-query-logs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-dns-query-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-firewall-logs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-firewall-logs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-firewall-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-proxy-logs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-proxy-logs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-proxy-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-web-server-access-logs/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-web-server-access-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-windows-event-logs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-windows-event-logs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/analyzing-windows-event-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/correlating-multi-source-logs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/correlating-multi-source-logs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/correlating-multi-source-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-brute-force-from-logs/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-brute-force-from-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-data-exfiltration-in-logs/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-data-exfiltration-in-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-insider-threats-from-logs/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-insider-threats-from-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-lateral-movement-in-logs/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-lateral-movement-in-logs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-log-tampering/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-log-tampering/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/detecting-log-tampering/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-centralized-logging/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-centralized-logging/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-centralized-logging/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-log-integrity-verification/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-log-integrity-verification/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-log-integrity-verification/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-log-retention-policies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-log-retention-policies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-log-retention-policies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-real-time-log-alerting/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-real-time-log-alerting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-siem-rule-tuning/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-siem-rule-tuning/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/implementing-siem-rule-tuning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/parsing-syslog-messages/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/parsing-syslog-messages/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/parsing-syslog-messages/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-aggregation-at-scale/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-aggregation-at-scale/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-based-anomaly-detection/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-based-anomaly-detection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-enrichment-techniques/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-enrichment-techniques/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-enrichment-techniques/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-forensics-preservation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-forensics-preservation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-log-forensics-preservation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-timeline-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-timeline-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/log-analysis/techniques/performing-timeline-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/references/analysis-workflow.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/scripts/validate_yara.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-bootkit-infections/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-bootkit-infections/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-bootkit-infections/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-cobalt-strike-beacon/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-cobalt-strike-beacon/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-cobalt-strike-beacon/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-linux-elf-malware/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-linux-elf-malware/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-linux-elf-malware/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-macro-malware/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-macro-malware/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-macro-malware/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-malware-command-and-control/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-malware-command-and-control/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-mobile-malware/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-mobile-malware/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-mobile-malware/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-packed-malware/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-packed-malware/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-packed-malware/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-ransomware-encryption/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-ransomware-encryption/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-ransomware-encryption/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-ransomware-encryption-mechanisms/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-ransomware-encryption-mechanisms/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-supply-chain-malware/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-supply-chain-malware/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-supply-chain-malware/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-webshell-artifacts/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-webshell-artifacts/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/analyzing-webshell-artifacts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/deobfuscating-powershell-malware/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/deobfuscating-powershell-malware/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/deobfuscating-powershell-malware/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-fileless-malware/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-fileless-malware/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-fileless-malware/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-living-off-the-land-binaries/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-process-injection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-process-injection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-process-injection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-rootkit-presence/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-rootkit-presence/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/detecting-rootkit-presence/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/extracting-iocs-from-samples/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/extracting-iocs-from-samples/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/extracting-iocs-from-samples/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-automated-malware-triage/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-automated-malware-triage/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-automated-malware-triage/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-dynamic-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-dynamic-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-dynamic-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-firmware-malware-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-firmware-malware-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-firmware-malware-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-malware-memory-forensics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-malware-memory-forensics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-malware-memory-forensics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-sandbox-evasion-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-sandbox-evasion-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-sandbox-evasion-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-yara-rule-development/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-yara-rule-development/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/performing-yara-rule-development/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/reverse-engineering-with-ghidra/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/reverse-engineering-with-ghidra/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/malware-analysis/techniques/reverse-engineering-with-ghidra/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/references/owasp-masvs.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/scripts/apk_analyze.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-app-authentication-flows/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-app-authentication-flows/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-app-transport-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-app-transport-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-data-storage/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-data-storage/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-data-storage/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-network-traffic/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-network-traffic/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-network-traffic/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-push-notification-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/analyzing-mobile-push-notification-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/auditing-mobile-app-permissions/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/auditing-mobile-app-permissions/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/auditing-mobile-app-permissions/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-banking-trojans/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-banking-trojans/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-banking-trojans/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-malware/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-malware/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-malware/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-overlay-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-overlay-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-overlay-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-phishing-apps/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-phishing-apps/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-phishing-apps/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-spyware/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-spyware/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-mobile-spyware/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-rooted-jailbroken-devices/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-rooted-jailbroken-devices/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/detecting-rooted-jailbroken-devices/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-code-obfuscation/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-code-obfuscation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-hardening/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-hardening/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-hardening/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-privacy-audit/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-app-privacy-audit/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-device-encryption-audit/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/implementing-mobile-device-encryption-audit/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-android-static-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-android-static-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-android-static-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-ios-dynamic-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-ios-dynamic-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-ios-dynamic-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-binary-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-binary-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-binary-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-bluetooth-security-testing/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-bluetooth-security-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-certificate-pinning-testing/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-certificate-pinning-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-mdm-security-assessment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-mdm-security-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-penetration-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-penetration-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/performing-mobile-penetration-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/testing-mobile-api-endpoint-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/mobile-security/techniques/testing-mobile-api-endpoint-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/references/firewall-rules.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/scripts/tls_check.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-netflow-data/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-netflow-data/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-netflow-data/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-packet-captures/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-packet-captures/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-packet-captures/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-vpn-traffic/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-vpn-traffic/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/analyzing-vpn-traffic/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/configuring-firewall-rules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/configuring-firewall-rules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/configuring-firewall-rules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/configuring-network-segmentation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/configuring-network-segmentation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/configuring-network-segmentation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-arp-spoofing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-arp-spoofing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-arp-spoofing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-covert-channels/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-covert-channels/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-covert-channels/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-dhcp-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-dhcp-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-dhcp-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-dns-tunneling/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-dns-tunneling/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-dns-tunneling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-lateral-movement-in-networks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-lateral-movement-in-networks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-man-in-the-middle-attacks/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-network-anomalies-with-ml/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-network-anomalies-with-ml/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-port-scanning/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-port-scanning/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/detecting-port-scanning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-ddos-mitigation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-ddos-mitigation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-ddos-mitigation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-ids-rules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-ids-rules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-ids-rules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-access-control/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-access-control/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-access-control/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-deception/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-deception/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-deception/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-encryption/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-encryption/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-network-encryption/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-zero-trust-network-access/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/implementing-zero-trust-network-access/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-bgp-security-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-bgp-security-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-bgp-security-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-network-device-hardening/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-network-device-hardening/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-network-device-hardening/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-network-protocol-fuzzing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-network-protocol-fuzzing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-network-protocol-fuzzing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-tls-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-tls-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-tls-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-wireless-network-audit/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-wireless-network-audit/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/network-security/techniques/performing-wireless-network-audit/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/references/template-patterns.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/scripts/validate_template.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-api-security-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-api-security-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-api-security-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-authentication-bypass-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-authentication-bypass-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-authentication-bypass-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-fuzzing-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-fuzzing-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-fuzzing-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-headless-browser-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-headless-browser-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-headless-browser-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-javascript-detection-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-javascript-detection-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-javascript-detection-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-template-collections/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-template-collections/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-template-collections/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-workflow-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-workflow-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/building-workflow-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-matchers/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-matchers/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-matchers/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-output-extraction/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-output-extraction/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-output-extraction/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-rate-limiting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-rate-limiting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-rate-limiting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-severity-classification/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-severity-classification/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-severity-classification/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-variables/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-variables/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/implementing-template-variables/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cloud-misconfiguration-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cloud-misconfiguration-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cloud-misconfiguration-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cms-detection-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cms-detection-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cms-detection-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-code-protocol-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-code-protocol-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-code-protocol-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cve-detection-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cve-detection-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-cve-detection-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-dns-enumeration-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-dns-enumeration-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-dns-enumeration-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-file-detection-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-file-detection-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-file-detection-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-http-detection-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-http-detection-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-http-detection-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-multi-step-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-multi-step-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-multi-step-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-network-protocol-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-network-protocol-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-network-protocol-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-ssl-tls-audit-templates/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-ssl-tls-audit-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-waf-bypass-templates/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-waf-bypass-templates/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/nuclei-templating/techniques/writing-waf-bypass-templates/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/references/active-scanning.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/references/cloud-web-enum.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/references/passive-recon.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/scripts/subdomain_enum.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-competitive-intelligence/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-competitive-intelligence/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-competitive-intelligence/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-geolocation-intelligence/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-geolocation-intelligence/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-geolocation-intelligence/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-leaked-credentials/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-leaked-credentials/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-leaked-credentials/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-public-code-repositories/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-public-code-repositories/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-public-code-repositories/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-social-media-intelligence/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-social-media-intelligence/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-social-media-intelligence/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-technology-stack-fingerprinting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-technology-stack-fingerprinting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-technology-stack-fingerprinting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-web-archive-intelligence/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-web-archive-intelligence/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/analyzing-web-archive-intelligence/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-breach-data-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-breach-data-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-breach-data-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-dark-web-reconnaissance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-dark-web-reconnaissance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-dark-web-reconnaissance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-dns-reconnaissance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-dns-reconnaissance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-dns-reconnaissance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-employee-profiling/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-employee-profiling/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-employee-profiling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-google-dorking/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-google-dorking/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-google-dorking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-passive-infrastructure-mapping/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-passive-infrastructure-mapping/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-passive-infrastructure-mapping/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-social-engineering-pretexting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-social-engineering-pretexting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-social-engineering-pretexting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-supply-chain-mapping/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-supply-chain-mapping/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/conducting-supply-chain-mapping/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-autonomous-system-mapping/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-autonomous-system-mapping/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-autonomous-system-mapping/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-certificate-transparency-reconnaissance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-certificate-transparency-reconnaissance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-certificate-transparency-reconnaissance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-cloud-infrastructure-reconnaissance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-cloud-infrastructure-reconnaissance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-cloud-infrastructure-reconnaissance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-document-intelligence/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-document-intelligence/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-document-intelligence/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-email-address-harvesting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-email-address-harvesting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-email-address-harvesting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-metadata-extraction/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-metadata-extraction/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-metadata-extraction/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-subdomain-enumeration/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-subdomain-enumeration/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-subdomain-enumeration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-whois-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-whois-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-whois-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-wireless-network-reconnaissance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-wireless-network-reconnaissance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/osint-recon/techniques/performing-wireless-network-reconnaissance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/references/ics-protocols.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/references/iec-62443-mapping.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/scripts/modbus_scan.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/analyzing-modbus-traffic/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/analyzing-modbus-traffic/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/analyzing-modbus-traffic/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-ics-remote-access/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-ics-remote-access/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-ics-wireless-communications/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-ics-wireless-communications/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-opc-ua-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-opc-ua-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-safety-instrumented-systems/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-safety-instrumented-systems/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-scada-network-segmentation/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/auditing-scada-network-segmentation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-hmi-unauthorized-access/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-hmi-unauthorized-access/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-ics-insider-threats/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-ics-insider-threats/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-ics-malware-indicators/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-ics-malware-indicators/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-ics-supply-chain-attacks/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-plc-firmware-manipulation/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-plc-firmware-manipulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-unauthorized-plc-programming/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/detecting-unauthorized-plc-programming/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-anomaly-detection/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-anomaly-detection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-backup-recovery/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-backup-recovery/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-change-management/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-change-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-incident-response/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-incident-response/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-network-monitoring/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-network-monitoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-patch-management/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-patch-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-security-training/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/implementing-ics-security-training/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-dnp3-protocol-analysis/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-dnp3-protocol-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-asset-inventory/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-asset-inventory/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-compliance-assessment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-compliance-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-penetration-testing/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-penetration-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-risk-assessment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ot-ics-security/techniques/performing-ics-risk-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-breach-credential-databases/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-breach-credential-databases/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-breach-credential-databases/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-password-hash-algorithms/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-password-hash-algorithms/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-password-hash-algorithms/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-password-policies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-password-policies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/analyzing-password-policies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/building-custom-wordlists/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/building-custom-wordlists/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/building-custom-wordlists/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/conducting-john-the-ripper-analysis/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/conducting-john-the-ripper-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-bcrypt-hashes/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-bcrypt-hashes/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-bcrypt-hashes/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-kerberos-tickets/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-kerberos-tickets/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-kerberos-tickets/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-mysql-password-hashes/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-mysql-password-hashes/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-mysql-password-hashes/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-ntlm-hashes/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-ntlm-hashes/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-ntlm-hashes/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-office-document-passwords/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-office-document-passwords/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-office-document-passwords/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-sha256-hashes/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-sha256-hashes/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-sha256-hashes/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-wireless-handshakes/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-wireless-handshakes/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-wireless-handshakes/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-zip-file-passwords/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-zip-file-passwords/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/cracking-zip-file-passwords/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/extracting-hashes-from-memory/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/extracting-hashes-from-memory/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/extracting-hashes-from-memory/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-credential-stuffing-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-credential-stuffing-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-credential-stuffing-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-distributed-cracking/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-distributed-cracking/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-distributed-cracking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-gpu-accelerated-cracking/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-gpu-accelerated-cracking/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-gpu-accelerated-cracking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-hashcat-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-hashcat-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-hashcat-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-hybrid-dictionary-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-hybrid-dictionary-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-hybrid-dictionary-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-mask-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-mask-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-mask-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-online-brute-force/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-online-brute-force/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-online-brute-force/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-password-spraying/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-password-spraying/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-password-spraying/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-rainbow-table-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-rainbow-table-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-rainbow-table-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-rule-based-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-rule-based-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/password-cracking/techniques/performing-rule-based-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/references/email-auth-standards.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/scripts/check_email_auth.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-malicious-attachments/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-malicious-attachments/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-malicious-attachments/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-email-headers/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-email-headers/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-email-headers/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-infrastructure/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-infrastructure/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-infrastructure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-kit-artifacts/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-kit-artifacts/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-kit-artifacts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-trends-and-metrics/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-phishing-trends-and-metrics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-qr-code-phishing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-qr-code-phishing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-qr-code-phishing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-url-reputation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-url-reputation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/analyzing-url-reputation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/conducting-phishing-simulations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/conducting-phishing-simulations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/conducting-phishing-simulations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-adversary-in-the-middle-phishing/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-business-email-compromise/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-business-email-compromise/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-business-email-compromise/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-callback-phishing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-callback-phishing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-callback-phishing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-credential-harvesting-pages/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-credential-harvesting-pages/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-credential-harvesting-pages/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-smishing-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-smishing-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-smishing-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-spear-phishing-campaigns/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-spear-phishing-campaigns/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-spear-phishing-campaigns/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-voice-phishing-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-voice-phishing-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/detecting-voice-phishing-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-anti-phishing-training-programs/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-anti-phishing-training-programs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-dmarc-enforcement/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-dmarc-enforcement/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-dmarc-enforcement/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-email-authentication-monitoring/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-email-authentication-monitoring/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-email-authentication-monitoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-email-gateway-rules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-email-gateway-rules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-email-gateway-rules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-link-sandboxing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-link-sandboxing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-link-sandboxing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-phishing-incident-playbooks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-phishing-incident-playbooks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-phishing-incident-playbooks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-secure-email-gateway-tuning/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-secure-email-gateway-tuning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-user-reporting-workflows/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-user-reporting-workflows/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/implementing-user-reporting-workflows/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/performing-brand-impersonation-detection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/performing-brand-impersonation-detection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/phishing-defense/techniques/performing-brand-impersonation-detection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/pr-security-review/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/pr-security-review/references/dangerous-patterns.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/pr-security-review/scripts/review_pr.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/references/operational-security.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/references/privacy-tools.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/references/regulatory-compliance.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/scripts/pii_scanner.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-cookie-consent-compliance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-cookie-consent-compliance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-cookie-consent-compliance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-gdpr-compliance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-gdpr-compliance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-gdpr-compliance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-third-party-data-sharing/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/auditing-third-party-data-sharing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/conducting-data-protection-impact-assessment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/conducting-data-protection-impact-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-cross-border-data-transfers/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-cross-border-data-transfers/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-dark-patterns-in-interfaces/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-dark-patterns-in-interfaces/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-pii-in-data-flows/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-pii-in-data-flows/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-unauthorized-profiling/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-unauthorized-profiling/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/detecting-unauthorized-profiling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-anonymization-techniques/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-anonymization-techniques/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-anonymization-techniques/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-consent-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-consent-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-consent-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-consent-management-platforms/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-consent-management-platforms/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-consent-management-platforms/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-anonymization/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-anonymization/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-anonymization/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-retention-automation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-retention-automation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-retention-automation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-retention-policies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-retention-policies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-retention-policies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-subject-access-requests/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-data-subject-access-requests/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-differential-privacy/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-differential-privacy/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-differential-privacy/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-aware-logging/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-aware-logging/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-aware-logging/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-by-design/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-by-design/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-by-design/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-enhancing-technologies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-enhancing-technologies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-enhancing-technologies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-preserving-analytics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-preserving-analytics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/implementing-privacy-preserving-analytics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-cookie-consent-compliance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-cookie-consent-compliance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-cookie-consent-compliance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-data-protection-officer-workflows/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-data-protection-officer-workflows/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-privacy-impact-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-privacy-impact-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-privacy-impact-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-privacy-threat-modeling/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-privacy-threat-modeling/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/privacy-engineering/techniques/performing-privacy-threat-modeling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/references/coverage-mapping.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/references/emulation-tools.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/scripts/attack_coverage.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/automating-detection-validation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/automating-detection-validation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/automating-detection-validation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-attack-simulation-lab/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-attack-simulation-lab/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-attack-simulation-lab/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-custom-attack-scenarios/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-custom-attack-scenarios/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-custom-attack-scenarios/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-detection-content-library/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-detection-content-library/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-detection-content-library/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-detection-gap-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-detection-gap-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/building-detection-gap-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/conducting-purple-team-exercises/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/conducting-purple-team-exercises/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/conducting-purple-team-exercises/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/executing-atomic-red-team-tests/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/executing-atomic-red-team-tests/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-attack-path-validation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-attack-path-validation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-attack-path-validation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-continuous-validation-platform/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-continuous-validation-platform/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-continuous-validation-platform/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-purple-team-metrics-dashboard/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-purple-team-metrics-dashboard/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-threat-informed-defense/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-threat-informed-defense/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/implementing-threat-informed-defense/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/mapping-attack-to-detection-coverage/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/mapping-attack-to-detection-coverage/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/measuring-detection-engineering-metrics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/measuring-detection-engineering-metrics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/measuring-detection-engineering-metrics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-adversary-emulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-adversary-emulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-adversary-emulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-detection-rule-tuning/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-detection-rule-tuning/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-detection-rule-tuning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-insider-threat-simulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-insider-threat-simulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-insider-threat-simulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-mitre-attack-evaluation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-mitre-attack-evaluation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-mitre-attack-evaluation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-red-blue-debrief-sessions/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-red-blue-debrief-sessions/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-security-control-bypass-testing/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/performing-security-control-bypass-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-data-exfiltration-detection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-data-exfiltration-detection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-data-exfiltration-detection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-endpoint-detection-coverage/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-endpoint-detection-coverage/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-endpoint-detection-coverage/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-incident-response-procedures/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-incident-response-procedures/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/testing-incident-response-procedures/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/validating-network-detection-rules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/validating-network-detection-rules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/validating-network-detection-rules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/validating-siem-detection-rules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/validating-siem-detection-rules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/purple-team/techniques/validating-siem-detection-rules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/references/kill-chain.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/scripts/backup_check.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-decryption-feasibility/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-decryption-feasibility/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-decryption-feasibility/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-group-infrastructure/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-group-infrastructure/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-group-infrastructure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-payment-infrastructure/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-payment-infrastructure/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-payment-infrastructure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-variants/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-variants/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/analyzing-ransomware-variants/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-data-exfiltration-before-encryption/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-data-exfiltration-before-encryption/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-lateral-movement-before-deployment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-lateral-movement-before-deployment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-affiliate-tools/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-affiliate-tools/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-affiliate-tools/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-initial-access-vectors/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-initial-access-vectors/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-precursors/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-precursors/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-precursors/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-staging-behavior/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-staging-behavior/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/detecting-ransomware-staging-behavior/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-backup-integrity-validation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-backup-integrity-validation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-backup-integrity-validation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-canary-file-detection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-canary-file-detection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-canary-file-detection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-endpoint-ransomware-protection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-endpoint-ransomware-protection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-endpoint-ransomware-protection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-immutable-backup-strategies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-immutable-backup-strategies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-immutable-backup-strategies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-communication-protocols/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-communication-protocols/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-communication-protocols/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-incident-documentation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-incident-documentation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-incident-documentation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-insurance-readiness/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-insurance-readiness/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-insurance-readiness/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-proof-network-architecture/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-proof-network-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-recovery-procedures/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-recovery-procedures/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-recovery-procedures/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-resilience-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-resilience-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/implementing-ransomware-resilience-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-post-ransomware-security-hardening/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-post-ransomware-security-hardening/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-negotiation-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-negotiation-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-negotiation-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-tabletop-exercises/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-tabletop-exercises/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-tabletop-exercises/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-threat-intelligence/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-threat-intelligence/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/ransomware-defense/techniques/performing-ransomware-threat-intelligence/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/active-directory/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/active-directory/references/advanced-ad-attacks.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/active-directory/references/techniques.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/active-directory/scripts/ad_enum.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/cloud/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/cloud/references/techniques.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/cloud/scripts/aws_enum.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/post-exploitation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/post-exploitation/references/advanced-techniques.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/post-exploitation/references/techniques.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/post-exploitation/scripts/cred_harvest_check.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/references/engagement-types.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/scripts/service_scan.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/building-c2-with-sliver/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/building-c2-with-sliver/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/building-c2-with-sliver/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-password-spraying/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-password-spraying/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-password-spraying/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-social-engineering/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-social-engineering/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-social-engineering/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-wireless-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-wireless-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/conducting-wireless-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-active-directory-acls/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-active-directory-acls/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-active-directory-acls/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-deserialization/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-deserialization/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-deserialization/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-deserialization-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-deserialization-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-deserialization-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-graphql-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-graphql-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-graphql-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-jwt-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-jwt-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-jwt-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-kerberos-delegation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-kerberos-delegation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-kerberos-delegation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-privilege-escalation-linux/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-privilege-escalation-linux/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-privilege-escalation-linux/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-race-conditions/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-race-conditions/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-race-conditions/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-sql-injection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-sql-injection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-sql-injection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-ssrf-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-ssrf-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/exploiting-ssrf-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-active-directory-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-active-directory-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-active-directory-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-api-fuzzing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-api-fuzzing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-api-fuzzing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-cloud-red-team-operations/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-cloud-red-team-operations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-dll-hijacking/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-dll-hijacking/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-dll-hijacking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-kerberoasting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-kerberoasting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-kerberoasting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-lateral-movement/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-lateral-movement/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-lateral-movement/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-password-spraying/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-password-spraying/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-password-spraying/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-phishing-simulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-phishing-simulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-phishing-simulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-physical-security-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-physical-security-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-physical-security-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-wireless-red-team/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-wireless-red-team/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/techniques/performing-wireless-red-team/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/web/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/web/references/techniques.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/red-team/web/scripts/web_vuln_scan.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-automotive-firmware/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-automotive-firmware/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-automotive-firmware/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-bootloader-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-bootloader-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-bootloader-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-communication-protocols/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-communication-protocols/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-communication-protocols/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-dotnet-assemblies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-dotnet-assemblies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-dotnet-assemblies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-firmware-images/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-firmware-images/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-firmware-images/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-industrial-control-protocols/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-industrial-control-protocols/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-industrial-control-protocols/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-ios-applications/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-ios-applications/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-ios-applications/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-obfuscated-javascript/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-obfuscated-javascript/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-obfuscated-javascript/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-packed-executables/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-packed-executables/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-packed-executables/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-shellcode/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-shellcode/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/analyzing-shellcode/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/conducting-dynamic-analysis-debugging/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/conducting-dynamic-analysis-debugging/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/conducting-dynamic-analysis-debugging/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-api-reverse-engineering/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-api-reverse-engineering/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-api-reverse-engineering/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-binary-diffing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-binary-diffing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-binary-diffing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-code-deobfuscation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-code-deobfuscation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-code-deobfuscation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-ghidra-scripting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-ghidra-scripting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-ghidra-scripting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-hardware-reverse-engineering/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-hardware-reverse-engineering/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-hardware-reverse-engineering/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-static-binary-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-static-binary-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/performing-static-binary-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-android-applications/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-android-applications/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-android-applications/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-custom-encryption/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-custom-encryption/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-custom-encryption/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-game-cheats/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-game-cheats/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-game-cheats/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-machine-learning-models/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-machine-learning-models/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-network-protocols/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-network-protocols/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-network-protocols/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-ransomware-samples/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-ransomware-samples/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-ransomware-samples/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-smart-contracts/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-smart-contracts/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/reverse-engineering/techniques/reverse-engineering-smart-contracts/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/handling-sensitive-data-securely/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/handling-sensitive-data-securely/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/handling-sensitive-data-securely/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/hardening-api-implementations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/hardening-api-implementations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/hardening-api-implementations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-error-handling-securely/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-error-handling-securely/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-error-handling-securely/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-input-validation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-input-validation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-input-validation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-memory-safe-coding/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-memory-safe-coding/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-memory-safe-coding/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-api-rate-limiting/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-api-rate-limiting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-authentication-flows/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-authentication-flows/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-authentication-flows/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-cryptographic-operations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-cryptographic-operations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-cryptographic-operations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-database-access/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-database-access/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-database-access/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-dependency-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-dependency-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-dependency-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-file-operations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-file-operations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-file-operations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-logging-practices/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-logging-practices/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-logging-practices/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-random-generation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-random-generation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-random-generation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-session-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-session-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/implementing-secure-session-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-secure-code-review/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-secure-code-review/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-secure-code-review/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-static-analysis-integration/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-static-analysis-integration/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-static-analysis-integration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-threat-modeling-for-code/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/performing-threat-modeling-for-code/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-command-injection-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-command-injection-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-command-injection-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-injection-attacks-in-code/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-injection-attacks-in-code/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-insecure-deserialization/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-insecure-deserialization/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-insecure-deserialization/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-path-traversal-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-path-traversal-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-path-traversal-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-race-condition-vulnerabilities/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-race-condition-vulnerabilities/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-race-condition-vulnerabilities/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-server-side-request-forgery/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-server-side-request-forgery/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-xml-external-entity-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/secure-coding/techniques/preventing-xml-external-entity-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/references/architecture-patterns.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/scripts/threat_model.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-api-architecture/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-api-architecture/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-api-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-authentication-architecture/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-authentication-architecture/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-authentication-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-cloud-architecture/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-cloud-architecture/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-cloud-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-container-orchestration/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-container-orchestration/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-container-orchestration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-data-architecture/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-data-architecture/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-data-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-iot-architecture/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-iot-architecture/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-iot-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-network-architecture/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-network-architecture/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-secure-network-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-zero-trust-architecture/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-zero-trust-architecture/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/designing-zero-trust-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-api-gateway-security-architecture/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-api-gateway-security-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-cloud-landing-zone-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-cloud-landing-zone-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-data-classification-framework/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-data-classification-framework/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-data-classification-framework/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-defense-in-depth/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-defense-in-depth/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-defense-in-depth/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-disaster-recovery-architecture/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-disaster-recovery-architecture/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-disaster-recovery-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-microsegmentation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-microsegmentation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-microsegmentation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-privilege-access-architecture/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-privilege-access-architecture/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-privilege-access-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-security-monitoring-architecture/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-security-monitoring-architecture/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/implementing-security-monitoring-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-attack-surface-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-attack-surface-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-attack-surface-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-blast-radius-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-blast-radius-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-blast-radius-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-architecture-debt-assessment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-architecture-debt-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-architecture-review/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-architecture-review/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-architecture-review/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-control-effectiveness-review/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-control-effectiveness-review/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-reference-architecture/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-reference-architecture/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-security-reference-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-stride-threat-modeling/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-stride-threat-modeling/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-stride-threat-modeling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-supply-chain-security-architecture/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-architecture/techniques/performing-supply-chain-security-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-compliance-awareness-programs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-compliance-awareness-programs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-compliance-awareness-programs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-executive-security-briefings/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-executive-security-briefings/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-executive-security-briefings/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-incident-reporting-culture/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-incident-reporting-culture/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-incident-reporting-culture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-awareness-content/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-awareness-content/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-awareness-content/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-culture-metrics/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-culture-metrics/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-culture-metrics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-newsletter-automation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-newsletter-automation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-newsletter-automation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-onboarding-programs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-onboarding-programs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/building-security-onboarding-programs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/conducting-phishing-awareness-campaigns/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/conducting-phishing-awareness-campaigns/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/conducting-phishing-awareness-campaigns/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/conducting-tabletop-exercises/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/conducting-tabletop-exercises/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/conducting-tabletop-exercises/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/designing-security-training-programs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/designing-security-training-programs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/designing-security-training-programs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-data-handling-training/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-data-handling-training/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-data-handling-training/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-gamified-security-training/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-gamified-security-training/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-gamified-security-training/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-privacy-awareness-training/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-privacy-awareness-training/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-privacy-awareness-training/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-remote-work-security-training/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-remote-work-security-training/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-role-based-security-training/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-role-based-security-training/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-secure-coding-training/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-secure-coding-training/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-secure-coding-training/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-security-champion-programs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-security-champion-programs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/implementing-security-champion-programs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/measuring-training-effectiveness/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/measuring-training-effectiveness/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/measuring-training-effectiveness/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-insider-threat-awareness/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-insider-threat-awareness/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-insider-threat-awareness/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-physical-security-awareness/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-physical-security-awareness/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-physical-security-awareness/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-security-communication-campaigns/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-security-communication-campaigns/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-security-communication-campaigns/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-security-maturity-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-security-maturity-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-security-maturity-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-social-engineering-assessments/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-social-engineering-assessments/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-social-engineering-assessments/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-third-party-risk-awareness/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-awareness/techniques/performing-third-party-risk-awareness/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-real-time-streaming-analytics/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-data-api-layer/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-data-lakes/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-data-lakes/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-data-visualization/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-data-visualization/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-event-correlation-engine/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-metrics-pipelines/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-security-metrics-pipelines/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-siem-data-architecture/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-siem-data-architecture/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-threat-detection-analytics/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/building-threat-detection-analytics/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-log-normalization-pipelines/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-log-normalization-pipelines/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-ocsf-normalization/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-ocsf-normalization/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-ocsf-normalization/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-backup-strategy/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-classification/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-classification/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-enrichment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-enrichment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-governance/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-governance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-security-data-retention-policies/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/implementing-threat-intelligence-data-pipelines/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-detection-data-modeling/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-detection-data-modeling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-detection-signal-analysis/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-detection-signal-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-log-correlation-engineering/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-log-correlation-engineering/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-log-source-reliability-analysis/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-log-volume-optimization/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-log-volume-optimization/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-security-data-migration/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-security-data-migration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-security-data-quality-assessment/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-security-telemetry-optimization/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-data-engineering/techniques/performing-security-telemetry-optimization/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-incident-response-governance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-incident-response-governance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-incident-response-governance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-acquisition-due-diligence/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-acquisition-due-diligence/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-culture-programs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-culture-programs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-culture-programs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-executive-dashboard/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-executive-dashboard/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-executive-dashboard/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-partnership-frameworks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-partnership-frameworks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-partnership-frameworks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-program-strategy/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-program-strategy/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-program-strategy/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-stakeholder-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-stakeholder-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-stakeholder-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-vendor-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-vendor-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/building-security-vendor-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-budget-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-budget-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-budget-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-communication-strategy/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-communication-strategy/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-communication-strategy/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-innovation-labs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-innovation-labs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-innovation-labs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-metrics-program/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-metrics-program/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-metrics-program/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-okr-frameworks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-okr-frameworks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-okr-frameworks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-risk-appetite-framework/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-risk-appetite-framework/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-roadmap-planning/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-roadmap-planning/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-roadmap-planning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-talent-pipeline/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-talent-pipeline/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/implementing-security-talent-pipeline/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-ciso-advisory-consulting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-ciso-advisory-consulting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-ciso-advisory-consulting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-benchmarking/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-benchmarking/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-benchmarking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-board-reporting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-board-reporting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-board-reporting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-capability-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-capability-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-capability-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-organizational-design/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-organizational-design/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-organizational-design/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-program-review/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-program-review/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-program-review/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-roi-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-roi-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-roi-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-team-development/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-team-development/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-leadership/techniques/performing-security-team-development/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-access-review-processes/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-access-review-processes/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-asset-inventory-management/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-asset-inventory-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-certificate-lifecycle-management/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-certificate-lifecycle-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-cloud-security-posture-management/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-compliance-reporting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-compliance-reporting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-compliance-reporting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-incident-classification/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-incident-classification/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-incident-classification/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-log-retention-management/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-log-retention-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-network-segmentation-validation/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-network-segmentation-validation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-security-configuration-management/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-security-configuration-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-security-posture-scoring/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-security-posture-scoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-threat-intelligence-workflows/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-threat-intelligence-workflows/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-vulnerability-remediation-workflows/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/automating-vulnerability-remediation-workflows/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-automated-forensic-collection/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-automated-forensic-collection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-api-integrations/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-api-integrations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-chatops-integration/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-chatops-integration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-dashboard-automation/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-dashboard-automation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-notification-systems/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-notification-systems/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-workflow-orchestration/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/building-security-workflow-orchestration/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-automated-penetration-testing/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-automated-penetration-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-automated-threat-hunting/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-automated-threat-hunting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-security-data-lake-pipelines/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-security-event-enrichment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-security-event-enrichment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-security-ticket-automation/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-security-ticket-automation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-soar-playbook-development/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-operations-automation/techniques/implementing-soar-playbook-development/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/building-security-testing-lab/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/building-security-testing-lab/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/building-security-testing-lab/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/building-security-testing-methodology/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/building-security-testing-methodology/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/building-security-testing-methodology/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-configuration-audit/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-configuration-audit/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-configuration-audit/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-physical-penetration-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-physical-penetration-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-physical-penetration-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-white-box-security-assessment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/conducting-white-box-security-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-bug-bounty-program-management/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-bug-bounty-program-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-compliance-penetration-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-compliance-penetration-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-compliance-penetration-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-container-security-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-container-security-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-container-security-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-continuous-security-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-continuous-security-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-continuous-security-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-mobile-security-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-mobile-security-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-mobile-security-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-security-testing-automation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-security-testing-automation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-security-testing-automation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-vulnerability-chaining/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-vulnerability-chaining/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/implementing-vulnerability-chaining/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-api-penetration-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-api-penetration-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-api-penetration-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-assumed-breach-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-assumed-breach-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-assumed-breach-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-black-box-penetration-testing/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-black-box-penetration-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-cloud-penetration-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-cloud-penetration-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-cloud-penetration-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-database-security-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-database-security-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-database-security-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-iot-security-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-iot-security-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-iot-security-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-purple-team-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-purple-team-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-purple-team-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-red-team-engagement/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-red-team-engagement/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-red-team-engagement/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-social-engineering-penetration-test/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-social-engineering-penetration-test/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-source-code-assisted-penetration-testing/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-thick-client-security-testing/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-thick-client-security-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-wireless-penetration-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-wireless-penetration-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/security-testing/techniques/performing-wireless-penetration-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/self-evolution/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/self-evolution/references/skill-lifecycle.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/references/hunting-hypotheses.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/scripts/log_analyzer.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/analyzing-siem-correlation-rules/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/analyzing-siem-correlation-rules/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/analyzing-siem-correlation-rules/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-detection-as-code/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-detection-as-code/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-detection-as-code/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-soc-metrics-dashboard/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-soc-metrics-dashboard/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-soc-metrics-dashboard/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-soc-playbooks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-soc-playbooks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/building-soc-playbooks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/conducting-tabletop-exercises/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/conducting-tabletop-exercises/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/conducting-tabletop-exercises/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/conducting-threat-hunting-campaigns/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/conducting-threat-hunting-campaigns/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/conducting-threat-hunting-campaigns/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-alert-fatigue-reduction/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-alert-fatigue-reduction/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-alert-fatigue-reduction/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-case-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-case-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-case-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-incident-ticket-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-incident-ticket-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-incident-ticket-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soar-workflows/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soar-workflows/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soar-workflows/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-automation-workflows/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-automation-workflows/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-automation-workflows/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-knowledge-base/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-knowledge-base/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-knowledge-base/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-shift-handoff/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-shift-handoff/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-shift-handoff/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-tooling-integration/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-training-exercises/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-training-exercises/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/implementing-soc-training-exercises/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-alert-triage/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-alert-triage/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-alert-triage/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-executive-security-reporting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-executive-security-reporting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-executive-security-reporting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-log-source-health-monitoring/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-log-source-health-monitoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-log-source-onboarding/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-log-source-onboarding/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-log-source-onboarding/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-malware-alert-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-malware-alert-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-malware-alert-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-malware-alert-triage/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-malware-alert-triage/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-malware-alert-triage/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-security-tool-evaluation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-security-tool-evaluation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-security-tool-evaluation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-soc-metrics-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-soc-metrics-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-soc-metrics-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-threat-hunting-operations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-threat-hunting-operations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/soc-operations/techniques/performing-threat-hunting-operations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-business-email-compromise/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-business-email-compromise/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-business-email-compromise/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-deepfake-threats/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-deepfake-threats/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-deepfake-threats/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-social-engineering-indicators/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-social-engineering-indicators/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-social-engineering-indicators/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-social-media-manipulation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-social-media-manipulation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-social-media-manipulation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-spear-phishing-campaigns/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-spear-phishing-campaigns/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-spear-phishing-campaigns/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-supply-chain-social-engineering/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-supply-chain-social-engineering/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-voice-cloning-threats/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-voice-cloning-threats/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/analyzing-voice-cloning-threats/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/building-awareness-training-programs/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/building-awareness-training-programs/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/building-awareness-training-programs/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-baiting-attack-simulations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-baiting-attack-simulations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-baiting-attack-simulations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-insider-recruitment-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-insider-recruitment-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-insider-recruitment-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-phishing-simulations/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-phishing-simulations/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-phishing-simulations/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-qr-code-phishing-assessments/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-qr-code-phishing-assessments/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-red-team-social-engineering/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-red-team-social-engineering/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-smishing-assessments/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-smishing-assessments/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-smishing-assessments/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-tailgating-assessments/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-tailgating-assessments/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/conducting-tailgating-assessments/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/executing-vishing-campaigns/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/executing-vishing-campaigns/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/executing-vishing-campaigns/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/implementing-anti-social-engineering-controls/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/implementing-anti-social-engineering-controls/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-credential-harvesting-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-credential-harvesting-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-credential-harvesting-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-impersonation-attack-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-impersonation-attack-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-impersonation-attack-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-influence-operation-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-influence-operation-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-influence-operation-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-physical-social-engineering/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-physical-social-engineering/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-physical-social-engineering/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-pretexting-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-pretexting-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-pretexting-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-social-engineering-metrics-tracking/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-social-engineering-metrics-tracking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-watering-hole-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-watering-hole-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/social-engineering/techniques/performing-watering-hole-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/references/sbom-formats.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/scripts/generate_sbom.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-build-pipeline-integrity/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-build-pipeline-integrity/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-ci-cd-pipeline-poisoning/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-container-base-image-provenance/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-open-source-license-compliance/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/analyzing-software-bill-of-materials/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/auditing-package-registry-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/auditing-package-registry-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-backdoored-libraries/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-backdoored-libraries/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-backdoored-libraries/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-compromised-build-tools/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-compromised-build-tools/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-compromised-dependencies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-compromised-dependencies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-compromised-dependencies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-confusion/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-confusion/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-confusion/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-hijacking/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-hijacking/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-hijacking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-namespace-attacks/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-dependency-namespace-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-malicious-code-commits/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-malicious-code-commits/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-typosquatting-packages/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-typosquatting-packages/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/detecting-typosquatting-packages/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-artifact-signing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-artifact-signing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-artifact-signing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-repository-security-controls/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-repository-security-controls/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-secure-package-publishing/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-secure-package-publishing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-software-composition-governance/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-software-composition-governance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-software-provenance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-software-provenance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-software-provenance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-supply-chain-incident-response/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/implementing-supply-chain-sbom-enrichment/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/performing-open-source-risk-scoring/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/performing-third-party-code-audit/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/performing-vendor-security-assessment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/supply-chain-security/techniques/performing-vendor-security-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/references/analysis-frameworks.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/references/attribution-methodology.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/references/intelligence-production.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/references/stix-taxii-misp.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/references/stix-taxii-operations.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/references/threat-actor-profiles.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/scripts/extract_iocs.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-campaign-attribution/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-campaign-attribution/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-campaign-attribution/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-dark-web-threat-intelligence/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-dark-web-threat-intelligence/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-exploit-kit-infrastructure/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-exploit-kit-infrastructure/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-exploit-kit-infrastructure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-supply-chain-threat-intelligence/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-supply-chain-threat-intelligence/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-threat-actor-ttps/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-threat-actor-ttps/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-threat-actor-ttps/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-vulnerability-intelligence/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-vulnerability-intelligence/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/analyzing-vulnerability-intelligence/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-ioc-enrichment-pipeline/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-ioc-enrichment-pipeline/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-ioc-enrichment-pipeline/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-threat-feed-aggregation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-threat-feed-aggregation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-threat-feed-aggregation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-threat-intelligence-platform/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-threat-intelligence-platform/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/building-threat-intelligence-platform/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/correlating-threat-campaigns/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/correlating-threat-campaigns/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/correlating-threat-campaigns/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-stix-taxii-feeds/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-stix-taxii-feeds/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-stix-taxii-feeds/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-strategic-threat-briefings/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-strategic-threat-briefings/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-strategic-threat-briefings/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-threat-feed-aggregation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-threat-feed-aggregation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-threat-feed-aggregation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-threat-intelligence-sharing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-threat-intelligence-sharing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/implementing-threat-intelligence-sharing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/managing-intelligence-lifecycle/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/managing-intelligence-lifecycle/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/managing-intelligence-lifecycle/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/monitoring-dark-web-sources/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/monitoring-dark-web-sources/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/monitoring-dark-web-sources/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-campaign-tracking/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-campaign-tracking/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-campaign-tracking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-diamond-model-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-diamond-model-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-diamond-model-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-geopolitical-threat-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-geopolitical-threat-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-geopolitical-threat-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-malware-hash-enrichment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-malware-hash-enrichment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-malware-hash-enrichment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-malware-intelligence-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-malware-intelligence-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-malware-intelligence-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-osint-gathering/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-osint-gathering/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-osint-gathering/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-threat-landscape-mapping/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-threat-landscape-mapping/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/performing-threat-landscape-mapping/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/tracking-threat-actor-infrastructure/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/tracking-threat-actor-infrastructure/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-intelligence/techniques/tracking-threat-actor-infrastructure/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-abuse-case-models/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-abuse-case-models/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-abuse-case-models/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-attack-trees/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-attack-trees/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-attack-trees/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-kill-chain-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-kill-chain-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-kill-chain-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-risk-quantification-models/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-risk-quantification-models/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-risk-quantification-models/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-threat-model-documentation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-threat-model-documentation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-threat-model-documentation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-threat-scenario-libraries/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-threat-scenario-libraries/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/building-threat-scenario-libraries/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-continuous-threat-modeling/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-continuous-threat-modeling/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-continuous-threat-modeling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-library-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-library-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-library-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-model-review-process/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-model-review-process/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-automation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-automation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-automation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-tools-comparison/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-tools-comparison/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-training/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-training/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/implementing-threat-modeling-training/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-api-threat-modeling/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-api-threat-modeling/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-api-threat-modeling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-attack-surface-threat-modeling/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-attack-surface-threat-modeling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-cloud-threat-modeling/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-cloud-threat-modeling/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-cloud-threat-modeling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-data-flow-diagram-analysis/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-data-flow-diagram-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-iot-threat-modeling/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-iot-threat-modeling/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-iot-threat-modeling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-linddun-privacy-threat-modeling/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-linddun-privacy-threat-modeling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-microservices-threat-modeling/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-microservices-threat-modeling/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-microservices-threat-modeling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-mitre-attack-threat-modeling/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-mitre-attack-threat-modeling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-octave-risk-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-octave-risk-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-octave-risk-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-pasta-methodology/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-pasta-methodology/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-pasta-methodology/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-stride-analysis/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-stride-analysis/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-stride-analysis/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-supply-chain-threat-modeling/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/threat-modeling/techniques/performing-supply-chain-threat-modeling/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/references/prioritization.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/scripts/epss_lookup.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/analyzing-cve-exploit-chains/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/analyzing-cve-exploit-chains/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/analyzing-cve-exploit-chains/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/analyzing-vulnerability-trends/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/analyzing-vulnerability-trends/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/analyzing-vulnerability-trends/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/correlating-vulnerabilities-with-threat-intel/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/correlating-vulnerabilities-with-threat-intel/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/detecting-zero-day-vulnerability-indicators/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/detecting-zero-day-vulnerability-indicators/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-attack-surface-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-attack-surface-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-attack-surface-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-bug-bounty-triage/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-bug-bounty-triage/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-bug-bounty-triage/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-patch-management-automation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-patch-management-automation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-patch-management-automation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-patch-management-workflow/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-patch-management-workflow/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-patch-management-workflow/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-disclosure-program/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-disclosure-program/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-disclosure-program/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-exception-management/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-exception-management/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-exception-management/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-exception-process/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-exception-process/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-exception-process/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-metrics-reporting/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-metrics-reporting/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-metrics-reporting/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-prioritization/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-prioritization/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-prioritization/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-sla-tracking/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-sla-tracking/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/implementing-vulnerability-sla-tracking/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/managing-vulnerability-remediation-slas/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/managing-vulnerability-remediation-slas/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/managing-vulnerability-remediation-slas/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-api-vulnerability-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-api-vulnerability-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-api-vulnerability-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-attack-surface-discovery/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-attack-surface-discovery/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-attack-surface-discovery/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-cloud-vulnerability-scanning/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-cloud-vulnerability-scanning/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-cloud-vulnerability-scanning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-configuration-compliance-scanning/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-configuration-compliance-scanning/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-configuration-compliance-scanning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-iot-vulnerability-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-iot-vulnerability-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-iot-vulnerability-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-red-team-validation-of-findings/SKILL.md +0 -0
- {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
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-vulnerability-scanning-with-nessus/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-vulnerability-scanning-with-nessus/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-web-application-scanning/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-web-application-scanning/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/vulnerability-management/techniques/performing-web-application-scanning/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/references/attack-techniques.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/scripts/wifi_audit.sh +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/analyzing-802.11-frame-captures/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/analyzing-802.11-frame-captures/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/auditing-enterprise-wireless-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/auditing-enterprise-wireless-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/auditing-enterprise-wireless-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/auditing-wireless-encryption-config/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/auditing-wireless-encryption-config/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/auditing-wireless-encryption-config/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/cracking-wpa-handshakes/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/cracking-wpa-handshakes/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/cracking-wpa-handshakes/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-evil-twin-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-evil-twin-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-evil-twin-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-rogue-access-points/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-rogue-access-points/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-rogue-access-points/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wifi-pineapple-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wifi-pineapple-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wifi-pineapple-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-client-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-client-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-client-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-denial-of-service/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-denial-of-service/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-eavesdropping/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-eavesdropping/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-eavesdropping/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-jamming-attacks/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-jamming-attacks/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/detecting-wireless-jamming-attacks/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-access-point-hardening/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-access-point-hardening/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-guest-network-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-guest-network-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-ids/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-ids/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-ids/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-network-monitoring/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-network-monitoring/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-network-monitoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-security-policy/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-security-policy/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/implementing-wireless-security-policy/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-bluetooth-security-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-bluetooth-security-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-bluetooth-security-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-lora-wan-security-assessment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-lora-wan-security-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-rfid-security-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-rfid-security-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-rfid-security-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-satellite-communication-security/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-satellite-communication-security/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-satellite-communication-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wifi-deauthentication-detection/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wifi-deauthentication-detection/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wifi-deauthentication-detection/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wifi-penetration-testing/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wifi-penetration-testing/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wifi-penetration-testing/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wpa3-security-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wpa3-security-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-wpa3-security-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-zigbee-security-assessment/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-zigbee-security-assessment/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/wireless-security/techniques/performing-zigbee-security-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-conditional-access-policies/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-conditional-access-policies/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-conditional-access-policies/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-identity-aware-proxy/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-identity-aware-proxy/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-identity-aware-proxy/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-zero-trust-cloud-access/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-zero-trust-cloud-access/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-zero-trust-dns-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/configuring-zero-trust-dns-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-software-defined-perimeter/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-software-defined-perimeter/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-software-defined-perimeter/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-for-iot-devices/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-for-remote-workers/SKILL.md +0 -0
- {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
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-network-access/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-network-access/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-service-mesh/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/deploying-zero-trust-service-mesh/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-continuous-verification/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-continuous-verification/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-continuous-verification/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-device-trust-evaluation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-device-trust-evaluation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-device-trust-evaluation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-just-in-time-access/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-just-in-time-access/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-least-privilege-access/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-least-privilege-access/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-least-privilege-access/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-microsegmentation/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-microsegmentation/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-microsegmentation/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-workload-identity/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-workload-identity/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-workload-identity/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-api-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-api-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-data-classification/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-data-classification/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-email-security/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-email-security/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-endpoint-compliance/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-endpoint-compliance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-logging-monitoring/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-logging-monitoring/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-privileged-access/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/implementing-zero-trust-privileged-access/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/monitoring-zero-trust-compliance/SKILL.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/monitoring-zero-trust-compliance/references/api-reference.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/monitoring-zero-trust-compliance/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/performing-zero-trust-gap-assessment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/performing-zero-trust-gap-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/performing-zero-trust-maturity-assessment/SKILL.md +0 -0
- {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
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills/zero-trust/techniques/performing-zero-trust-maturity-assessment/scripts/agent.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/skills-index.json +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/__init__.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/bot/__init__.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/bot/bot.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/bot/format.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/bot/session.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/cli/__init__.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/cli/main.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/__init__.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/app.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/cli.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/client.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/complexity.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/config.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/dashboard.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/gateway.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/migrations.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/mode.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/plugins.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/prompt.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/retriever.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/src/gateway/theme.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/__init__.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/conftest.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/regression/queries.json +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/regression/score_baseline.json +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_adversarial.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_agents_hooks_commands.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_app.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_audit_v3.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_backlog_items.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_bot.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_cli.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_cli_commands.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_cli_smart.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_client.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_complexity.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_comprehensive_coverage.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_config.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_config_edge_cases.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_coverage_gaps.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_dashboard.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_e2e_pipeline.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_evals_runner.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_final_coverage_sweep.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_final_gaps.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_format.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_gateway.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_guardrails.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_install_scripts.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_integration.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_integration_v2.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_knowledge_format.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_memory.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_migrations.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_mode.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_mode_routing.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_performance.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_phase2_memory.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_phase4_autonomous.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_phase5_platform.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_plugins.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_prompt.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_qa_audit.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_rag_quality.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_regression.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_retriever.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_security.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_security_scan.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_session.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_setup_signal.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_signal_integration.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_skill_content.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_streaming.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/tests/test_unblocked_gaps.py +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/.gitignore +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/.vscodeignore +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/LICENSE +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/README.md +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/media/cipher-icon.png +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/media/cipher-icon.svg +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/package-lock.json +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/package.json +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/src/extension.ts +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/src/gateway.ts +0 -0
- {cipher_security-4.4.0 → cipher_security-4.4.1}/vscode/src/sidebar.ts +0 -0
- {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.
|
|
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
|
-
#
|
|
19
|
-
COPY pyproject.toml ./
|
|
20
|
-
|
|
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
|
-
|
|
23
|
-
|
|
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
|
|
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 ["
|
|
55
|
+
CMD ["cipher", "api"]
|
|
44
56
|
|
|
45
57
|
# Alternative entry points:
|
|
46
|
-
# CLI:
|
|
47
|
-
#
|
|
48
|
-
#
|
|
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
|
|
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.
|
|
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.
|
|
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"
|