by Kelronmos
SWI is a single-process reference pipeline for security and workflow integrity. Module 00 orchestrates security probing, context checks, PII redaction, drift analysis, memory validation, and audit logging. Modules 01, 04, 08 and 10 provide standalone integrity, encryption, authentication and execution utilities.
# Add to your Claude Code skills
git clone https://github.com/Kelronmos/SWI-V1-Module-1-10Guides for using data processing skills like SWI-V1-Module-1-10.
SWI-V1-Module-1-10 is an open-source data processing skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Kelronmos. SWI is a single-process reference pipeline for security and workflow integrity. Module 00 orchestrates security probing, context checks, PII redaction, drift analysis, memory validation, and audit logging. Modules 01, 04, 08 and 10 provide standalone integrity, encryption, authentication and execution utilities. It has 0 GitHub stars.
SWI-V1-Module-1-10's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/Kelronmos/SWI-V1-Module-1-10" and add it to your Claude Code skills directory (see the Installation section above).
SWI-V1-Module-1-10 is primarily written in Python. It is open-source under Kelronmos on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other Data Processing skills you can browse and compare side by side. Open the Data Processing category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh SWI-V1-Module-1-10 against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Structured Workflow Intelligence reference implementation.
Repository identity: GitHub name
SWI-V1-Module-1-10is retained for historical continuity. The current reference implementation is V1.1 / Modules 00–11 (Foundation + ScarStore + continuity helpers). It is not limited to modules 1–10 despite the repository slug.
Licence: Apache License 2.0
Start: docs/START_HERE.md · Governance: docs/GOVERNANCE_LOCK.md
Tip CI: docs/TIP_CI_STATUS.md · pre-R (design): docs/PRE_R_INDEX.md
⚠️ Experimenters: Read
docs/SWI_EXPERIMENTAL_WARNING.mdbefore forking, modifying, or building on experimental / PRE-R material.
Named ≠ Implemented · Implemented ≠ Tested · Tested ≠ Sealed · Sealed ≠ Authorized.
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python -m pytest -q
./scripts/verify.sh
M03 → M02 → M05 → M06 → M07 / M09 → PipelineResult
→ export_foundation_evidence() → FoundationEvidenceEnvelope
Kernel contract failure → HALT.
| Item | State |
|---|---|
| M02 / M03 / M05 / M06 | SEALED (bounded contracts) |
| M07 / M09 | Trainer integrity · not kernel-sealed |
| ScarStore | IMPLEMENTED / TESTED |
| M11 Continuity Lock | IMPLEMENTED / TESTED |
| Foundation evidence export | IMPLEMENTED / TESTED · unsigned |
| Authority boundary | IMPLEMENTED / TESTED · tip CI · not sealed |
| Ed25519 helper | Primitive only · not CRTG |
| Foundation Seal 5 | NOT READY |
| CRTG | PROPOSED / design track |
| Tip CI | See docs/TIP_CI_STATUS.md |
| Bidirectional return path (pre-R) | DESIGN only · NOT AUTHORIZED · NOT IMPLEMENTED |
Advance when the dependency boundary is validated — not by matching another repo’s module count.
Readiness % never overrides a failed critical gate.
«Do not claim what the code cannot demonstrate.»
Next: prove the foundation (Seal 5 path). pre-R remains experimental design until explicitly authorized.