Add HefestoAI — AI-generated code quality guardian (21 formats)#1785
Add HefestoAI — AI-generated code quality guardian (21 formats)#1785artvepa80 wants to merge 1 commit intoanalysis-tools-dev:masterfrom
Conversation
There was a problem hiding this comment.
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
linterwith 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.
| - toml | ||
| - powershell | ||
| - cloudformation | ||
| - helm |
There was a problem hiding this comment.
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.
| - toml | |
| - powershell | |
| - cloudformation | |
| - helm | |
| - powershell | |
| - cloudformation |
| - 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. |
There was a problem hiding this comment.
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.
| - 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. |
| - powershell | ||
| - cloudformation | ||
| - helm | ||
| license: MIT |
There was a problem hiding this comment.
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.
| license: MIT | |
| license: MIT License |
| 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 |
There was a problem hiding this comment.
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.
| across 21 formats. Pre-commit compatible, CI/CD ready, and | |
| across many formats. Pre-commit compatible, CI/CD ready, and |
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:
hefesto analyze .)artvepa80/Agents-Hefesto@v4.9.8)Categories: linter
Types: cli, github-action