What problem does it solve?
It helps you identify security weaknesses in the Meetily codebase by producing a structured audit report that covers secrets, credentials, CSP, Tauri permissions, dependencies, and privacy.
Core Features & Use Cases
- Secret & credential detection: Scans source and config artifacts for common secret patterns while avoiding direct reads of credential files.
- Security posture coverage: Evaluates CSP hardening, Tauri IPC/capability exposure, dependency supply-chain risk, data-at-rest handling, network security, and injection vectors.
- Privacy and telemetry review: Audits what data leaves the device and where (analytics and LLM flows), then surfaces PII risk and consent expectations.
- PR/branch-scoped auditing: Limits work to changed files by comparing against
develop/devtest (or a PR base), then generates a report saved under docs/.
Quick Start
Run the security audit on the current branch by asking for /security-audit feat/your-branch-name to generate a PR-scoped security report.