security-baseline | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / security-baseline

security-baseline

maintained by amattas

star 1 account_tree 0 verified_user MIT License
bolt View GitHub

name: security-baseline description: Security requirements, threats, and controls that apply across this system.

Security Baseline

Threat Model (High Level)

  • Primary users: [internal / external]
  • Assets to protect:
    • [e.g., customer PII, payment data, secrets]
  • Primary threats:
    • [e.g., unauthorized access, data exfiltration, data tampering]

Required Controls

Authentication

  • Use [e.g., OAuth2 / OIDC / SSO] for user identity.
  • Never build custom password handling if avoidable.

Authorization

  • Enforce least privilege.
  • Centralize authorization decisions when possible.

Input Validation & Output Encoding

  • Validate all untrusted input at boundaries.
  • Sanitize or encode output where appropriate (HTML, JSON, SQL, etc.).

Secrets Management

  • Store secrets in [vault / secret manager], never in code or config files.
  • Rotate secrets according to policy.

Logging & Auditing

  • Log security-relevant events:
    • Logins, permission changes, critical operations.
  • Avoid logging sensitive data.

Common Vulnerabilities

See vulnerabilities.md for patterns to search for and avoid.

Security Testing Requirements

See security-testing.md for:

  • Required automated checks
  • Manual review steps for critical flows

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 1
GitHub Forks 0
Created Jan 2026
Last Updated 4 months ago
tools tools system admin

Related Skills

docker-expert
chevron_right
plex

plex

openclaw
star 2.4k
chevron_right
telnyx-network
chevron_right
discord-governance
chevron_right
hetzner-provisioner
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.