🎯

ark-vulnerability-fixer

🎯Skill

from mckinsey/agents-at-scale-ark

VibeIndex|
What it does

Automatically identifies and proposes code-level fixes for security vulnerabilities in Kubernetes deployments using AI-powered analysis.

ark-vulnerability-fixer

Installation

Install skill:
npx skills add https://github.com/mckinsey/agents-at-scale-ark --skill ark-vulnerability-fixer
2
AddedJan 27, 2026

Skill Details

SKILL.md

Overview

βš’οΈ ark

Agentic Runtime for Kubernetes

Technical Preview & RFC. Part of the Agents at Scale Ecosystem

Run agentic workloads across any system or cluster.


Quickstart β€’

Documentation

CI/CD

Deploy

npm version

PyPI version

Quickstart

You will need a Kubernetes cluster to install Ark into. You can use [Minikube](https://minikube.sigs.k8s.io/docs/start), [Kind](https://kind.sigs.k8s.io/docs/user/quick-start/), [Docker Desktop](https://docs.docker.com/desktop/kubernetes/) or similar to run a local cluster.

Ensure you have [Node.js](https://nodejs.org/en/download) and [Helm](https://helm.sh/docs/intro/install/) installed, as well as [kubectl](https://kubernetes.io/docs/reference/kubectl/) if not already installed as part of your Kubernetes setup. Then run the following commands to install Ark:

```bash

# Install the 'ark' CLI:

npm install -g @agents-at-scale/ark

# Install Ark:

ark install

# Optionally configure a 'default' model to use for agents:

ark models create default

# Run the dashboard:

ark dashboard

```

In most cases the default installation options will be sufficient. This will install the Ark dependencies, the controller, the APIs and the dashboard. You can optionally setup a default model that will be the default used by agents. The install command will warn if any required dependencies are missing.

User guides, developer guides, operations guides and API reference documentation is all available at:

https://mckinsey.github.io/agents-at-scale-ark/

To troubleshoot an installation, run ark status.

What is Ark?

ARK is a runtime environment built on Kubernetes to host AI agents - with built-in CRDs for agents, models, memory, tools, and evaluation, it abstracts away plumbing so teams can build agentic applications faster and reliably.

Technical Preview

Agents at Scale - Agentic Runtime for Kubernetes ("Ark") is released as a technical preview and early access release. This software is provided as a Request for Comments (RFC) to share elements of our technical approach with the broader technology community, gather valuable feedback, and seek input from practitioners and researchers in the field of agentic AI systems and Kubernetes orchestration.

As a technical preview release, this software may contain incomplete features, experimental functionality, and is subject to significant changes based on community feedback and continued development. The software is provided "as is" without warranties of any kind, and users should expect potential instability, breaking changes, and limited support during this preview phase.

Credits

The initial design and implementation of Ark was led by [Roman Galeev](https://github.com/Roman-Galeev), [Dave Kerr](https://github.com/dwmkerr), and [Chris Madden](https://github.com/cm94242).

More from this repository10

πŸͺ
mckinsey-agents-at-scale-arkπŸͺMarketplace

Enables deploying and managing AI agent workloads across Kubernetes clusters, providing infrastructure for scaling and orchestrating intelligent agent systems.

🎯
ark-research🎯Skill

ark-research skill from mckinsey/agents-at-scale-ark

🎯
ark-issues🎯Skill

Tracks, manages, and helps resolve Kubernetes-related issues and configurations within the Ark agentic runtime platform.

🎯
ark-sdk-development🎯Skill

Regenerates and debugs TypeScript types across the ARK stack, handling type errors from Kubernetes CRDs to dashboard by automating type generation and custom SDK functionality.

🎯
ark-documentation🎯Skill

ark-documentation skill from mckinsey/agents-at-scale-ark

🎯
ark dashboard and ui testing🎯Skill

Tests and validates the functionality, usability, and performance of the Ark dashboard and user interface components within the Kubernetes-based agentic workload platform.

🎯
ark setup🎯Skill

Configures and initializes a Kubernetes cluster with the Ark agentic runtime, installing necessary dependencies, controllers, APIs, and optional default model settings.

🎯
ark-architecture🎯Skill

Defines and manages the architectural configuration and deployment specifications for agentic workloads in Kubernetes clusters using the Ark framework.

🎯
ark-controller-development🎯Skill

Guides Kubernetes operator development for Ark, managing CRD generation, type modifications, and synchronization between Go types and Helm charts.

🎯
ark analysis🎯Skill

I apologize, but I cannot confidently infer the specific functionality of the "ark analysis" Claude Code skill from the README provided. The README describes Ark as an "Agentic Runtime for Kubernet...