August 2, 2026
Postman Onboarding Repo Sync
Version updated for https://github.com/postman-cs/postman-repo-sync-action to version v2.8.7.
This publisher is shown as ‘verified’ by GitHub.
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 This GitHub Action exports Postman collections and environments into a repository, wires CI, mock servers, and monitors around them. It automates the onboarding of Postman projects to an organization’s repository by synchronizing assets and configuring CI workflows.
August 2, 2026
QWED Protocol Verification
Version updated for https://github.com/QWED-AI/qwed-verification to version v6.0.0.
This action is used across all versions by 0 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary QWED Verification is a production-grade, model-agnostic trust boundary designed to detect and prevent AI hallucinations. It works with any LLM through local models or Docker images, ensuring deterministic verification before output enters production.
What’s Changed v6.0.0 — Trust Boundary Completion Completes the Trust Boundary Completion epic (#263) — all 12/12 sub-issues closed. Every verification API pathway now returns DiagnosticResult and routes through enforce_trust_decision. The trust boundary is no longer advisory: the control plane requires and verifies attestation before admitting VERIFIED results, and VERIFIED is a protocol guarantee backed by a non-empty, deterministic proof_ref — never by execution, agreement, confidence, or provenance.
August 2, 2026
Open Source Project Security Baseline Scanner
Version updated for https://github.com/revanite-io/osps-baseline-action to version v1.3.4.
This action is used across all versions by 33 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action for OSPS Baseline automates security assessments against the Open Source Project Security Baseline by running predefined controls on a GitHub repository. It outputs results in YAML, JSON, or SARIF format, allowing users to integrate assessment reports into their CI/CD pipelines and automatically upload them to GitHub’s Security tab as SARIF files.
August 2, 2026
Arcana CI Gate
Version updated for https://github.com/RewithSolo/arcana-gate to version v1.0.0.
This action is used across all versions by 0 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Arcana Gate is a deterministic quality gate CLI tool and GitHub Action that uses Tarot Major Arcana to delegate deployment decisions. It ensures that only high-quality code passes through the pipeline, reducing risks associated with unpredictable deployments. The action provides strict cryptographic engineering, ensuring reproducibility across different runners and executions.
August 2, 2026
Kaniko Build Action
Version updated for https://github.com/RivieraKid/gha-kaniko to version v1.
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 prints a greeting message to the log, either “Hello World” or “Hello” followed by the name of the person specified. It automatically handles various inputs and outputs for easy integration into workflows.
August 2, 2026
spec.md check
Version updated for https://github.com/rosenjcb/spec.md to version v0.3.6.
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 spec.md is a framework that turns Markdown specifications into a shared source of truth between humans, coding agents, and CI. It ensures alignment by enforcing the structure and ensuring that every QA test case in a spec has a corresponding [TC-N] identifier, thus preventing drift between the system and its documentation.
August 2, 2026
Create Robots.txt
Version updated for https://github.com/s-thom/create-robots-txt-action to version v3.0.0.
This action is used across all versions by 6 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 Create Robots.txt Action generates a robots.txt file from various sources, including existing files, cloudflare API tokens to fetch bot categories, known agents API tokens to fetch user agent categories, and allows users to specify allowed and blocked bot names. It automates the creation of a robots.txt file for web scraping and SEO purposes by appending allow rules for all unspecified user agents if requested.
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.