-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add HefestoAI — AI-generated code quality guardian (21 formats) #1785
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,33 @@ | ||||||||||||||||||||||||||||||||||
| name: HefestoAI | ||||||||||||||||||||||||||||||||||
| categories: | ||||||||||||||||||||||||||||||||||
| - linter | ||||||||||||||||||||||||||||||||||
| tags: | ||||||||||||||||||||||||||||||||||
| - python | ||||||||||||||||||||||||||||||||||
| - typescript | ||||||||||||||||||||||||||||||||||
| - javascript | ||||||||||||||||||||||||||||||||||
| - java | ||||||||||||||||||||||||||||||||||
| - go | ||||||||||||||||||||||||||||||||||
| - rust | ||||||||||||||||||||||||||||||||||
| - csharp | ||||||||||||||||||||||||||||||||||
| - terraform | ||||||||||||||||||||||||||||||||||
| - dockerfile | ||||||||||||||||||||||||||||||||||
| - yaml | ||||||||||||||||||||||||||||||||||
| - sql | ||||||||||||||||||||||||||||||||||
| - shell | ||||||||||||||||||||||||||||||||||
| - groovy | ||||||||||||||||||||||||||||||||||
| - json | ||||||||||||||||||||||||||||||||||
| - toml | ||||||||||||||||||||||||||||||||||
| - powershell | ||||||||||||||||||||||||||||||||||
| - cloudformation | ||||||||||||||||||||||||||||||||||
| - helm | ||||||||||||||||||||||||||||||||||
| license: MIT | ||||||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||||||
| license: MIT | |
| license: MIT License |
Copilot
AI
Mar 31, 2026
There was a problem hiding this comment.
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.
| across 21 formats. Pre-commit compatible, CI/CD ready, and | |
| across many formats. Pre-commit compatible, CI/CD ready, and |
Copilot
AI
Mar 31, 2026
There was a problem hiding this comment.
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.
| - 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tags
tomlandhelmare not present indata/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 todata/tags.ymlin this PR.