New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

dailyaiagents-release-gate

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dailyaiagents-release-gate

Local MCP tools for completion contracts and release receipts

pipPyPI
Version
0.1.1
Weekly downloads
34
-17.07%
Maintainers
1
Weekly downloads
 
Created

Release Gate

A local MCP server that compares retained evidence with explicit completion requirements and produces release receipts. It does not run arbitrary shell commands or publish anything.

dailyai-release-gate --root /path/to/workspace

Tools

  • check_contract: compare required artifact paths with a JSON contract.
  • evaluate_completion: preserve the declared state of every requirement.
  • format_blockers: turn non-passing findings into explicit blockers.
  • build_release_receipt: hash artifacts and summarize retained checks.

Clean install

python3.11 -m venv .venv
.venv/bin/pip install dailyaiagents-release-gate==0.1.1
.venv/bin/dailyai-release-gate --root "$PWD"

The server does not execute arbitrary commands, approve a release, or publish an artifact. See the repository's threat model and receipt schemas.

FAQs

Related posts