Agent Skills
› relaticle/relaticle
› spatie-security
spatie-security
GitHub应用Spatie安全最佳实践,涵盖应用配置、数据库设置、服务器加固、凭证管理及代码安全审查,确保SSL、CSRF防护及Git提交签名等安全措施到位。
Trigger Scenarios
配置应用程序安全(认证、授权)
设置或审查数据库配置
配置服务器或审查基础设施
审查代码以发现安全漏洞
配置或创建签名的Git提交
Install
npx skills add relaticle/relaticle --skill spatie-security -g -y
SKILL.md
Frontmatter
{
"name": "spatie-security",
"license": "MIT",
"metadata": {
"author": "Spatie"
},
"description": "Apply Spatie's security guidelines when configuring applications, databases, servers, credentials, or signed Git commits, or when reviewing code for security concerns; use for SSL setup, CSRF protection, password hashing, database permissions, and server hardening."
}
Spatie Security Guidelines
Overview
Apply Spatie's security best practices when building, configuring, or reviewing applications and infrastructure.
When to Activate
- Activate this skill when configuring application security (authentication, authorization, forms).
- Activate this skill when setting up or reviewing database configurations.
- Activate this skill when configuring servers or reviewing infrastructure.
- Activate this skill when reviewing code for security vulnerabilities.
- Activate this skill when configuring or creating signed Git commits.
Scope
- In scope: Application security, database security, server configuration, credential management, signed Git commits.
- Out of scope: Code style, business logic, UI/UX design.
Workflow
- Identify the application, database, server, credential, or Git security concern.
- Read
references/spatie-security-guidelines.mdand focus on the relevant sections. - Apply the narrowest relevant security controls without weakening existing protections.
Core Rules (Summary)
- Store unique passwords in 1Password, enable two-factor authentication, and password-protect private keys.
- Sign all Git commits.
- Use SSL, CSRF protection, appropriate HTTP methods, and automated authorization tests.
- Hash passwords, encrypt stored API keys, isolate database users, and restrict database hosts.
- Keep servers current, disable SSH password authentication, enable unattended security updates, and restrict firewall traffic.
- Protect devices, backups, sensitive data, and browser activity.
References
references/spatie-security-guidelines.md
Version History
- 1f433f8 Current 2026-08-20 14:43


