August 9, 2026
Vigil — AI Security Review by Claude
Version updated for https://github.com/nadirzhon/vigil to version v1.
This action is used across all versions by 0 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Vigil is a GitHub Action that performs AI-based security reviews on pull requests by analyzing changes using Claude. It detects injection, hard-coded secrets, broken authorization, unsafe crypto, SSRF, XSS, and other security vulnerabilities. The tool reports these findings as comments directly in the pull request with severity levels, confidence scores, and fixes suggested for each issue.
August 9, 2026
XAI Review
Version updated for https://github.com/Nikita-Filonov/ai-review to version v0.76.0.
This action is used across all versions by 8 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary AI Review is a developer tool that automates AI-powered code reviews in your CI/CD pipeline, providing inline comments, summary reviews, and AI-generated replies directly inside merge requests. It supports multiple LLM providers, VCS integration, customizable prompts, agent mode, and flexible configuration options, running client-side without proxying or inspecting requests.
August 9, 2026
Odin Scan - Smart Contract Security
Version updated for https://github.com/Odin-Scan/odin-scan-action to version v1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the security scanning of CosmWasm, Solana, and EVM projects using AI-powered smart contract analysis. It integrates with GitHub Code Scanning to provide native security alerts in pull requests, posts detailed findings as inline comments on changed files, and allows for configurable severity thresholds. The action supports automatic platform detection or explicit specification, triggers scans via PR comments, and uploads full reports and SARIF data for further analysis.
August 9, 2026
Garita PII Guard
Version updated for https://github.com/proscar87/garita to version v0.27.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Garita is a GitHub Action that prevents sensitive personal and credential information from entering your repository by enforcing rules for various identity verification codes (e.g., CURP, RFC) using regular expressions in its configuration. It helps automate the process of checking files against a list of prohibited identifiers to maintain data integrity while auditing financial transactions.
August 9, 2026
Configure Node.js
Version updated for https://github.com/pwrdrvr/configure-nodejs to version v1.3.0.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the installation of Node.js, detects the package manager (npm, pnpm, or Yarn), enables Corepack when necessary, and restores the correct cache to optimize build times. It handles different cache scenarios efficiently by running cold installs only when absolutely necessary, reducing costs associated with cache misses during warm cache restoration.
August 9, 2026
Allure Notifications
Version updated for https://github.com/qa-guru/allure-notifications to version v6.0.14.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates sending test results to a Telegram channel using Allure reports. It supports various workflows, including one for integrating with the Marketplace, another for native npm CLI usage, and an alternative capability using an Allure plugin. The action can be run manually or as part of a release gate workflow.
August 9, 2026
wavedash-action
Version updated for https://github.com/remarkablegames/wavedash-action to version v1.1.0.
This action is used across all versions by 6 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The WaveDash Action automates the process of uploading and publishing web game files to Wavedash, an online platform for hosting games. It supports creating wavedash.toml configuration files automatically if not provided, and allows users to publish builds with additional metadata such as build messages and changelog items during the publish process. The action is designed to streamline the deployment of web games to Wavedash by handling the configuration and file uploads efficiently.
August 9, 2026
Arcana CI Gate
Version updated for https://github.com/RewithSolo/arcana-gate to version v1.0.1.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Arcana Gate is a deterministic quality gate CLI tool that uses Tarot Major Arcana to make release decisions. It automates the deployment process by checking for negative cards before proceeding, thereby ensuring the integrity and safety of software deployments in production. The action provides absolute determinism through SHA-256 hashing and ensures zero flaky outcomes, making it ideal for DevSecOps teams.
August 9, 2026
scheck-action
Version updated for https://github.com/rh-jfuller/scheck-action-v1 to version 0.2.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The scheck GitHub Action automates JSON/YAML validation against assertion-based rules using the scheck tool. It supports text, JSON, and SARIF output formats with optional uploading to GitHub Code Scanning. Key capabilities include flexible rule file selection, support for multiple phases, input/output formats, and non-blocking validation options.
August 9, 2026
aislop — AI Code Quality Gate
Version updated for https://github.com/scanaislop/aislop to version v0.14.1.
This action is used across all versions by 4 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The aislop GitHub Action is designed to detect and score AI-slop, such as narrative comments, swallowed exceptions, hidden fallbacks, as any casts, hallucinated imports, duplicated helpers, dead code, todo stubs, oversized functions in your codebase. It provides a comprehensive set of rules for 10 programming languages (TypeScript, JavaScript, Expo/React Native, Python, Go, Rust, Ruby, PHP, C#, and C/C++) to ensure code quality and maintainability. The action scores every change with sub-second speed and is deterministic, using no LLM in the runtime path. It supports installation via npm, Yarn, Bun, Homebrew, and PyPI, and offers CLI tools for repair, auto-fix, CI mode, and per-edit hooks.