Spaces:
Running
Running
changes in description
Browse files
README.md
CHANGED
|
@@ -108,7 +108,7 @@ Pip-audit is the official Python Packaging Authority tool for auditing Python en
|
|
| 108 |
|
| 109 |
Powered by White Circle's advanced AI safety platform, this scanner focuses on security policy compliance:
|
| 110 |
|
| 111 |
-
- **
|
| 112 |
- **Code Quality Gates**: Detects TODO/FIXME tags, debug statements, and development artifacts in production code
|
| 113 |
- **Path Security**: Validates file operations, prevents path traversal vulnerabilities
|
| 114 |
- **Cryptographic Standards**: Enforces modern cryptographic practices, detects weak algorithms (MD5, etc.)
|
|
|
|
| 108 |
|
| 109 |
Powered by White Circle's advanced AI safety platform, this scanner focuses on security policy compliance:
|
| 110 |
|
| 111 |
+
- **12 Security Policies**: Comprehensive checks covering SPDX licensing, credential exposure, deprecated APIs
|
| 112 |
- **Code Quality Gates**: Detects TODO/FIXME tags, debug statements, and development artifacts in production code
|
| 113 |
- **Path Security**: Validates file operations, prevents path traversal vulnerabilities
|
| 114 |
- **Cryptographic Standards**: Enforces modern cryptographic practices, detects weak algorithms (MD5, etc.)
|
main.py
CHANGED
|
@@ -535,7 +535,7 @@ with gr.Blocks(title="VulnBuster - AI Security Agent", theme=gr.themes.Soft()) a
|
|
| 535 |
| **π Detect Secrets** | Secret detection | API keys, tokens, credentials with entropy analysis |
|
| 536 |
| **π‘οΈ Semgrep** | Multi-language analysis | Advanced patterns, custom rules, 20+ languages |
|
| 537 |
| **π¦ Pip Audit** | Dependency scanning | CVE vulnerabilities, supply chain security |
|
| 538 |
-
| **π Circle Test** | Policy compliance |
|
| 539 |
|
| 540 |
## π Agent Demo for Track 3
|
| 541 |
This Space showcases **intelligent agent capabilities**:
|
|
@@ -544,6 +544,9 @@ with gr.Blocks(title="VulnBuster - AI Security Agent", theme=gr.themes.Soft()) a
|
|
| 544 |
- AI-powered vulnerability prioritization
|
| 545 |
- Automated fix generation with context understanding
|
| 546 |
|
|
|
|
|
|
|
|
|
|
| 547 |
---
|
| 548 |
""")
|
| 549 |
|
|
|
|
| 535 |
| **π Detect Secrets** | Secret detection | API keys, tokens, credentials with entropy analysis |
|
| 536 |
| **π‘οΈ Semgrep** | Multi-language analysis | Advanced patterns, custom rules, 20+ languages |
|
| 537 |
| **π¦ Pip Audit** | Dependency scanning | CVE vulnerabilities, supply chain security |
|
| 538 |
+
| **π Circle Test** | Policy compliance (White Circle API) | 12 security policies, code quality standards |
|
| 539 |
|
| 540 |
## π Agent Demo for Track 3
|
| 541 |
This Space showcases **intelligent agent capabilities**:
|
|
|
|
| 544 |
- AI-powered vulnerability prioritization
|
| 545 |
- Automated fix generation with context understanding
|
| 546 |
|
| 547 |
+
## π Full Documentation
|
| 548 |
+
**For detailed information about each security tool, examples, and technical architecture, please read the [README.md](https://huggingface.co/spaces/Agents-MCP-Hackathon/VulnBuster/blob/main/README.md) file.**
|
| 549 |
+
|
| 550 |
---
|
| 551 |
""")
|
| 552 |
|