OWASP FIASSE/SSEM securability engineering plugins for Claude Code
npx claudepluginhub securability-engineering/securable-claude-pluginSecure code generation, securability analysis, and PRD enhancement through the FIASSE/SSEM framework. Scores ten engineering attributes across three pillars (Maintainability, Trustworthiness, Reliability) and maps requirements to OWASP ASVS controls.
A Claude Code plugin offering secure code generation and securability analysis through application of the OWASP FIASSE: The Securable framework. Also, part of (OWASP Secure Agent Playbook)[https://github.com/OWASP/secure-agent-playbook].
This plugin augments Claude Code with three capabilities:
Add this plugin to your project by cloning it into your workspace or adding it as a git submodule:
# Clone directly
git clone https://github.com/Xcaciv/securable-claude-plugin.git
# Or as a submodule
git submodule add https://github.com/Xcaciv/securable-claude-plugin.git
Then symlink or copy the .claude/ directory and CLAUDE.md file into your project root, or include the plugin directory in your Claude Code workspace.
| Command | Description |
|---|---|
/securability-review | Run a full SSEM securability assessment on code |
/secure-generate | Generate code with FIASSE/SSEM constraints applied |
/prd-securability-enhance | Enhance PRD features with ASVS + FIASSE/SSEM requirements |
/fiasse-lookup | Look up FIASSE/SSEM reference material by topic |
See the before/after example in:
examples/prd-enhancement/input-prd.mdexamples/prd-enhancement/enhanced-prd.mdexamples/prd-enhancement/README.mdThe Securable Software Engineering Model (SSEM) defines nine attributes across three pillars:
| Maintainability | Trustworthiness | Reliability |
|---|---|---|
| Analyzability | Confidentiality | Availability |
| Modifiability | Accountability | Integrity |
| Testability | Authenticity | Resilience |
Each attribute is scored 0–10. Pillar scores are weighted averages. The overall SSEM score is the average of the three pillar scores. See skills/securability-engineering-review/SKILL.md for full scoring details.
CLAUDE.md # Plugin entry point — Claude Code reads this first
.claude/
commands/
securability-review.md # /securability-review slash command
secure-generate.md # /secure-generate slash command
prd-securability-enhance.md # /prd-securability-enhance slash command
fiasse-lookup.md # /fiasse-lookup slash command
settings.json # Plugin permissions
.claudeignore # Files excluded from context
data/
fiasse/ # FIASSE RFC reference sections (S2.x–S8.x)
skills/
securability-engineering/ # Code generation wrapper skill
securability-engineering-review/ # Code analysis skill
prd-securability-enhancement/ # PRD securability enhancement skill
plays/
code-generation/ # Step-by-step code generation workflows
code-analysis/ # Step-by-step analysis procedures
requirements-analysis/ # Step-by-step PRD enhancement workflows
templates/
finding.md # Individual finding format
report.md # Full assessment report format
template/
SKILL.md # Template for creating new skills
scripts/
extract_fiasse_sections.py # Utility to extract sections from FIASSE RFC
examples/
prd-enhancement/ # Before/after PRD securability enhancement example
CC-BY-4.0 — See LICENSE
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage