July 24, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.2.7.
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 RustScript is a tool that allows running Rust scripts without compiling them. It supports a practical subset of the language and provides features like rust check to validate scripts without executing them. The interpreter does not implement a second type system, but it handles errors and panics as expected for compiled Rust code.
July 24, 2026
cowork-harness
Version updated for https://github.com/yaniv-golan/cowork-harness to version v1.8.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 cowork-harness is a scriptable, CI-friendly test harness that accurately reproduces Claude Cowork’s observable runtime contract. It supports various testing scenarios and environments, including local skills and live tiers with multi-node setups and Docker containers. The tool helps developers automate their skill testing across different platforms and ensures consistent behavior with real Cowork runs.
July 24, 2026
Agent Lint
Version updated for https://github.com/zhupanov/agent-lint to version v4.0.3.
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 Agent Lint is a linter tool that validates configuration files and directories related to Claude, Cursor, Codex, and MCP agents. It checks for various rules such as plugin paths, hook paths, skill frontmatter, agent fields, prompt quality, and more. The action can be used via GitHub Actions or pre-commit hooks, with the option to run specific rules or suppress them based on a configuration file.
July 24, 2026
zizmor-action
Version updated for https://github.com/zizmorcore/zizmor-action to version v0.6.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 The GitHub Action, zizmor-action, automates the execution of the zizmor security scanning tool in a GitHub workflow. It provides detailed analysis of code to identify potential vulnerabilities and helps developers triage issues more efficiently. The action supports both public and private repositories with various configurations like severity thresholds, token management, and output formats. Users can integrate it into their workflows for continuous security monitoring without relying on advanced security features.
July 23, 2026
slopscore-lint
Version updated for https://github.com/jman4162/slopscore to version v0.8.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 slopscore is a transparent linter that measures the density of formulaic, generic, low-specificity, and over-polished writing patterns in text. It reports per-dimension scores and evidence spans to help identify specific writing issues, encouraging clearer, more specific prose. The tool is designed as a prose linter rather than an AI detector for authorship, focusing on detecting common writing patterns that are characteristic of AI-generated or low-effort content.
July 23, 2026
Bulk GitHub Organization Settings Sync
Version updated for https://github.com/joshjohanning/bulk-github-org-settings-sync-action to version v1.13.0.
This action is used across all versions by 1 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 GitHub Action automates the bulk configuration of various GitHub organization settings across multiple organizations using a declarative YAML configuration file. Key features include syncing custom property definitions, values, rulesets, issue types and fields, member privileges, repository policies, and .github repository files. The action supports dry-run mode for previewing changes and provides per-organization overrides via YAML configuration. It also offers rich job summaries with per-organization status tables for easy tracking of changes. The action is designed to support GitHub.com, GHES, and GHEC platforms.
July 23, 2026
datamodel-code-generator
Version updated for https://github.com/koxudaxi/datamodel-code-generator to version 0.70.0.
This action is used across all versions by 3,357 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 process of generating Python data models from various schema definitions, including OpenAPI 3, AsyncAPI, JSON Schema, Apache Avro, XML Schema, Protocol Buffers/gRPC, GraphQL, and MCP tool schemas. It supports converting raw data (JSON/YAML/CSV) into Python model output types, retargeting existing Pydantic, dataclass, or TypedDict classes, and outputs models in different styles like Pydantic v2, Pydantic v2 dataclass, dataclasses, TypedDict, or msgspec. The action handles complex schemas with $ref, allOf, oneOf, anyOf, enums, and nested types, producing type-safe, validated code that is ready for IDEs and type checkers.
July 23, 2026
agent-test-verifier
Version updated for https://github.com/LaterKidsXD/agent-test-verifier 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 The agent-test-verifier (atv) is a static analysis tool that detects patterns commonly used by coding agents to bypass bug fixes and fool test suite verification. It scans diff files for changes that could lead to fake passing tests, such as force-pass hooks or assertion weakening. The tool can be used in CI pipelines to ensure that code changes actually fix bugs rather than just manipulate the test output.
July 23, 2026
jira-cve-action
Version updated for https://github.com/levigo/jira-cve-action to version v1.24.
This action is used across all versions by ? 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 GitHub Action takes vulnerabilities from Trivy scans and creates Jira issues for each vulnerability. It automatically adds these issues as subtasks under a parent issue and can move them between states based on whether they have a fix version or not. The action also ensures that CVEs are shared across multiple projects in the same Jira instance, with project-specific versions marked on each issue.
July 23, 2026
lgtmaybe
Version updated for https://github.com/MattJColes/lgtmaybe to version lgtmaybe-v0.12.2.
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: lgtmaybe is a provider-agnostic GitHub Action that automatically reviews pull requests by analyzing the diff. It provides a comprehensive review including logic and correctness bugs, security vulnerabilities, missing tests, outdated code, performance regressions, unnecessary complexity, intent misalignment, and potential ponytail (code redundancy) issues. The tool uses OpenAI models to generate inline comments and a summary of the PR’s changes, handling sensitive information securely and efficiently.