Securing mas
Skill qte77/claude-code-plugins/plugins/mas-design/skills/securing-mas
A Claude Code plugin marketplace providing skills, rules, and scripts extracted from a production development workflow.
npx -y skills add qte77/claude-code-plugins --skill securing-masAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Apply OWASP MAESTRO, MITRE ATLAS, NIST AI RMF, and ISO 42001/23894 security frameworks to MAS designs
SKILL.md
3.3 KB, 720 tokens by cl100k_base, as published. Nobody here has run it
Securing Multi-Agent Systems
Target: $ARGUMENTS
When to Use
Trigger this skill when:
- Conducting security reviews of agent systems
- Threat modeling for multi-agent architectures
- Reviewing plugin implementations for security
- Designing security controls for pipelines
Framework Stack
MITRE ATLAS (attack taxonomy — what adversaries do)
| informs threat identification
v
OWASP MAESTRO (threat model — what to defend against in MAS)
| maps threats to controls
v
NIST AI RMF (risk framework — how to govern/map/measure/manage)
| operationalized by
v
ISO 42001 + 23894 (certifiable management system + risk methodology)
Use all four layers together: ATLAS enumerates attack vectors, MAESTRO maps them to MAS-specific controls, NIST AI RMF structures governance, and ISO provides the certifiable management system.
Workflow
-
Review the framework stack —
references/mas-security.mdfor the conceptual overview of MAESTRO, ATLAS, NIST AI RMF, and ISO 42001/23894 layers working together. -
Apply the 7-layer security check — for each new component, walk through every MAESTRO layer. See
references/maestro-7-layer-checklist.mdfor the actionable per-layer checklist (Model → Orchestration). -
Run the plugin security checklist — before marking an implementation complete, verify input validation, output safety, resource management, observability, and external dependencies. See
references/plugin-security-checklist.md. -
Document threats in the cross-framework matrix — for each feature, map concerns to ATLAS techniques, MAESTRO layers, NIST functions, and ISO controls. Start from
references/threat-matrix-template.mdand add feature-specific rows. -
Avoid common vulnerability patterns — consult
references/common-vulnerabilities.mdfor vulnerable/secure code examples: prompt injection (L1), type confusion (L2), resource exhaustion (L5), secret leakage (L6). -
Test security controls explicitly — write tests that exercise each MAESTRO layer's controls. See
references/security-testing-patterns.mdfor pytest examples (input validation, timeout enforcement, error message safety).
Further Reading
What ships with it: 6 files
12.7 KB alongside SKILL.md