2 Plugins _verified_ | Openbullet
is a powerful, open-source web testing suite used primarily for security testing, penetration testing, and automation of HTTP/HTTPS requests. It allows users to create "configs" (configuration files) that define a sequence of requests, data processing, and capture of specific values (e.g., tokens, responses).
| Risk | Mitigation | |------|-------------| | Malicious plugins accessing filesystem | Run OpenBullet 2 in a sandbox / restricted user account | | Infinite loops or resource exhaustion | Implement CancellationToken and timeout logic in blocks | | Dependency conflicts | Use isolated AssemblyLoadContext per plugin (planned for OB2 v2.5+) | | Sensitive data exposure | Avoid hardcoding secrets; use PluginConfig or environment variables | Openbullet 2 Plugins
On-the-fly mutation.



