August 12, 2026
PR Is All You Need
Version updated for https://github.com/sandys/pr-is-all-you-need to version v1.0.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 automatically manages multiple pull requests per active branch, enabling AI code review tools to process direct commits to private branches without the need for manual intervention or additional tokens. It keeps draft PRs open as surfaces for review and retires them when branches are merged, deleted, or become inactive. The action uses a single GITHUB_TOKEN for all operations and has no secrets or configuration required.
August 12, 2026
sarif-kit
Version updated for https://github.com/sarif-kit/sarif-kit to version v0.3.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 The sarif-kit GitHub Action converts output from various static analysis tools into valid SARIF 2.1.0 format suitable for GitHub Code Scanning, which requires this specific format for input. It supports linting tools like yamllint and pip-audit, translating their native output into SARIF reports that GitHub can understand, ensuring consistent error reporting across different scanning engines.
August 12, 2026
AgentAuditKit MCP Security Scan
Version updated for https://github.com/sattyamjjain/agent-audit-kit to version v0.3.73.
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 Summary: AgentAuditKit is a security scanner designed to scan AI agent pipelines for misconfigurations, hardcoded secrets, tool poisoning, rug pulls, trust boundary violations, and tainted data flows. It runs fully offline and deterministically, ensuring consistent findings across different runs. The action provides auditor-ready compliance-evidence packs in SARIF format and PDF reports, covering 12 security frameworks.
August 12, 2026
Xipher Action
Version updated for https://github.com/shibme/xipher to version v1.32.3.
This action is used across all versions by 15 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Xipher is a versatile cryptographic tool that provides key/password-based asymmetric encryption with optional post-quantum security. It simplifies the sharing of encrypted data between parties over insecure channels using password-derived public keys, offering a secure and efficient solution for both small and large data. The action automates tasks such as encryption, decryption, and streaming, making it easy to integrate into various workflows and applications.
August 12, 2026
Smyklot
Version updated for https://github.com/smykla-skalski/smyklot to version v1.22.1.
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 Smyklot is a GitHub App that automates pull request approvals and merges by validating permissions against the repository’s CODEOWNERS file. It supports multiple command formats, allows for flexibility in merge methods, and provides emoji feedback to users. The action also handles reaction-based commands and ensures approval deduplication.
August 12, 2026
Ward - Pre-Agent Metadata Scanner
Version updated for https://github.com/Sonofg0tham/ward to version v0.3.2.
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 pre-agent metadata scanner designed to detect and prevent prompt injection attacks. It screens AI agent inputs before they reach security tools like SAST or IaC scanners, catching attempts to inject malicious prompts into branch names, commit messages, PR titles, and file names. Ward uses benchmarks to measure its effectiveness in catching prompt injection attempts across different corpora.
August 12, 2026
Update a config file with values from environment
Version updated for https://github.com/sovarto/config-file-from-env to version v0.0.1.
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 replaces placeholders with environment variable values in a specified configuration file. It automates the process of updating environment-specific settings without manual intervention, ensuring consistency across different environments.
What’s Changed feat: Initial version (e440a96)
August 12, 2026
SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.8.26.
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 SSG is a static site generator written in Go that converts Markdown files with YAML frontmatter into a complete website, including features like templates, feeds, and SEO metadata. It automates the process of building websites quickly and efficiently, especially suitable for blogs, documentation, and company sites. The action simplifies the setup and maintenance of web projects by providing a fast, deterministic build system that handles content rendering and deployment.
August 12, 2026
Spare Parts Changelog
Version updated for https://github.com/sparepartslabs/spareparts-changelog to version v0.2.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 This GitHub Action generates AI-written Markdown end-user change logs from Conventional Commits. It updates the CHANGELOG.md file in the working tree without committing or pushing changes. The action supports S3 and LinkedIn publishing options and has a user-facing types whitelist initially including feat, fix, perf, security, deprecate, and remove.
August 12, 2026
Spare Parts LGTM
Version updated for https://github.com/sparepartslabs/spareparts-lgtm to version v1.3.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 LGTM is a GitHub Action that automates code review tasks by asking reviewers questions about changes in pull requests. It solves the problem of ensuring that reviewers have thoroughly read and understood the changes before approving them, promoting more thorough reviews and reducing misunderstandings. The action uses Claude, Codex, Cursor, GitHub Copilot, Gemini, or OpenCode as agents to generate questions based on the diff and reports the result as a check run. It ensures that code review decisions are informed by actual reading of the changes rather than just approvals.