oracle-security
SolidSecurity architecture and threat modeling knowledge. Auto-invokes when designing features that handle untrusted data, authentication, authorization, external integrations, file uploads, or sensitive data. Provides risk assessment frameworks, trust boundary analysis, and security design principles — not implementation code.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- martinffx
- Repository
- martinffx/atelier
- Created
- 8 months ago
- Last Updated
- 1 months ago
- Language
- TypeScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
model-security-threats
Model security threats for a trust boundary before implementation.
principle-security
Security design principles — trust boundaries and input validation, secure defaults and defense in depth, lightweight threat modeling, cryptography hygiene, RBAC/ABAC authorization models, OAuth 2.0/OIDC token validation. Auto-load when designing auth, discussing authn or authz, handling secrets or credentials, defining trust boundaries, validating untrusted input, considering SSRF or CSRF, configuring TLS, weighing least-privilege trade-offs, choosing RBAC or ABAC, handling PII or GDPR data, or pinning deps and generating an SBOM.
threat-model-gate
Use when planning security-sensitive features — authentication, authorization, data handling, API design, cryptography, or network configuration — requires explicit threat modeling before implementation decisions are made