Agent skill
sketch-security-guardrails
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/sketch-security-guardrails
SKILL.md
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?