Back to list
joelklabo

sketch-security-guardrails

by joelklabo

markdowntown scan CLI

0🍴 0📅 Jan 19, 2026

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

  1. Never log secrets: API keys, bearer tokens, or auth headers.
  2. Never log raw images: no base64 image bytes or file payloads.
  3. Avoid full prompts: log only prompt length or hash.
  4. Telemetry minimalism: only metadata (duration, provider, error code).
  5. 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

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