Add Kubernetes-focused implementation skill for manifest hardening and workload security#374
Merged
Conversation
4 tasks
d1cb4ee to
c52cb1c
Compare
…d workload security (#364) Introduce a dedicated Kubernetes implementation skill that teaches coding agents to make safe manifest changes following current Kubernetes application-security guidance. Detection: recognize Kubernetes repositories via kustomization.yaml, skaffold.yaml, Chart.yaml, and common manifest directories (k8s/, kubernetes/, manifests/, deploy/, base/, overlays/, helm/) containing Kubernetes resource YAML with apiVersion/kind markers. Skill: covers service account hygiene, pod/container securityContext, least-privilege RBAC, image security, network policy and resource management, and scope guardrails to avoid broadening into cluster-ops. Security guidance: injected into prompts for Kubernetes-detected repos, covering the same areas as the skill for inline prompt reinforcement. Skill selection: Kubernetes skill is selected for traditional repos with Kubernetes tech stack detected, with monorepo skills taking precedence for monorepo-shaped repos.
1b43ae4 to
c74e0a9
Compare
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
vigilante-issue-implementation-on-kubernetes) that teaches coding agents to make safe manifest changes following current Kubernetes application-security guidancekustomization.yaml,skaffold.yaml,Chart.yaml, and common manifest directories containing Kubernetes resource YAMLTest plan
Closes #364