Autonomous Technical Debt & Security Remediation Agent
Project description
Refactoring Agent 🛡️
Autonomous Technical Debt & Security Remediation Agent.
Refactoring Agent goes beyond simple linting. It is an infrastructure layer for Continuous Modernization that:
- Scans legacy code for technical debt and Critical Security Vulnerabilities.
- Fixes issues automatically using a deterministic Rule Engine and LLMs (OpenAI/Ollama).
- Protects your codebase with strict CI/CD gates.
"Snyk finds the vulnerability. Refactoring Agent fixes it."
🚀 Key Features
🛡️ Security Scanning (New in v3.11)
Proactively hunts for critical vulnerabilities that static linters often miss:
- 🚫 Arbitrary Code Execution: Detects and blocks
eval()andexec(). - 🚫 Shell Injection: Flags dangerous
os.system()calls. - 🚫 Safe I/O: Enforces modern
input()over insecure legacy alternatives.
Example Output:
[ERROR] src/payment_gateway.py:12 Security Risk: usage of eval() detected. This allows arbitrary code execution.
[ERROR] src/utils.py:45 Security Risk: usage of os.system() detected. Vulnerable to shell injection.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file refactoring_agent-3.12.0.tar.gz.
File metadata
- Download URL: refactoring_agent-3.12.0.tar.gz
- Upload date:
- Size: 16.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb51e78cace94185054f67d80cd9900a8a7af4cdf8aa5c9972d2993eb8173e12
|
|
| MD5 |
3446c766866af8be5b2fcb8d741f7a70
|
|
| BLAKE2b-256 |
44e235e33c3ed60e081288e179dc4ef7823197ddf97da4045b935f7f126b2b69
|
File details
Details for the file refactoring_agent-3.12.0-py3-none-any.whl.
File metadata
- Download URL: refactoring_agent-3.12.0-py3-none-any.whl
- Upload date:
- Size: 14.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e6c9d06d1b4aa5712eb08684e6f1619551ccedecb35a9308096b1c6973bb962
|
|
| MD5 |
579d618bae0f3f0fe47705dd0b709b54
|
|
| BLAKE2b-256 |
3742817a09141457b4941b4c5e6c34f982a4f04b5398babba06f3744f87068da
|