A comprehensive framework for analyzing and defending against attacks targeting Software Development Lifecycle infrastructure.
$ npx -y skills add wiz-sec-public/SITF --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
What's inside
A comprehensive framework for analyzing and defending against attacks targeting Software Development Lifecycle infrastructure.
Launch the Flow Builder - Interactive tool for mapping attack flows

Explore Techniques Visually - Interactive visual explorer with filtering and search

Automated Attack Flow Generation - Use Claude skills to automatically generate SITF-compliant attack flows and technique proposals:
| Skill | Purpose |
|---|---|
/attack-flow | Generate flows from public incidents and breach reports |
/red-team-flow | Generate flows from red team/pentest engagement reports |
/technique-proposal | Create new technique definitions when gaps are identified |
See SKILLS.md for detailed usage instructions and examples.
Launch builder locally - Download visualizer.html locally, open and build offline
Explore techniques - Download techniques-library.html locally, open and browse techniques offline
Read the Implementation Guide - Complete methodology, case studies, and usage instructions
SITF helps security teams analyze supply chain attacks by:
SITF includes Claude AI skills for automated attack flow generation. See SKILLS.md for complete documentation.
| Skill | Input | Output |
|---|---|---|
/attack-flow | Incident name, URL, or web search | sample-flows/<name>.json |
/red-team-flow | Engagement report (file/URL/text) | flows/red-team/<name>.json |
/technique-proposal | Gap description | technique-proposals/<id>.md |
Manual Method:
techniques.json - the source of truthpython3 build-techniques.py to regenerate documentation and web appAutomated Method (with Claude):
/technique-proposal to generate a complete technique definitiontechniques.jsonpython3 build-techniques.py to regenerate documentationThe build script generates:
TECHNIQUE_LIBRARY.md - Human-readable documentationapp/techniques-library.html - Visual technique explorer with filtering and searchapp/visualizer.html - Interactive attack flow builderManual Method:
Automated Method (with Claude):
/attack-flow <attack-name> websearch to automatically generate flows from incident reportsTarget Audience: Incident Response Teams, Security Architects, Threat Intelligence Teams, Security Engineers
Focus: Protecting producer organizations (software vendors, OSS maintainers) who create supply chain components
Starting April 14 2026, SITF is licensed under CC BY-NC 4.0. Versions prior to this date remain under CC BY-NC-ND 4.0.
.claude/
skills/
attack-flow/
SKILL.md
red-team-flow/
SKILL.md
technique-proposal/
SKILL.md
.github/
workflows/
deploy-pages-static.yml
app/
demo-library.gif
demo-visualizer.gif
index.html
README.md
screenshots/
circleci-flow.png
shai-hulud-2-flow.png
trustwallet.png
sitf-icon-round.png
techniques-library.html
techniques-library.html.template
visualizer.html
visualizer.html.template
build-techniques.py
CHANGELOG.md
CITATION.cff
flows/
incidents/
aqua-trivy-vscode.json
asyncapi-generator-2026.json
circleci-flow.json
clinejection.json
codebreach.json
miasma-redhat.json
s1ngularity.json
shai-hulud-2-flow.json
solarwinds.json
teampcp-campaign.json
tj-actions.json
trivy-act-ii.json
trustwallet.json
ultralytics.json
red-team/
gitlab-pipeline-hijack.json
synacktiv-cicd-red-team-engagement.json
IMPLEMENTATION_GUIDE.md
LICENSE
README.md
SKILLS.md
TECHNIQUE_LIBRARY.md
techniques.jsonFAQ
sitf is a Claude Code plugin with 3 hand-picked skills for security work, indexed on Flowy. Install it with the command on its page. It includes attack-flow, red-team-flow, technique-proposal. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.