AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Architecture Quality Gate

skill-qingye-lab-hengmu-architecture-quality-gate · by qingye-lab

Deterministic architecture quality gate for verified review artifacts. Use in local checks or CI to validate architecture configuration, block configured confirmed severities, enforce review freshness, and honor explicit baselines or time-limited waivers. Never treats raw model findings as gate failures and never replaces finding verification.

No reviews yet
0 installs
37 views
0.0% view→install

Install

$ agentstack add skill-qingye-lab-hengmu-architecture-quality-gate

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-qingye-lab-hengmu-architecture-quality-gate)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Architecture Quality Gate? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. 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.

  1. Validate all inputs before evaluating them.

For Review 1.2, first run:

python3 ../../resources/scripts/architecture_tool.py validate-coverage \
  --project  --review 
  1. 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.

  1. 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.

  1. Preserve exit codes:
  • 0: pass;
  • 1: policy failure;
  • 2: invalid or missing input.

Integrity rules

  • Gate only kind: risk, verification.status: confirmed findings.
  • 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.0 artifacts 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.