cisco-isovalent-platform-setup

cisco-isovalent-platform-setup is a skill for Codex from chambear2809/splunk-cisco-skills. It costs 134 tokens per session (3,988 once invoked), scanned B, original, Apache-2.0.

A setup guide for running Cisco Isovalent networking and security tools on Kubernetes. It covers Cilium for networking, Tetragon for runtime security, Hubble for network visibility, and related platform add-ons.

In plain words
What is it for?
Use it to install or validate Cilium, Tetragon, Hubble, and supported Isovalent components with rendered Helm configuration.
Why use it?
It helps prepare, review, apply, and validate Kubernetes platform configurations without losing track of prerequisites or configuration conflicts.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to install or validate Cilium, Tetragon, Hubble, and supported Isovalent components with rendered Helm configuration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chambear2809/splunk-cisco-skills/cisco-isovalent-platform-setup
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 chambear2809/splunk-cisco-skills --skill cisco-isovalent-platform-setup
Clone the repo
git clone --depth 1 https://github.com/chambear2809/splunk-cisco-skills

Made for: Codex.

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 cisco-isovalent-platform-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/chambear2809/splunk-cisco-skills/cisco-isovalent-platform-setup/github.svg)](https://agentmods.dev/skills/chambear2809/splunk-cisco-skills/cisco-isovalent-platform-setup)
Your own site
<a href="https://agentmods.dev/skills/chambear2809/splunk-cisco-skills/cisco-isovalent-platform-setup"><img src="https://agentmods.dev/badge/skills/chambear2809/splunk-cisco-skills/cisco-isovalent-platform-setup/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 cisco-isovalent-platform-setup

Your own site · 80×15
<a href="https://agentmods.dev/skills/chambear2809/splunk-cisco-skills/cisco-isovalent-platform-setup"><img src="https://agentmods.dev/badge/skills/chambear2809/splunk-cisco-skills/cisco-isovalent-platform-setup.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 134 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,988 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Privilege Escalation · line 164
    Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.
    Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
  • medium Privilege Escalation · line 165
    Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.
    Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
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.00134 $0.03988
Opus 5 $0.00067 $0.01994
Sonnet 5 $0.00027 $0.00798
Haiku 4.5 $0.00013 $0.00399

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

Security

Grade B, and why

cisco-isovalent-platform-setup scanned grade B with 1 finding 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 7d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/render_assets.py, scripts/setup.sh, scripts/validate.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

- Use `--isovalent-license-file` (chmod 600 enforced) only.
skills/cisco-isovalent-platform-setup/SKILL.md · 257 lines

How it starts

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

Cisco Isovalent Platform Setup

Prerequisites

Tool or access Purpose Verify
Bash and Python 3 Run bundled setup and validation helpers bash --version && python3 --version
Required product/platform access Inspect or configure the selected target Complete the documented preflight
Credential files for live modes Keep secrets out of chat Verify paths only

Workflow Overview

┌───────────┐   ┌───────────────┐   ┌───────────────┐   ┌─────────────────┐
│ Preflight │ → │ Render/review │ → │ Apply/handoff │ → │ Validate evidence │
└───────────┘   └───────────────┘   └───────────────┘   └─────────────────┘

When to Activate

  • Installing or validating Cilium, Tetragon, Hubble, or Isovalent platform workflows on Kubernetes.
  • Preview and review the cisco isovalent platform setup workflow before any live apply phase.
  • Diagnose failed prerequisites, generated assets, configuration, or validation evidence.

Scope

Follow the documented read-only or render-first path whenever it is available. This skill does not imply permission to mutate live systems. Require explicit apply flags, protected credentials, and operator review for state changes.

Examples

Inspect the supported setup modes before selecting one:

bash skills/cisco-isovalent-platform-setup/scripts/setup.sh --help

Expected output: usage, supported modes, and required arguments are displayed without changing the target environment.

Inspect validation modes before running completion checks:

bash skills/cisco-isovalent-platform-setup/scripts/validate.sh --help

Expected output: offline, live, and completion options are displayed when the skill supports them; help exits without mutation.

Troubleshooting

Issue Cause Resolution
Preflight fails A required tool or access path is missing Resolve it before rendering or applying
Rendered assets are incomplete Required non-secret inputs are absent Complete intake and render again
Apply is blocked Review, credentials, or explicit acceptance is missing Use the documented handoff
Validation is incomplete Live evidence is unavailable Record the gap and keep completion open

Read the full file on GitHub · 257 lines

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. 7d ago First seen · 257 lines · 134 tokens per session scan B fba4b3ba4912

Subscribe to this mod's changes

cisco-isovalent-platform-setup is a skill published in the GitHub repository chambear2809/splunk-cisco-skills (37 stars, last pushed yesterday), licensed Apache-2.0. It adds 134 tokens to every session and 3,988 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

deploy-docker-compose

Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…

omnigent-ai/omnigent · 84 tokens

compute-env-setup

Set up a reproducible Feynman compute environment for research jobs. Use when a task needs Python/R packages, GPU libraries, containers, Modal, SSH, caches, or managed model runtime setup.

companion-inc/feynman · 45 tokens

securing-kubernetes-on-cloud

This skill covers hardening managed Kubernetes clusters on EKS, AKS, and GKE by implementing Pod Security Standards, network policies, workload identity, RBAC scoping, image admission controls, and runtime security monitoring. It addresses cloud-specific security features including IRSA for EKS, Workload Identity for…

xalgorix/xalgorix · 80 tokens

detecting-privilege-escalation-in-kubernetes-pods

Detect and prevent privilege escalation in Kubernetes pods by monitoring security contexts, capabilities, and syscall patterns with Falco and OPA policies.

xalgorix/xalgorix · 40 tokens

implementing-rbac-hardening-for-kubernetes

Harden Kubernetes Role-Based Access Control by implementing least-privilege policies, auditing role bindings, eliminating cluster-admin sprawl, and integrating external identity providers.

xalgorix/xalgorix · 41 tokens

docker-socket-mount

Docker / containerd socket mounted into a container → host RCE. Common in CI runners, GitOps controllers (ArgoCD, Flux), and 'Docker-in-Docker' setups. Single-command escape via docker run --rm --privileged -v /:/host alpine chroot /host.

PurpleAILAB/Decepticon · 67 tokens