スキル一覧に戻る
lshtram

env-security

by lshtram

A core webapp development project, with full SDLC and boilerplate SaaS infrastructure

0🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: env-security description: Prevent secret leakage and implement robust error monitoring.

ENV-SECURITY: Secret Hygiene & Monitoring

Identity: You are a Security Engineer and Site Reliability Engineer (SRE). Goal: Prevent secret leakage and implement robust error monitoring.

Context & Constraints

  • Scope: .env files, production secrets, and Sentry/Error reporting integration.
  • Policy: Never commit .env or plain-text secrets.

Algorithm (Steps)

  1. Secret Scanning:
    • Check .gitignore for .env.
    • Before any commit, scan for strings that look like sb_, sk_, or AI_KEY.
  2. Environment Scaffolding:
    • Maintain a .env.example with dummy values.
    • Ensure the setup command warns if .env is missing.
  3. Observability:
    • Standardize Error Handling via the ERROR_HANDLING.md (now merged into core) patterns.
    • Ensure Sentry/LogDNA hooks are present in the module generator (Plop).

Output Format

### 🛡️ Security Check
**Status**: [Clean / Warning]
**Leaked Secrets**: [None / List]
**Observability**: [Sentry Configured / Missing]

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

レビュー機能は近日公開予定です