Analyzing and Mitigating (with LLMs) the Security Misconfigurations of Helm Charts from Artifact Hub
Francesco Minna, Fabio Massacci, Katja Tuma

TL;DR
This paper evaluates the security of Helm charts from Artifact Hub by comparing existing tools' misconfiguration detection with LLM-based mitigation suggestions, and assesses false positives through manual analysis.
Contribution
It introduces a pipeline combining chart analysis tools and LLMs to detect, mitigate, and verify security misconfigurations in Helm charts from Artifact Hub.
Findings
LLMs can effectively suggest mitigations for misconfigurations.
Existing tools report varying misconfigurations with some false positives.
Refactored charts often meet security policies after LLM mitigation.
Abstract
Background: Helm is a package manager that allows defining, installing, and upgrading applications with Kubernetes (K8s), a popular container orchestration platform. A Helm chart is a collection of files describing all dependencies, resources, and parameters required for deploying an application within a K8s cluster. Objective: The goal of this study is to mine and empirically evaluate the security of Helm charts, comparing the performance of existing tools in terms of misconfigurations reported by policies available by default, and measure to what extent LLMs could be used for removing misconfiguration. We also want to investigate whether there are false positives in both the LLM refactorings and the tool outputs. Method: We propose a pipeline to mine Helm charts from Artifact Hub, a popular centralized repository, and analyze them using state-of-the-art open-source tools, such as…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsSecurity and Verification in Computing · Cloud Data Security Solutions · Digital and Cyber Forensics
