security-audit

Audit FreyAI Visions for DSGVO compliance and OWASP Top 10 risks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the critical need for robust security and compliance in the FreyAI Visions platform, which handles sensitive customer and financial data. It proactively identifies and mitigates vulnerabilities.

Core Features & Use Cases

  • Comprehensive Audits: Performs detailed security reviews covering CSP, XSS, RLS, authentication, and DSGVO compliance.
  • Vulnerability Assessment: Scans code for hardcoded secrets and injection flaws.
  • Use Case: A developer pushes a new feature. The security-audit skill is triggered to review the code changes, ensuring no new vulnerabilities are introduced and that all security best practices are followed before deployment.

Quick Start

Run a full security audit on the entire project.

Frequently Asked Questions about security-audit

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

FAQPage Schema
How do I run a security audit for DSGVO compliance and OWASP Top 10 risks?

To run a security audit for DSGVO compliance and OWASP Top 10 risks, trigger a full project scan to analyze CSP, XSS prevention, RLS policies, authentication flows, and hardcoded secrets across JavaScript and HTML files. The audit produces a strict compliance report.

What does Cross-Site Scripting (XSS) prevention analysis cover in a code audit?

Cross-Site Scripting (XSS) prevention analysis in a code audit covers scanning JavaScript and HTML files for injection flaws, verifying Content Security Policy (CSP) headers, and ensuring authentication flows follow secure best practices. It detects hardcoded secrets and configuration vulnerabilities.

Can I use this security audit to check Row Level Security policies and authentication flows?

Yes, you can use this security audit to check Row Level Security (RLS) policies and authentication flows. It conducts in-depth vulnerability assessments specifically analyzing RLS implementations and authentication mechanisms to ensure sensitive customer and financial data remains protected.

How do I detect hardcoded secrets in JavaScript and configuration files?

You detect hardcoded secrets in JavaScript and configuration files by running a comprehensive vulnerability assessment scan. The audit proactively identifies and mitigates these exposed secrets alongside injection flaws before deployment, ensuring strict security best practices are followed.

What is the best way to ensure DSGVO compliance for a platform handling sensitive customer data?

The best way to ensure DSGVO compliance for a platform handling sensitive customer data is performing an in-depth security audit focused on GDPR standards. This verifies Content Security Policy, authentication flows, and Row Level Security policies while detecting hardcoded secrets.

When do I need a vulnerability assessment for Content Security Policy and XSS risks?

You need a vulnerability assessment for Content Security Policy and XSS risks when pushing new features or handling sensitive financial data. The audit reviews code changes to ensure no new vulnerabilities are introduced and all OWASP Top 10 security best practices are followed.