跳到主要内容
知仓学习社ZHICANG

security-checklist

Reference document for monopoly security-checklist.

不碰外部(只输出文字)无严重或高危命中sickn33/agentic-awesome-skills

它会碰到什么

扫了多少1 个文本文件,3 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

MONOPOLY — Security Hardening Checklist

When to Use

  • Use this skill when the task matches this description: Reference document for monopoly security-checklist.

Network Security

  • [ ] All services inside private VPC; only LB/API GW exposed publicly
  • [ ] Security groups follow least-privilege (deny all, allow specific ports/CIDRs)
  • [ ] NACLs as secondary defense layer
  • [ ] WAF enabled with OWASP top 10 ruleset
  • [ ] DDoS protection (Cloudflare / AWS Shield Standard minimum)
  • [ ] VPN or Private Link for inter-service communication in multi-region

Authentication & Authorization

  • [ ] JWT tokens with short expiry (15 min access, 7 day refresh)
  • [ ] OAuth 2.0 / OIDC for third-party auth
  • [ ] MFA enforced for admin accounts
  • [ ] RBAC or ABAC for authorization
  • [ ] No secrets in JWT payload (use opaque references)
  • [ ] Token revocation strategy (Redis blocklist or short TTL)

API Security

  • [ ] Rate limiting at API gateway (per user, per IP, per endpoint)
  • [ ] Input validation and sanitization on all endpoints
  • [ ] SQL injection prevention (parameterized queries, ORM)
  • [ ] XSS prevention (output encoding, CSP headers)
  • [ ] CSRF protection (SameSite cookies, CSRF tokens)
  • [ ] CORS policy locked down (not wildcard *)
  • [ ] HTTP security headers (HSTS, X-Frame-Options, X-Content-Type-Options)

Data Security

  • [ ] Encryption in transit (TLS 1.2+ everywhere, TLS 1.3 preferred)
  • [ ] Encryption at rest (AES-256 for DBs, S3 SSE)
  • [ ] PII data identified, minimized, and encrypted at field level where needed
  • [ ] Database backups encrypted
  • [ ] No sensitive data in logs (PII, passwords, tokens, card numbers)

Secrets Management

  • [ ] No secrets in code or environment variables in plain text
  • [ ] Secrets manager in use (HashiCorp Vault, AWS Secrets Manager, GCP Secret Manager)
  • [ ] Secrets rotation automated
  • [ ] IAM roles for service-to-service auth (not static credentials)

Supply Chain & Dependencies

  • [ ] Dependency scanning (Snyk, Dependabot, npm audit)
  • [ ] Container image scanning (Trivy, ECR scanning)
  • [ ] Pin dependency versions in production
  • [ ] SBOM (Software Bill of Materials) generated for compliance

Incident Response

  • [ ] Audit logs for all admin actions and data access
  • [ ] Alerting on anomalous access patterns
  • [ ] Incident response runbook documented
  • [ ] Data breach notification process defined (GDPR 72-hour rule)
  • [ ] Regular penetration testing scheduled

Compliance (as applicable)

  • [ ] GDPR: data residency, right to deletion, consent tracking
  • [ ] PCI-DSS: if handling card data — never store raw PANs
  • [ ] HIPAA: if health data — encryption, audit logs, BAA with vendors
  • [ ] SOC 2 Type II: access control, availability, confidentiality evidence

Example

User request:

> Review this Monopoly implementation against its security checklist and report each failed control with evidence.

Limitations

  • This is a reference document and may not cover all edge cases. Always verify architectures before production.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

同名技能的其他版本

有 3 个不同仓库或目录里都有叫 security-checklist 的技能。它们内容并不相同,别混用: