Overview
Features
Pin dependencies to immutable digests
Pins 3rd party dependencies to immutable digests to prevent tampering and ensure reproducible builds.
Supports Docker base images
Pins Docker base images to their immutable digests as a security measure.
Supports GitHub Actions
Pins GitHub Actions to their commit hashes/digests for reproducible CI workflows.
Containerized MCP server with stdio transport
Runs as a container MCP server accessible via stdio transport for integration with tooling.
VS Code integration
Configurable via .vscode/mcp.json to work with GitHub Copilot prompts.
Cursor integration
Configurable via .cursor/mcp.json and can be enabled in settings for Cursor workflows.
Prompts for pinning and updating
Prompts like "Pin GitHub Actions to their commit hash" and "Update pinned versions" facilitate interaction.
GHCR latest updates with manual refresh
Updates are published to the latest tag on GHCR; users must manually pull the latest image to refresh locally.
Who Is This For?
- Developers:Pin GitHub Actions and Docker base images to immutable digests using Copilot prompts in VS Code.
- DevOps:Ensure CI/CD pipelines pin dependencies to digests to prevent supply-chain attacks.
- Security engineers:Enforce and audit immutability of dependencies in containerized environments across projects.




