Install
$ agentstack add skill-qingye-lab-hengmu-architecture-quality-gate ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Run the architecture quality gate
Evaluate machine-readable, verified findings against repository policy. Do not reinterpret or silently rewrite the policy.
Load the contract
Read these files completely:
../../resources/references/review-contract.md../../resources/references/quality-gate.md../../resources/references/evidence-provider-contract.md
Operating boundary
Advisory work does not invoke a Gate. Governed and Enforced repositories may invoke it locally or in CI. A policy's product_mode is descriptive and never changes the result of an explicit Gate invocation. Ignore informational governance run manifests: they are trajectory metadata, not Reviews, Evidence Provider runs, approvals, signatures, or gate inputs.
Procedure
- Locate the project
.architecture/or portfolio
.architecture-portfolio/ policy, baseline, risk-acceptance registry, and explicitly supplied or newest-by-performed_at verified review. For a Greenfield chain, locate the explicitly supplied accepted Decision, its approved Brief, and every Plan bound to that Decision.
- Validate all inputs before evaluating them.
For Review 1.2, first run:
python3 ../../resources/scripts/architecture_tool.py validate-coverage \
--project --review
- Run the deterministic gate:
python3 ../../resources/scripts/architecture_tool.py gate \
--project \
[--review | --decision ] \
[--base-commit ] \
[--stage contract|finding|change|release|all] \
[--json] [--sarif-output ]
Use --portfolio for portfolio reviews. Use --decision only for the Brief → Greenfield Decision → Plan path; it does not synthesize a Review or Findings.
Resolve the script path from this Skill's directory.
- Report contract failures, missing required review workflows, Evidence
Provider resolution, changed paths and public-contract classifications, exact blocking IDs, verification/signature failures, unauthorized or overlapping roles, incomplete plans, expired acceptances and waivers, baselined or waived findings, and accepted risks.
- Preserve exit codes:
0: pass;1: policy failure;2: invalid or missing input.
Integrity rules
- Gate only
kind: risk,verification.status: confirmedfindings. - Never upgrade severity or confidence during gate execution.
- Never let an unverified finding block unless policy explicitly sets
unverified_behavior: fail. - Require an exact Finding fingerprint, reason, approval identity, and expiry
for every waiver.
- Require a separate authorized accepter and policy approver, compensating
controls, exact fingerprint, and expiry for every accepted risk.
- Treat expired baselines, waivers, and risk acceptances as inactive.
- Reject legacy
1.0artifacts for enforcement while preserving migration
readability.
- Accept trusted 1.1 artifacts during the compatibility window; require 1.2
facts, knowledge selection, and critical-flow bindings for newly produced artifacts.
- Require passed, hash-valid provider runs for configured release evidence and
V4/V5 verification.
- Require every complete plan item to cover its declared acceptance evidence
types with repository-contained, hash-valid evidence.
- Do not create a waiver or baseline entry merely to make CI pass.
- Do not modify product code, findings, policy, baseline, or waivers while running the gate.
If a user asks to change gate policy or accept risk, present the exact impact and treat that as a separate governance decision. Never encode acceptance by editing only finding.status.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: qingye-lab
- Source: qingye-lab/hengmu
- License: MIT
- Homepage: https://qingye-lab.github.io/hengmu/
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.