eks-cost-intelligence
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed to perform a live cost efficiency assessment of EKS clusters. Its operations are transparently documented in the reference files and align with standard cloud auditing practices.
- [COMMAND_EXECUTION]: The skill executes
awsCLI andkubectlcommands to collect metadata, resource configurations, and utilization metrics from the user's environment. These commands are necessary for the skill's primary purpose and do not attempt to modify system configurations or establish persistence. - [EXTERNAL_DOWNLOADS]: The instructions reference the official Kubernetes metrics-server repository (
github.com/kubernetes-sigs/metrics-server) for deployment. This is a well-known and trusted source for Kubernetes components. - [SAFE]: The skill contains a Python utility (
tools/report_to_html.py) that uses the standard library to convert generated markdown reports into HTML. The script useshtml.escapeto sanitize content, demonstrating follow-through on safe data handling practices. - [SAFE]: The code snippets provided in the reference files for data collection use established libraries like
boto3and thekubernetesPython client. No hardcoded credentials or suspicious remote code execution patterns were found.
Audit Metadata