Back to list
amattas

security-baseline

by amattas

0🍴 0📅 Jan 19, 2026

SKILL.md


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

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon