feat(web-security): add fireprox runtime support and ip-rotation skill#49
Merged
GangGreenTemperTatum merged 1 commit intoJun 12, 2026
Conversation
- Install fireprox (AWS API Gateway IP rotation) in install_tools.sh and Dockerfile.runtime at ~/git/fireprox. - Add optional fireprox check to capability.yaml. - Bump version to 1.1.3 and update description/keywords. - Add ip-rotation skill covering both flareprox and fireprox backends, including activation gate, backend selection, lifecycle, and cleanup guidance. - Update agent prompt to reference IP rotation tools and the ip-rotation skill.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds fireprox (AWS API Gateway IP rotation) runtime support to the web-security capability and introduces an
ip-rotationskill that documents both backends.What's included
capabilities/web-security/scripts/install_tools.sh— cloneshttps://github.com/ustayready/fireproxto~/git/fireproxand installs its Python requirements during sandbox provisioning.capabilities/web-security/docker/Dockerfile.runtime— same fireprox install for local/CI runtime builds.capabilities/web-security/capability.yaml—1.1.3fireproxcheck (test -f "$HOME/git/fireprox/fire.py")ip-rotation,waf-bypass,rate-limit-bypass)capabilities/web-security/skills/ip-rotation/SKILL.md— new skill covering:IPROTATE_ENABLEDactivation gateflareprox_*tools)capabilities/web-security/agents/web-security.md— mentions IP rotation tools and theip-rotationskill.Notes
ip-rotationskill covers both flareprox and fireprox. If PR feat(web-security): self-contained Flareprox IP rotation tool and skill #48 (flareprox) merges first, this skill may need a small rebase to avoid duplication.AWS_ACCESS_KEY_ID/AWS_SECRET_ACCESS_KEYor~/.aws/credentials) and creates one API Gateway per target URL.Validation
bash -n capabilities/web-security/scripts/install_tools.shcapability.yamlparses and includes fireprox checkSKILL.mdfrontmatter valid and mentions both backendspython3 -m pytest capabilities/web-security/tests/ --ignore=capabilities/web-security/tests/test_bbscope.py -q→ 153 passed