August 2, 2026
CrewScore
Version updated for https://github.com/shmindmaster/crewscore to version v0.6.11.
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 CrewScore is an offline tool that scans AI agent system prompts for missing written safety rules, such as injection defense, human approval, cost limits, and stop conditions. It evaluates the coverage of these controls in the text and provides actionable insights on what needs to be added or improved.
August 2, 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 in a configuration file with values from environment variables. It’s designed to automate the process of managing sensitive information, such as API keys or passwords, without hardcoding them directly into the codebase. The action simplifies the management and deployment of applications by ensuring that sensitive details are stored securely outside of version control.
August 2, 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 Swarm service by running npm ci and npm run bundle, then commits the resulting dist folder to the repository. This ensures that the service is correctly packaged and ready for deployment when pushed to a Git repository.
August 2, 2026
Claude Code Marketplace Manager
Version updated for https://github.com/spencerbeggs/claude-code-marketplace-manager to version 1.0.2.
This action is used across all versions by 3 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 process of updating a plugin in a Claude Code marketplace manifest by applying specified changes. It ensures that the update is validated and lands as a signed commit, satisfying branch protection requirements. The action supports manual triggering through a workflow_dispatch event or can be triggered from another repository via a repository_dispatch event.
August 2, 2026
Repoglance Repo Insight
Version updated for https://github.com/SRJ-ai/repoglance to version v0.2.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 repoglance GitHub Action provides a fast, visual way to analyze code repositories by providing insights into various aspects such as language breakdown, complexity hotspots, TODO tracker, and git activity. It automates the process of gathering and displaying technical information about a repository in a user-friendly format without requiring any configuration or API keys.
August 2, 2026
ArchGuard - Architectural Drift Detector
Version updated for https://github.com/Tgenz1213/ArchGuard to version v1.3.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 ArchGuard is a CLI tool that uses LLMs to detect architectural drift in code changes against established Architectural Decision Records (ADRs). It prevents “architectural drift” by automatically checking code changes to ensure they comply with ADRs. The action provides local analysis, supports multiple LLM providers, and integrates with Confluence for automated ADR retrieval and evaluation.
August 2, 2026
AccessLedger Accessibility Scan
Version updated for https://github.com/TJGaushas/accessledger-scan-action to version v1.0.2.
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 a Web Content Accessibility Guidelines (WCAG) accessibility scan on every pull request or push in an organization’s repository. It integrates with AccessLedger, a cloud-based tool for tracking accessibility issues across websites. The action runs the scan against a specified URL or site ID and posts the results to a comment on the PR, updating it if changes are made. If violations exceed a certain severity level (default is “serious”), it fails the job. The action logs each scan in AccessLedger for a dated remediation record.
August 2, 2026
Wails3 Build Action
Version updated for https://github.com/ToQuery/wails3-build-action to version v3-alpha.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 This GitHub action automates the process of building Wails.io applications using GoLang and NodeJS. It installs necessary dependencies, builds the application, and optionally uploads the result to GitHub or a release on tagged builds. The default build includes both uploading workflow artifacts and publishing releases. Users can specify various configurations for different platforms, Go and Node.js versions, obfuscation settings, and more.
August 2, 2026
GuardLine Security Scan
Version updated for https://github.com/toutlawbradley/GuardLine to version v1.2.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 GuardLine is an open-source GitHub Action that automates security scans on pull requests. It scans a codebase for common security issues, including secrets detection, dependency vulnerabilities, configuration risks, code patterns, and permission issues. The action posts findings as comments in the PR and also publishes them as SARIF files for integration with GitHub’s Security tab. Critical findings can block the merge until they are resolved.
August 2, 2026
MCP Test Harness
Version updated for https://github.com/vaquarkhan/mcp-test-harness to version v3.0.10.
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 MCP Test Harness automates the testing of MCP servers using pytest-style testing. It solves the problem of manually running tests and provides end-to-end integration testing capabilities, including support for multiple test environments and reporting. The action integrates with various tools and platforms to provide comprehensive security testing solutions for MCP servers.