← Back to list

env-security
by lshtram
A core webapp development project, with full SDLC and boilerplate SaaS infrastructure
⭐ 0🍴 0📅 Jan 21, 2026
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:
.envfiles, production secrets, and Sentry/Error reporting integration. - Policy: Never commit
.envor plain-text secrets.
Algorithm (Steps)
- Secret Scanning:
- Check
.gitignorefor.env. - Before any commit, scan for strings that look like
sb_,sk_, orAI_KEY.
- Check
- Environment Scaffolding:
- Maintain a
.env.examplewith dummy values. - Ensure the
setupcommand warns if.envis missing.
- Maintain a
- Observability:
- Standardize Error Handling via the
ERROR_HANDLING.md(now merged into core) patterns. - Ensure Sentry/LogDNA hooks are present in the
modulegenerator (Plop).
- Standardize Error Handling via the
Output Format
### 🛡️ Security Check
**Status**: [Clean / Warning]
**Leaked Secrets**: [None / List]
**Observability**: [Sentry Configured / Missing]
Score
Total Score
40/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon