August 7, 2026
Ward - Pre-Agent Metadata Scanner
Version updated for https://github.com/Sonofg0tham/ward to version v0.3.0.
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 Ward is a GitHub Action that automates the detection of prompt injection in various metadata fields such as branch names, commit messages, PR titles, and file names before they reach AI code reviewers or security tools. It helps prevent malicious intent by scanning these untrusted strings to catch potential attacks that traditional security tools may miss. Ward provides a 0% false-positive rate across different corpora and LLM judges, ensuring the highest level of safety for AI-driven code review processes.
August 7, 2026
Classroom to sheets integration
Version updated for https://github.com/SPGC/ClassroomToSheetsIntegration to version v0.1.0.
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 Google Classroom to a Google Sheet. It integrates with the Google Sheets API to update specified columns and rows based on task results provided by other grader actions in the workflow. The action ensures that the sheet is properly structured and handles both existing and new students dynamically, making it easy to integrate into larger workflows for automated grading systems.
August 7, 2026
OTLP GitHubAction Exporter
Version updated for https://github.com/StephenGoodall/OTLP-GitHubAction-Exporter to version v3.2.10.
This action is used across all versions by 2 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The OTLP GitHub Action Exporter is a tool that automates the export of GitHub Actions runs as OpenTelemetry Traces, Metrics, and Logs. It allows users to monitor their CI/CD workflows by exporting details and metrics from these runs via an OTLP endpoint, which can be configured for Dynatrace or New Relic. The action supports automatic token authentication and requires specific API tokens and configurations to work correctly.
August 7, 2026
TeXRA Agent
Version updated for https://github.com/texra-ai/texra-action to version v1.1.4.
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, texra-action, automates the integration of TeXRA tools into CI/CD workflows. It allows users to review pull requests inline using TeXRA’s AI agents or run any agent headlessly in CI environments, consuming and displaying the results directly within PRs. The action uses @texra-ai/cli to execute TeXRA commands and can be configured to post inline comments or generate summary reviews.
August 7, 2026
skillx — verify a signed skill
Version updated for https://github.com/The-Holding-Company/skillx-action to version v1.0.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 This GitHub Action automates the verification of signed agent “SKILL.md” files using JWS signatures and DID documents. It solves the problem of trusting unsigned or tampered skills in workflows by providing a CI-native gate that checks for validity and potential prompt-injection vulnerabilities. The action supports multiple use cases, including verifying single skills, several skills simultaneously, and handling results without failing builds when necessary.
August 7, 2026
Wails3 Build Action
Version updated for https://github.com/ToQuery/wails3-build-action to version v3-alpha.14.
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 GitHub Action automates the building of Wails.io applications using GoLang and NodeJS, providing options for customizing the build process, including obfuscation, platform support, caching, and artifact uploading. It supports building on macOS, Windows, and Linux, and can handle multiple platforms simultaneously.
August 7, 2026
Verificate Gate
Version updated for https://github.com/Verificate-Dev/verificate-gate-action 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 The Verificate Gate GitHub Action is designed to block pull requests that contain broken AI code, such as hallucinated APIs, mock/placeholder detections, or reward-gaming tests. It automates the process of checking every changed code file through a set of deterministic reality gates and fails the check on a veto, ensuring that only clean and reliable changes are allowed to merge into the repository. The action provides a clear and concise way to maintain quality in AI-driven projects by identifying potential issues early.
August 7, 2026
Sync Issues and PRs
Version updated for https://github.com/vig-os/sync-issues-action to version v0.5.0.
This action is used across all versions by 9 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This action synchronizes all issues and pull requests from a repository to markdown files, including comments and conversations, groups review threads with diff snippets when available, preserves original bodies, and includes metadata. It can be used to generate static documentation or backups of issues and pull requests.
August 7, 2026
cowork-harness
Version updated for https://github.com/yaniv-golan/cowork-harness to version v1.20.0.
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 The cowork-harness action is a scriptable, CI-friendly test harness that reproduces Claude Cowork’s observable runtime contract closely enough to test skills without the locked Desktop app. It creates a sandboxed environment, simulates the agent and its constraints (e.g., sealed filesystem, MCP-only cross-boundary), and can run tests in various fidelity tiers such as replay or live with different requirements like token-free or with real resources.
August 7, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version v1.
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 is a small and explicit build automation tool that uses tagged template runs processes with sane defaults (throw on failure, capture output) and is injection-safe. It can generate GitHub Actions, GitLab CI, or Azure Pipelines YAML based on the provider specified in the configuration. The main purpose of this action is to automate code-based builds without relying on plugins or bespoke DSLs, providing a clean and refactor-safe approach to CI/CD workflows.