Marz commited on
Commit
967efb1
·
1 Parent(s): 4ece096

fix huggingface config

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -1,3 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # 🔐 SecurePy: Agent-Based Python Code Vulnerability Scanner
2
 
3
  **SecurePy** is an experimental tool that uses a multi-agent system to analyze Python code for security vulnerabilities and generate actionable reports. By integrating LLM-based reasoning with curated security knowledge, it performs thorough and systematic code reviews.
 
1
+ ---
2
+ title: SecurePy
3
+ emoji: 🛡️
4
+ colorFrom: gray
5
+ colorTo: blue
6
+ sdk: gradio
7
+ sdk_version: "5.23.2"
8
+ app_file: app.py
9
+ pinned: true
10
+ ---
11
+
12
  # 🔐 SecurePy: Agent-Based Python Code Vulnerability Scanner
13
 
14
  **SecurePy** is an experimental tool that uses a multi-agent system to analyze Python code for security vulnerabilities and generate actionable reports. By integrating LLM-based reasoning with curated security knowledge, it performs thorough and systematic code reviews.