← スキル一覧に戻る

sketch-security-guardrails
by joelklabo
markdowntown scan CLI
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: sketch-security-guardrails description: Security and privacy guardrails for Sketch Magic. Use when handling API keys, logs, uploads, telemetry, or when debugging errors to avoid leaking secrets or user images.
Sketch Security Guardrails
Overview
Provide safe handling rules for keys, logs, and user uploads while debugging or adding telemetry.
Workflow
- Never log secrets: API keys, bearer tokens, or auth headers.
- Never log raw images: no base64 image bytes or file payloads.
- Avoid full prompts: log only prompt length or hash.
- Telemetry minimalism: only metadata (duration, provider, error code).
- Review logs before sharing: scrub console output in proof videos or screenshots.
Safe Debug Patterns
- Log error codes instead of full stack traces when user-visible.
- Use sample files or stubbed requests for proof videos.
- Keep logs off by default unless
ENABLE_TELEMETRY=true.
References
references/security-guardrails.md
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です