August 2, 2026
Offensive360 SAST Scan
Version updated for https://github.com/offensive360/sast-scan-action to version v1.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 a full Offensive360 SAST scan on every push or pull request. It runs deep taint and data-flow analysis across 60+ languages, providing SARIF reports for the GitHub code scanning tab and a severity gate for pipeline failures. The action is free for open source projects and supports various scan types such as dependency scanning, malware detection, and license compliance.
August 2, 2026
Orca Security - SAST Security
Version updated for https://github.com/orcasecurity/shiftleft-sast-action to version v1.0.12.
This publisher is shown as ‘verified’ by GitHub.
This action is used across all versions by 32 repositories.
Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Orca Shift Left Security Action automates the scanning of a repository using the Orca SAST tool. It helps identify security vulnerabilities in code by analyzing static analysis results, which can be formatted as JSON or CLI output and saved to an output directory. The action requires the project key, API token, scan paths, and optional settings for excluding certain files or directories.
August 2, 2026
AI Model End-of-Life Check
Version updated for https://github.com/oscarnilsson98/ai-model-end-of-life-action to version v2.0.0.
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 monitors AI models deployed in an application and provides a real-time lifecycle check by comparing them against community deprecation information. It identifies models that may be deprecated or approaching shutdown, reporting dated shutdowns with undated deprecations as warnings. The action supports scheduled monitoring and can send Slack notifications when model lifecycles are breached.
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.