qa-security-auditor

Audit QoreDB codebase for security and QA risks with a structured checklist.

137|8|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/QoreDB/QoreDB --skill qa-security-auditor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-security-auditor
Source: https://github.com/QoreDB/QoreDB/tree/main/.agent/skills/qa-security-auditor
Command: npx skills add https://github.com/QoreDB/QoreDB --skill qa-security-auditor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a security and QA auditing workflow for the QoreDB codebase, helping teams identify and mitigate risks before changes reach production.

Core Features & Use Cases

  • Sensitive Data Exposure checks in logs and telemetry to prevent credential leaks.
  • Dangerous Operations validation to guard against accidental data loss or privileged actions.
  • Tauri Permissions review to ensure filesystem and shell access are restricted to what is necessary.
  • SQL/NoSQL safety checks for proper parameterization and validation.
  • Guidance for code reviews and pre-merge checks across critical features.

Quick Start

Run qa-security-auditor on the repository to perform the security and QA audit and generate a concise report.

Frequently Asked Questions about qa-security-auditor

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

FAQPage Schema
How do I audit my codebase for security risks before a merge?

Automated security audits review your codebase for data exposure, dangerous operations, and permission risks before merges. This process checks sensitive logs, validates privileged actions, and ensures safe query usage to guarantee release readiness.

What do Tauri permissions reviews check for during a security audit?

Tauri permissions reviews check that filesystem and shell access are restricted to only what is necessary. This security audit step prevents overly broad capabilities and ensures your application maintains strict access controls.

How does a security audit detect sensitive data exposure in logs?

Security audits detect sensitive data exposure by applying structured checklist checks to logs and telemetry. This validation prevents accidental credential leaks by verifying that sensitive data is not written during operations.

Can I validate SQL and NoSQL query safety during code reviews?

Yes, you can validate SQL and NoSQL query safety during code reviews. The process checks for proper parameterization and validation to ensure safe query usage and prevent injection risks across the database layer.

What is the best way to guard against dangerous operations in code?

Dangerous operations validation guards against accidental data loss and privileged actions. By running a pre-merge security audit, you can identify and mitigate these high-risk code changes before they reach production.