August 26, 2026
Smyklot
Version updated for https://github.com/smykla-skalski/smyklot to version v1.49.0.
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 .github/CODEOWNERS file. It supports multiple command formats, such as slash commands, mentions, and bare commands, with options to approve/merge using different merge methods. The app also includes features like reaction-based commands for approval, merge, cleanup, and helps manage bot reactions and comments efficiently.
August 26, 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 The config-file-from-env GitHub Action replaces environment variables in a configuration file with their corresponding values. This helps in managing sensitive information securely by avoiding hardcoding them directly into configuration files, ensuring compliance with security best practices and improving maintainability.
August 26, 2026
Deploy Docker Swarm cluster services stack
Version updated for https://github.com/sovarto/deploy-swarm-service to version v1.1.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 automates the deployment of a Docker Swarm service. It requires that developers run npm ci and then npm run bundle before committing changes, which bundles their application for production. The action takes care of building the Docker image and deploying it to a Docker Swarm cluster automatically. This eliminates manual steps and streamlines the deployment process, ensuring consistency across different development environments.
August 26, 2026
SurrealDB in Github Action
Version updated for https://github.com/surrealdb/setup-surreal to version v3.0.0.
This action is used across all versions by 17 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-surreal action automates the integration of SurrealDB into GitHub Actions CI pipelines. It provides a simple way to start and configure a SurrealDB instance, including setting up authentication, strict mode, logging levels, and customizing the datastore. The action outputs the endpoint for accessing the database and its version.
August 26, 2026
auto-generate-release-note
Version updated for https://github.com/TakuKobayashi/auto-generate-release-note to version v1.0.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 The GitHub Action auto-generate-release-note uses an Ollama language model to generate a comprehensive release note summarizing changes in a Git repository. It compares the current tag with the previous semantic-version tag, generates Markdown content from commits, changed files, and text diffs, supports multiple languages including bilingual output, and falls back to deterministic notes if inference fails. The action automates the process of creating or updating GitHub Releases without sending code diffs to hosted LLM APIs.
August 26, 2026
Delivery Autopilot Runner
Version updated for https://github.com/Tekunda/autopilot-runner to version v1.0.41.
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 Delivery Autopilot Runner GitHub Action automates the process of creating pull requests for code changes based on tickets from a tracker using an AI pipeline. It ensures that your work is planned, built, and checked within your own GitHub Actions environment, without sending any sensitive data to Tekunda’s servers. The action requires an active Delivery Autopilot subscription to function properly, and it provides options for manual setup through the GitHub App or direct workflow creation with specific configurations for authentication and quality checks.
August 26, 2026
SlopLock
Version updated for https://github.com/theinfosecguy/sloplock to version v2.1.0.
This action is used across all versions by 0 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The SlopLock GitHub Action automates the process of identifying and blocking AI-hallucinated, nonexistent, and too-new dependencies before they are installed or merged into a project. It helps prevent security vulnerabilities by ensuring that only verified package names are used. The action scans dependencies across eight public registries and provides detailed reports to help developers and maintainers validate package names.
August 26, 2026
Sentinel Scan (MCP/LLM security)
Version updated for https://github.com/Ventrova/sentinel-scan-cli to version v1.4.8.
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 Sentinel Scan CLI is an open-source, 10-heuristic, 15-attack suite tool that automatically scans MCP tool manifests and MCP server configurations for various security vulnerabilities, such as prompt injection, shadowing, and credential leakage. It provides a one-line installation and usage method, and supports both CLI and MCP server modes. The tool is designed to help organizations identify and mitigate security risks associated with their APIs and LLMs.
August 26, 2026
spaces checkout run
Version updated for https://github.com/work-spaces/spaces-checkout-run to version v0.21.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 This GitHub Action automates the process of checking out and running a Space on a remote server using the Spaces CLI. It simplifies the workflow for developers by abstracting away the complexities of managing SSH connections and executing commands in the Space environment. The action is useful for setting up continuous integration/continuous deployment pipelines where spaces need to be accessed and executed from within the GitHub Actions environment.
August 26, 2026
AgentLeak privacy gate
Version updated for https://github.com/yagobski/agentleak to version v0.11.9.
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 AgentLeak is a privacy-leakage testing tool designed to audit AI agents across various execution channels. It ensures that sensitive data is not leaked through internal communication and logs by scoring the agent’s performance with the AgentRisk metric, which measures the severity of potential privacy breaches. The Action automates this process within continuous integration pipelines.