hyperflow-audit

Automate code review and security scans for Hyperflow workflows.

3|Updated May 14, 2026
One-click install
npx skills add https://github.com/Mohammed-Abdelhady/hyperflow --skill hyperflow-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hyperflow-audit
Source: https://github.com/Mohammed-Abdelhady/hyperflow/tree/main/templates/antigravity/skills/hyperflow-audit
Command: npx skills add https://github.com/Mohammed-Abdelhady/hyperflow --skill hyperflow-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the code review and security check process for Hyperflow workflows, providing multi-level reviews and reporting findings to streamline the development process.

Core Features & Use Cases

  • Multi-Level Review: Offers a range of review levels from syntax checks to security scans.
  • Security Scan: Includes mandatory security checks at L3+.
  • Automated Reporting: Writes detailed reports to .hyperflow/audits/ with one-line summaries.
  • Fix Gate: Introduces a fix gate based on the severity of findings.

Quick Start

Run the hyperflow-audit skill to review the current diff with a security scan.

Frequently Asked Questions about hyperflow-audit

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

FAQPage Schema
How do I automate code review and security scans for Hyperflow workflows?

You can automate code review and security scans for Hyperflow workflows by running a Skill that performs multi-level reviews from L1 to L5 and enforces mandatory security checks at L3 and above.

What are multi-level code reviews and how do the L1 to L5 checks work?

Multi-level code reviews provide a tiered review system ranging from basic syntax checks at lower levels to comprehensive security scans at L3 and above, ensuring thorough validation of Hyperflow workflow diffs.

Do I need a specific environment to run automated security checks on Hyperflow workflows?

Yes, executing automated security checks requires a configured Hyperflow environment and its associated tools to properly run the review scripts and generate audit reports.

How can I enforce a severity-based fix gate during development automation?

You can enforce a severity-based fix gate by running an automated audit that evaluates code review findings and blocks progress based on the severity of detected security or syntax issues.

Where are automated code review reports written when scanning Hyperflow workflows?

Automated code review reports are written directly to the .hyperflow/audits/ directory, providing detailed findings alongside one-line summaries for quick review.

Can I review only the current diff with a security scan in Hyperflow?

Yes, you can initiate a quick review of the current diff that applies mandatory security scans and multi-level checks to evaluate only the recent workflow changes.