August 8, 2026
Argus AI Code Reviewer
Version updated for https://github.com/SahooShuvranshu/Argus to version v1.0.0.
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 ARGUS is a GitHub Action that automates an AI-driven 3-stage review process on Pull Requests, generating visual topology flowcharts, enforcing architectural compliance, and catching technical debt. It uses Google Gemini for LLM inference and supports OpenAI cloud compatibility.
August 8, 2026
AgentAuditKit MCP Security Scan
Version updated for https://github.com/sattyamjjain/agent-audit-kit to version v0.3.69.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action is a security scanner designed to audit AI agent pipelines. It runs offline and deterministically, finds misconfigurations, hardcoded secrets, tool poisoning, rug pulls, trust boundary violations, and tainted data flows across 10 agent platforms. Key capabilities include running fully offline, producing auditor-ready compliance-evidence packs, and supporting OWASP coverage for top security categories. The action provides a total of 284 rules across 12 categories, with 85 scanner modules, including AST-based Python taint analysis and regex pattern scanners for TypeScript/JavaScript and Rust.
August 8, 2026
Storybook VRT (green/red diff)
Version updated for https://github.com/sgash708/chromagic to version v1.2.1.
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 chromagic GitHub Action automates Chromatic-like visual regression testing for Storybook projects without relying on external SaaS. It captures screenshot diffs of changed stories and posts them as inline comments in PRs, providing a two-color green/red diff to highlight differences. The action supports multiple viewports and customizable thresholds and outputs counts of changed, new, deleted, matching, and total stories.
August 8, 2026
Classroom to sheets integration
Version updated for https://github.com/SPGC/ClassroomToSheetsIntegration to version v0.1.0marketplace.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of sending assignment results from GitHub Classroom to Google Sheets. It uses Google Sheets API credentials stored as secrets and integrates with the classroom-resources/autograding-command-grader@v1 grader to fetch task results. The action automatically updates or creates necessary columns and rows in the Google sheet based on student names and task results, making it easy to track grading progress across a class.
August 8, 2026
runward gate
Version updated for https://github.com/stranxik/runward to version v0.33.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 Summary: Runward is an open-source method for verifying engineering decisions in AI-generated code. It automates the verification process of architectural, security, and operational aspects by creating a deterministic gate that checks the integrity of the delivered software. The action simplifies the setup and execution of the verification process with a single command.
August 8, 2026
Get PR Push token
Version updated for https://github.com/tiangolo/pr-push to version 0.0.1.
This action is used across all versions by 4 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The PR Push GitHub App automates the process of issuing short-lived, repository-scoped tokens for workflows that update pull request branches. It helps manage access to sensitive information securely and efficiently by granting permissions only to authorized workflows, thereby enhancing security and reducing potential vulnerabilities. The action ensures that tokens are issued only when necessary and is designed to integrate seamlessly with GitHub Actions workflows.
August 8, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint to version v0.15.1.
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 is a security-focused linter for Docker Compose files that automates static analysis to catch dangerous misconfigurations. It identifies issues such as privileged containers, unpinned images, host-network sharing, sensitive bind mounts, and hard-coded credentials, providing auto-fixes where possible. The action solves the problem of catching vulnerabilities in Docker Compose configurations before they reach production, using OWASP and CIS benchmarks for guidance.
August 8, 2026
Setup Upwarden
Version updated for https://github.com/upwarden-io/setup-upwarden to version v2.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 Summary:
The setup-upwarden GitHub Action is a composite action designed to automate dependency fetches in CI pipelines by authenticating and attributing requests through the Upwarden proxy using OIDC. It simplifies the process of managing dependencies securely, ensuring that each fetch is authenticated, attributed, and policy-enforced. The action supports various package managers, including npm, pnpm, yarn, pip, Maven, Gradle, Bun, Cargo (crates), Go modules, NuGet, and allows for static mode with a standing Upwarden key in cases where OIDC is not available.
August 8, 2026
AI Slop PR Guard
Version updated for https://github.com/Zensoro/ai-slop-detector to version v1.0.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 This GitHub Action uses pure regular expression structural features to score PR/Issue bodies, flagging suspected AI-generated content with a label and scored comment. It labels without automatically closing issues unless opted in. The action is designed to reduce false positives by subtracting human signals such as referencing issue numbers or short bodies.
August 8, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version v1.0.1.
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 Zuke automates the creation of build pipelines in various CI/CD platforms using a TypeScript-driven approach. It solves the problem of managing complex build processes by providing a type-safe way to define targets and their dependencies through a class-based syntax. The action generates GitHub Actions, GitLab CI, or Azure Pipelines YAML based on the project’s configuration, ensuring consistent and maintainable builds across different environments.