About
This skill provides a comprehensive framework for building secure Obsidian plugins, focusing on protecting user vault data and sensitive information. It guides developers through implementing secure settings storage for API keys, robust input validation to prevent path traversal and XSS, and safe HTTP communication patterns. By using this skill, developers can ensure their plugins adhere to privacy-first principles, handle external data sharing with user consent, and avoid common security pitfalls like hardcoded secrets or excessive logging of sensitive data.