[P2] feat(swarm): Implement Byzantine Swarm Protection - #614
Closed
fallofpheonix wants to merge 3 commits into
Closed
fallofpheonix wants to merge 3 commits into
fallofpheonix wants to merge 3 commits into
Sourcery AI / Sourcery review
failed
May 21, 2026 in 22s
❌ Found 2 blocking security issues
Sourcery found 2 blocking security issues:
tools/create_adhoc_issues.py:30- Detected subprocess function 'run' without a static string. If this data can be controlled by a malicious actor, it may be an instance of command injection. Audit the use of this call to ensure it is not controllable by an external resource. You may consider using 'shlex.escape()'.tools/create_final_issues.py:31- Detected subprocess function 'run' without a static string. If this data can be controlled by a malicious actor, it may be an instance of command injection. Audit the use of this call to ensure it is not controllable by an external resource. You may consider using 'shlex.escape()'.
Loading