August 2, 2026
vord Static Analysis
Version updated for https://github.com/pmaojo/vord to version v0.4.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 is a static analysis tool written in Rust designed to ensure code quality before it’s committed. It performs various checks on the codebase, including detecting potential security issues, identifying duplication, and enforcing coding standards. The action can be used as a CI/CD tool to automatically analyze code changes and gate writes by an AI agent before they are merged into the repository.
August 2, 2026
Publish HTML presentation to Slidesfly
Version updated for https://github.com/rare/slidesfly-integrations to version v0.3.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 Slidesfly integrations and examples repository contains public, reproducible integration assets for Slidesfly, the publishing layer for existing HTML presentations. It provides GitHub Action for publishing or updating an HTML deck, Gemini CLI extension with Skill and hosted MCP, package-ready Claude Code plugin with Skill, and submitted Cursor plugin with Skill and bundled CLI runner. The repository intentionally excludes private Slidesfly SaaS application implementation.
August 2, 2026
agents-doctor
Version updated for https://github.com/satoissei/agents-doctor to version v0.2.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 This GitHub Action checks and analyzes AGENTS.md files in a repository to determine what gets loaded by agents. It helps identify structural problems with root-level instructions that might overshadow specific code-related instructions, especially in monorepos. The tool reports the exact load order, retained bytes, and instructions that never reach the agent, making it useful for maintenance and debugging purposes.
August 2, 2026
AgentAuditKit MCP Security Scan
Version updated for https://github.com/sattyamjjain/agent-audit-kit to version v0.3.66.
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 audit AI agent pipelines offline and deterministically. It identifies misconfigurations, hardcoded secrets, tool poisoning, rug pulls, trust boundary violations, and tainted data flows across 10 major agent platforms. Unlike hosted scanners, AgentAuditKit runs fully offline and produces auditor-ready compliance-evidence packs using SARIF for the GitHub Security tab and PDF reports mapped to 12 security frameworks, ensuring precision in detection and auditability.
August 2, 2026
Custom Amazon Bedrock Agent Action
Version updated for https://github.com/severity1/custom-amazon-bedrock-agent-action to version v0.9.0.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 16.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates code analysis using Amazon Bedrock Agent and integrates with Amazon Bedrock Knowledge Bases for enriched insights. It allows users to tailor prompt processing and integrate with various AWS services, enhancing flexibility and accuracy in their PR review processes.
August 2, 2026
Sherpa.sh
Version updated for https://github.com/sherpa-sh/Sherpa-Action to version v1.0.0-alpha.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 Sherpa.sh is an AI-driven tool that simplifies infrastructure deployment by allowing developers to describe their needs in plain English. It automates the process of setting up servers, DNS configurations, SSL certificates, and more, without requiring developers to write complex YAML files or have extensive DevOps expertise. The action supports multiple cloud providers, frameworks, and integrates seamlessly with GitHub Actions and Claude Code CLI for local testing.
August 2, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v0.0.9.
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 deployment of a Swarm service by running npm ci and npm run bundle on a Linux system. It ensures that the necessary dependencies are installed and the application is bundled before pushing, helping to streamline the development workflow for deploying Dockerized applications using Docker Swarm.
August 2, 2026
SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.8.16.
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: SSG (Static Site Generator) is a fast, deterministic static site generator written in Go that converts Markdown with YAML frontmatter into a complete website. It supports various themes and template engines, including built-in simple and krowy, and provides features like sitemap generation, image processing, and deployment to multiple platforms such as Cloudflare Pages, GitHub Pages, Netlify, Vercel, FTP, and SFTP.
August 2, 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 integrates with Google Sheets to automatically update assignment results from GitHub Classroom assignments. It requires setting up Google Cloud credentials and sharing the spreadsheet with the service account email. The action can be configured in a GitHub Actions workflow to send task results to a specified sheet using student names as identifiers. It supports multiple tasks and dynamically creates columns for each graded task, updating or adding them as needed.
August 2, 2026
rag-redteam
Version updated for https://github.com/Srivatsa03/rag-redteam to version v0.4.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 rag-redteam is a GitHub Action designed to red-team RAG pipelines by testing them against common vulnerabilities like indirect prompt injection, context leakage, and tool use injection. It automates the process of identifying potential security flaws in the retrieval pipeline without relying solely on general LLM scanners or model-level probing tools.