July 23, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.2.1.
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 This GitHub Action is a RustScript interpreter that automates the process of running and validating Rust scripts without the need to compile them fully. It supports executing and checking Rust code directly from files or snippets, providing a practical way to prototype and test small scripts without waiting for full compilation times.
July 23, 2026
AI-Driven ADR Enforcer
Version updated for https://github.com/y-matsuo081991/ai-adr-enforcer to version v1.1.7.
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 AI-Driven ADR Enforcer automates the auditing of incoming Pull Requests against Architecture Decision Records (ADRs) by leveraging LLMs to ensure architectural compliance. It dynamically reads local ADR files, evaluates code diffs in real-time, and provides inline suggestions for fixing architectural violations, thus preventing drift and technical debt accumulation. The Action offers self-healing features, automated quality gates, and a safety risk assessment pipeline for small changes.
July 23, 2026
Capture Environment Variable Checker
Version updated for https://github.com/YhaliWaizman/Capture to version v2.0.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 This GitHub Action is a static analysis tool that identifies discrepancies between environment variables declared in .env files and their usage in various programming languages, Dockerfiles, and Docker Compose files. It helps detect potential security risks by identifying hardcoded secrets and cross-checks variables across different sources to ensure consistency. The action supports parallel scanning and incremental caching for efficient performance.
July 23, 2026
Pi Code Assist
Version updated for https://github.com/zeldrisho/pi-code-assist to version v2.0.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 The GitHub Action runs the Pi coding agent as a small, composable tool, executing one non-interactive prompt and streaming the response to the job log while exposing it to later steps. It allows users to specify a prompt, API key, provider, model, and optional parameters like thinking level and tools.
July 23, 2026
Agent Lint
Version updated for https://github.com/zhupanov/agent-lint to version v4.0.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 Agent Lint is a Rust-based linter designed to validate various configuration files used by Claude Code, Cursor, Codex, and standalone MCP. It provides lint rules, two modes (Basic and Plugin), configurable suppression or downgrade of rules, focused execution, GitHub Action integration, cross-platform binaries, and CLI options for linting and diagnosing issues in agent configurations.
July 23, 2026
Validate Syscribe Model
Version updated for https://github.com/sjames/syscribe to version v0.32.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 Syscribe is a tool that converts SysMLv2 models into human-readable Markdown files with YAML frontmatter, making them version-controlled and traceable. It automates the process of generating requirements, test cases, architecture decision records, and safety analysis reports from natural language descriptions using large language models (LLMs). The action supports various element types and provides features for cross-repository composition, security analysis, and IEC 62443 zones & conduits.
July 23, 2026
Muninn Security Scanner
Version updated for https://github.com/skaldlab/muninn to version v0.3.6.
This action is used across all versions by 1 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Muninn is an open-source security scanning tool designed to integrate with GitHub Actions workflows. It automates the process of identifying vulnerabilities across various tools, normalizes their output, and presents findings in a unified format as comments on pull requests, SARIF uploads, and structured JSON. Muninn uses eight popular vulnerability scanners to detect secrets, pipeline misconfigurations, syntax errors, supply chain risks, application SAST issues, dependency vulnerabilities, container image vulnerabilities, and infrastructure-as-code misconfigurations, providing a comprehensive security scan of GitHub Actions pipelines and self-hosted CI environments.
July 23, 2026
SSG - Static Site Generator
Version updated for https://github.com/spagu/ssg to version v1.8.12.
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 SSG is a fast static site generator written in Go that converts Markdown with YAML frontmatter into a complete website, supporting various themes, template engines, SEO features, and deployment options. It automates the process of generating clean URLs, feeds, search indexes, and more, making it suitable for building blogs, documentation sites, and landing pages efficiently.
July 23, 2026
spek - OpenSpec Static Site
Version updated for https://github.com/spekhq/spek to version v1.9.1.
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 spek GitHub Action provides a lightweight, read-only viewer for OpenSpec content, offering structured browsing with BDD syntax highlighting, task progress tracking, and full-text search. It automates the process of displaying and managing specs, changes, and tasks in a single interface, making it easier to collaborate and understand complex projects.
July 23, 2026
nix init
Version updated for https://github.com/spotdemo4/nix-init to version v1.60.0.
This action is used across all versions by 4 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action initializes Nix-based repositories by automating common setup tasks such as creating a GitHub App Token, checking out the repository, setting up Git user information, configuring an optimal Nix environment, installing Nix, and setting the Nix configuration from a Flake. It also supports caching with niks3 for better performance on self-hosted runners. The action is designed to run efficiently (< 1 minute) and can be used with various runner types (GitHub Actions, Gitea, Forgejo).