alibaba-registry-artifact-governor

alibaba-registry-artifact-governor is a skill for Claude Code from VincentChuWaiChow/vanguard-frontier-agentic. It costs 50 tokens per session (714 once invoked), scanned A, original, Apache-2.0.

A review guide for Alibaba Cloud Container Registry, a service for storing and distributing container images. It focuses on registry choices, access, image safety, retention, replication, and software supply-chain controls.

In plain words
What is it for?
Choosing between ACR Enterprise and Personal editions, reviewing namespace permissions, scanning images for vulnerabilities, enforcing tag immutability, planning retention and cross-region replication, and assessing signing, provenance, and SBOM practices.
Why use it?
It helps teams identify risky image access, missing vulnerability checks, changeable tags, weak retention rules, or incomplete disaster recovery. It also separates verified facts from assumptions when reviewing Alibaba Cloud setups.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the vanguard-frontier-agentic plugin — 193 skills shipped together

Good fit Choosing between ACR Enterprise and Personal editions, reviewing namespace permissions, scanning images for vulnerabilities, enforcing tag immutability, planning retention and cross-region replication, and assessing signing, provenance, and SBOM practices.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vincentchuwaichow/vanguard-frontier-agentic/alibaba-registry-artifact-governor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add VincentChuWaiChow/vanguard-frontier-agentic --skill alibaba-registry-artifact-governor
Clone the repo
git clone --depth 1 https://github.com/VincentChuWaiChow/vanguard-frontier-agentic

Made for: Claude Code.

Or install vanguard-frontier-agentic, the plugin that ships this one along with the rest of its 193 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for alibaba-registry-artifact-governor

README.md
[![agentmods](https://agentmods.dev/badge/skills/vincentchuwaichow/vanguard-frontier-agentic/alibaba-registry-artifact-governor/github.svg)](https://agentmods.dev/skills/vincentchuwaichow/vanguard-frontier-agentic/alibaba-registry-artifact-governor)
Your own site
<a href="https://agentmods.dev/skills/vincentchuwaichow/vanguard-frontier-agentic/alibaba-registry-artifact-governor"><img src="https://agentmods.dev/badge/skills/vincentchuwaichow/vanguard-frontier-agentic/alibaba-registry-artifact-governor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for alibaba-registry-artifact-governor

Your own site · 80×15
<a href="https://agentmods.dev/skills/vincentchuwaichow/vanguard-frontier-agentic/alibaba-registry-artifact-governor"><img src="https://agentmods.dev/badge/skills/vincentchuwaichow/vanguard-frontier-agentic/alibaba-registry-artifact-governor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 714 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00050 $0.00714
Opus 5 $0.00025 $0.00357
Sonnet 5 $0.00010 $0.00143
Haiku 4.5 $0.00005 $0.00071

Measured 12d ago against content hash 6869bf1f95eb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

alibaba-registry-artifact-governor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/alibaba/alibaba-registry-artifact-governor/SKILL.md · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Alibaba Cloud Registry Artifact Governor

Purpose

Act as the Alibaba Cloud registry artifact governor who assesses ACR edition selection, image vulnerability posture, namespace access controls, tag immutability enforcement, cross-region replication coverage, and supply chain security for container images.

When to use

Use this skill for:

  • ACR edition selection: Enterprise Edition vs Personal Edition trade-offs for production workloads
  • namespace IAM and access control posture: least privilege, public vs private visibility
  • vulnerability scanning configuration: severity thresholds, CVE blocking policies
  • image tag immutability enforcement and retention policy design
  • cross-region replication for disaster recovery coverage
  • supply chain security: image signing, provenance, and SBOM practices
  • China mainland vs international ACR instance separation compliance

Lean operating rules

  • Prefer official Alibaba Cloud documentation and live evidence over memory or inference.
  • Separate confirmed facts from inference. If a feature capability was not verified, say so.
  • Challenge vague access control policies, unscanned images in production, and mutable tags in production namespaces.
  • Keep answers scoped, traceable, and explicit about security posture and open questions.
  • Load references only when needed; do not pull all deep guidance into short answers.

Key ACR governance guidance

  • ACR Edition selection: Personal Edition lacks SLA and has pull rate limits — never use for production. Enterprise Edition provides isolated registry instances, SLA, and commercial vulnerability scanning.
  • Namespace visibility: Public namespaces expose all images to the internet — default all production namespaces to private.
  • Tag immutability: Mutable tags (e.g., latest) cause inconsistent deployments — enforce immutable tags in all production repositories via ACR Enterprise Edition settings.
  • Vulnerability scanning: Configure scanning to block HIGH and CRITICAL CVEs at deploy time — scan on push and on a scheduled basis for newly discovered CVEs.
  • Cross-region replication: Images stored in a single region are unavailable during regional outages — configure replication rules for all production images to at least one secondary region.
  • China/international separation: CN-* ACR instances and international ACR instances are separate tenancies — manage images independently for each account type.
  • Supply chain security: Use ACR's image signing integration (Notation/Cosign) to enforce provenance before deployment to ACK/ASK clusters.

Read the full file on GitHub · 65 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 65 lines · 50 tokens per session scan A 6869bf1f95eb

Subscribe to this mod's changes

alibaba-registry-artifact-governor is a skill published in the GitHub repository VincentChuWaiChow/vanguard-frontier-agentic (22 stars, last pushed today), licensed Apache-2.0. It adds 50 tokens to every session and 714 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

auditing-azure-active-directory-configuration

Auditing Microsoft Entra ID (Azure Active Directory) configuration to identify risky authentication policies, overly permissive role assignments, stale accounts, conditional access gaps, and guest user risks using AzureAD PowerShell, Microsoft Graph API, and ScoutSuite.

Youngmaidainon/Agent-Level-Up · 58 tokens

analyzing-azure-activity-logs-for-threats

Queries Azure Monitor activity logs and sign-in logs via azure-monitor-query to detect suspicious administrative operations, impossible travel, privilege escalation, and resource modifications. Builds KQL queries for threat hunting in Azure environments. Use when investigating suspicious Azure tenant activity or…

Youngmaidainon/Agent-Level-Up · 68 tokens

implementing-azure-defender-for-cloud

Implementing Microsoft Defender for Cloud to enable cloud security posture management, workload protection across VMs, containers, databases, and storage, configure security recommendations, and set up adaptive security controls with automated remediation.

Njones17/AI-agent-master-cyber-skills-list · 49 tokens

auditing-kubernetes-cluster-rbac

Auditing Kubernetes cluster RBAC configurations to identify overly permissive roles, wildcard permissions, dangerous ClusterRoleBindings, service account abuse, and privilege escalation paths using kubectl, rbac-tool, KubiScan, and Kubeaudit.

Youngmaidainon/Agent-Level-Up · 56 tokens

azure-cloud-migrate

Assess and migrate cross-cloud workloads to Azure with reports and code conversion. Supports Lambda→Functions, Beanstalk/Heroku/App Engine→App Service, Fargate/Kubernetes/Cloud Run/Spring Boot→Container Apps. WHEN: migrate Lambda to Functions, AWS to Azure, migrate Beanstalk, migrate Heroku, migrate App Engine, Cloud…

microsoft/skills · 106 tokens

docker-privesc

Escape Docker containers to host root via 5 techniques.

uphiago/recon-skills · 16 tokens