security
security
What it does
- Every diagram starts with @startuml and ends with @enduml
- Use left to right direction for access flows (User → AuthN → AuthZ → Resource)
- Use mxgraph.aws4. stencil syntax for security service icons
- Default colors are applied automatically — you do NOT need to specify fillColor or strokeColor
- Use rectangle "Trust Boundary" { ... } for security zones
- Directed flows use -->, audit/async flows use ..> (dashed)
Requirements & configuration
- Default colors are applied automatically — you do NOT need to specify fillColor or strokeColor
- auth --> iam : "token"
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
security FAQ
What does the security skill do?
Create security architecture diagrams using PlantUML syntax with identity, encryption, firewall, and compliance stencil icons. Best for IAM flows, zero-trust models, encryption pipelines, and threat detection architectures. Every diagram starts with @startuml and ends with @enduml Use left to right direction for access flows (User → AuthN → AuthZ → Resource)
What does security require?
Default colors are applied automatically — you do NOT need to specify fillColor or strokeColor auth --> iam : "token"
How do I install security?
Run: npx -y skills add https://github.com/markdown-viewer/skills --skill security --agent claude-code — the source lives at github.com/markdown-viewer/skills.
Maintain security?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[security on getagentictools](https://getagentictools.com/skills/markdown-viewer-skills-security?ref=badge) npx agentictools info skills/markdown-viewer-skills-security The second line is the CLI lookup for this page — handy in READMEs and docs.