feat(web-security): add archivealchemist runtime support and archive-path-traversal skill#50
Merged
GangGreenTemperTatum merged 1 commit intoJun 12, 2026
Conversation
…path-traversal skill - Install archivealchemist in install_tools.sh and Dockerfile.runtime at ~/git/archivealchemist for crafting malicious archives. - Add optional archivealchemist check to capability.yaml. - Bump version to 1.1.4 and update description/keywords. - Rewrite archive-path-traversal skill around archivealchemist with attack patterns (Zip Slip, symlink, hardlink, setuid, polyglot, Unicode path confusion) and an iterative working-directory workflow. - Update agent prompt to reference archive-alchemist CLI and the archive-path-traversal 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 archivealchemist runtime support to the web-security capability and updates the
archive-path-traversalskill to use it.What's included
capabilities/web-security/scripts/install_tools.sh— cloneshttps://github.com/avlidienbrunn/archivealchemistto~/git/archivealchemistduring sandbox provisioning.capabilities/web-security/docker/Dockerfile.runtime— same archivealchemist install for local/CI runtime builds.capabilities/web-security/capability.yaml—1.1.4archivealchemistcheck (test -f "$HOME/git/archivealchemist/archive-alchemist.py")archive-extraction,zip-slip,path-traversal)capabilities/web-security/skills/archive-path-traversal/SKILL.md— rewritten to cover:capabilities/web-security/agents/web-security.md— mentionsarchive-alchemistCLI and thearchive-path-traversalskill.Design notes
python3 ~/git/archivealchemist/archive-alchemist.pyviabash.Validation
bash -n capabilities/web-security/scripts/install_tools.shcapability.yamlparses and includes archivealchemist check, version1.1.4archive-path-traversal/SKILL.mdfrontmatter validpython3 -m pytest capabilities/web-security/tests/ --ignore=capabilities/web-security/tests/test_bbscope.py -q→ 153 passed