Skip to content

Add HefestoAI — AI-generated code quality guardian (21 formats)#1785

Open
artvepa80 wants to merge 1 commit intoanalysis-tools-dev:masterfrom
artvepa80:add-hefestoai
Open

Add HefestoAI — AI-generated code quality guardian (21 formats)#1785
artvepa80 wants to merge 1 commit intoanalysis-tools-dev:masterfrom
artvepa80:add-hefestoai

Conversation

@artvepa80
Copy link
Copy Markdown

Add HefestoAI

Source: https://github.com/artvepa80/Agents-Hefesto
Homepage: https://hefestoai.narapallc.com
PyPI: https://pypi.org/project/hefesto-ai/
License: MIT

Description: AI-powered static analysis tool designed for validating AI-generated code. Catches security flaws, semantic drift, and complexity issues across 21 formats in 0.01s.

Why it belongs here:

  • Static analysis CLI tool (hefesto analyze .)
  • 346 tests, CI green
  • 677+ monthly PyPI downloads
  • Supports 21 formats: Python, TypeScript, JavaScript, Java, Go, Rust, C#, YAML, Terraform, Shell, Dockerfile, SQL, PowerShell, JSON, TOML, Makefile, Groovy, CloudFormation, ARM, Helm, Serverless
  • GitHub Action available (artvepa80/Agents-Hefesto@v4.9.8)
  • MCP server for AI agent integration
  • Unique focus: semantic drift detection in AI-generated code

Categories: linter
Types: cli, github-action

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new catalog entry for HefestoAI to the repository’s data/tools/ inventory so it can be included in the rendered static-analysis tools list.

Changes:

  • Added a new tool definition YAML for HefestoAI.
  • Classified the tool under linter with multiple language/format tags, plus CLI/action metadata and a short description.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +19 to +22
- toml
- powershell
- cloudformation
- helm
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The tags toml and helm are not present in data/tags.yml, so the renderer will fail with "Invalid tag" when parsing this entry. Please either remove/replace them with existing tags, or add the missing tags to data/tags.yml in this PR.

Suggested change
- toml
- powershell
- cloudformation
- helm
- powershell
- cloudformation

Copilot uses AI. Check for mistakes.
Comment on lines +26 to +33
- github-action
source: "https://github.com/artvepa80/Agents-Hefesto"
homepage: "https://hefestoai.narapallc.com"
description: >
AI-powered code quality guardian designed for AI-generated code.
Catches security flaws, semantic drift, and complexity issues
across 21 formats. Pre-commit compatible, CI/CD ready, and
available as an MCP server for AI agent integration.
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

types includes github-action, but the catalog schema only supports cli, gui, service, and ide-plugin (see ci/render/src/types.rs). This will cause YAML parsing/CI to fail; please remove github-action (and mention GitHub Action support in the description instead) or extend the schema in the same PR.

Suggested change
- github-action
source: "https://github.com/artvepa80/Agents-Hefesto"
homepage: "https://hefestoai.narapallc.com"
description: >
AI-powered code quality guardian designed for AI-generated code.
Catches security flaws, semantic drift, and complexity issues
across 21 formats. Pre-commit compatible, CI/CD ready, and
available as an MCP server for AI agent integration.
source: "https://github.com/artvepa80/Agents-Hefesto"
homepage: "https://hefestoai.narapallc.com"
description: >
AI-powered code quality guardian designed for AI-generated code.
Catches security flaws, semantic drift, and complexity issues
across 21 formats. Pre-commit compatible, CI/CD ready, and
available as an MCP server for AI agent integration. Also
available as a GitHub Action for CI pipelines.

Copilot uses AI. Check for mistakes.
- powershell
- cloudformation
- helm
license: MIT
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

License value MIT is inconsistent with the format used in most existing entries (e.g. MIT License). Consider updating this to match the established wording to keep rendered output consistent.

Suggested change
license: MIT
license: MIT License

Copilot uses AI. Check for mistakes.
description: >
AI-powered code quality guardian designed for AI-generated code.
Catches security flaws, semantic drift, and complexity issues
across 21 formats. Pre-commit compatible, CI/CD ready, and
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The entry claims support for 21 formats, but the tag list is missing some relevant existing tags (e.g. arm and make exist in data/tags.yml) and currently doesn’t accurately reflect the described coverage. Please align the tags and/or the description so readers can find the tool under the correct categories.

Suggested change
across 21 formats. Pre-commit compatible, CI/CD ready, and
across many formats. Pre-commit compatible, CI/CD ready, and

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants