From 2e177d2bc7e6d74fdd3b07dda8324bdc8310e2fa Mon Sep 17 00:00:00 2001 From: Shaked Zin <20444897+ShakedZ@users.noreply.github.com> Date: Thu, 25 Jun 2026 08:17:11 +0300 Subject: [PATCH 1/2] Add Cynative to security tools list Added Cynative to the list of security tools in the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ac2cd8..f14d8ae 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ A curated list of awesome cloud security related resources. * [Cloud-custodian](https://github.com/cloud-custodian/cloud-custodian): Rules engine for cloud security, cost optimization, and governance. * [consoleme](https://github.com/Netflix/consoleme): A Central Control Plane for AWS Permissions and Access * [cs suite](https://github.com/SecurityFTW/cs-suite): Tool for auditing the security posture of AWS/GCP/Azure. +* [Cynative](https://github.com/cynative/cynative): Agentic security CLI that runs code in a built-in sandbox to research AWS, GCP, Azure, Kubernetes, GitHub and GitLab. Read-only enforced by default. * [Deepfence ThreatMapper](https://github.com/deepfence/ThreatMapper): Apache v2, powerful runtime vulnerability scanner for kubernetes, virtual machines and serverless. * [dftimewolf](https://github.com/log2timeline/dftimewolf): A multi-cloud framework for orchestrating forensic collection, processing and data export. * [diffy](https://github.com/Netflix-Skunkworks/diffy): Diffy is a digital forensics and incident response (DFIR) tool developed by Netflix. From 0497020b005ab1a2964daaa22d37f224d1a8eff2 Mon Sep 17 00:00:00 2001 From: Shaked Zin <20444897+ShakedZ@users.noreply.github.com> Date: Fri, 4 Sep 2026 17:06:03 +0300 Subject: [PATCH 2/2] Revise Cynative description in README Updated the description of Cynative to clarify its new functionality. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f14d8ae..e5905df 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ A curated list of awesome cloud security related resources. * [Cloud-custodian](https://github.com/cloud-custodian/cloud-custodian): Rules engine for cloud security, cost optimization, and governance. * [consoleme](https://github.com/Netflix/consoleme): A Central Control Plane for AWS Permissions and Access * [cs suite](https://github.com/SecurityFTW/cs-suite): Tool for auditing the security posture of AWS/GCP/Azure. -* [Cynative](https://github.com/cynative/cynative): Agentic security CLI that runs code in a built-in sandbox to research AWS, GCP, Azure, Kubernetes, GitHub and GitLab. Read-only enforced by default. +* [Cynative](https://github.com/cynative/cynative): Open-source framework for security agents with live, read-only access to your infrastructure (connects to AWS, GCP, Azure, self-managed Kubernetes, GitHub and GitLab). * [Deepfence ThreatMapper](https://github.com/deepfence/ThreatMapper): Apache v2, powerful runtime vulnerability scanner for kubernetes, virtual machines and serverless. * [dftimewolf](https://github.com/log2timeline/dftimewolf): A multi-cloud framework for orchestrating forensic collection, processing and data export. * [diffy](https://github.com/Netflix-Skunkworks/diffy): Diffy is a digital forensics and incident response (DFIR) tool developed by Netflix.