security-audit

Audit Meetily codebase or PR diffs for security issues and generate a structured findings report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/sujithatzackriya/skills --skill security-audit-sujithatzackriya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-audit
Source: https://github.com/sujithatzackriya/skills/tree/main/skills/security-audit
Command: npx skills add https://github.com/sujithatzackriya/skills --skill security-audit-sujithatzackriya

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about security-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a Tauri app security audit on a specific pull request?

A Tauri security audit evaluates CSP hardening and IPC capability exposure by analyzing your codebase. It identifies potential permission misconfigurations and injection vectors, producing a structured findings report that adjusts severity contextually for desktop applications.

Can I scan for hardcoded secrets and credentials without exposing the actual values?

Yes, secret and credential detection scans source and config artifacts for common patterns while enforcing strict guardrails. These guardrails prevent the audit from directly reading or exposing the contents of credential files during the security review.

How does a privacy review check telemetry and LLM data flows in a desktop app?

A privacy review audits what data leaves the device and where it goes, focusing on analytics and LLM flows. It surfaces personally identifiable information risks and evaluates consent expectations within the generated security report.

What is dependency supply-chain risk assessment for Tauri applications?

Dependency supply-chain risk assessment evaluates your project's third-party libraries for known vulnerabilities. It checks your dependency tree for potential security weaknesses and includes the findings in a comprehensive audit report.

Does the security audit check data-at-rest and network security for desktop apps?

Yes, the security audit assesses both data-at-rest handling and network security. It evaluates how your application stores sensitive information locally and secures data transmission, adding these findings to the structured report.