{"id":41224254,"url":"https://github.com/kkrypt0nn/argane","last_synced_at":"2026-02-05T21:04:29.364Z","repository":{"id":333345181,"uuid":"1133039262","full_name":"kkrypt0nn/argane","owner":"kkrypt0nn","description":"🕵️ Your Kubernetes pod security detective","archived":false,"fork":false,"pushed_at":"2026-01-30T16:03:30.000Z","size":315,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-30T23:09:17.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://argane.krypton.ninja","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkrypt0nn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yaml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["kkrypt0nn"],"custom":["https://buymeacoffee.com/kkrypt0nn"]}},"created_at":"2026-01-12T19:51:56.000Z","updated_at":"2026-01-30T16:03:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/kkrypt0nn/argane","commit_stats":null,"previous_names":["kkrypt0nn/argane"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/kkrypt0nn/argane","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrypt0nn%2Fargane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrypt0nn%2Fargane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrypt0nn%2Fargane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrypt0nn%2Fargane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkrypt0nn","download_url":"https://codeload.github.com/kkrypt0nn/argane/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkrypt0nn%2Fargane/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29134252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T20:50:26.975Z","status":"ssl_error","status_checked_at":"2026-02-05T20:49:26.082Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-23T00:27:54.825Z","updated_at":"2026-02-05T21:04:27.574Z","avatar_url":"https://github.com/kkrypt0nn.png","language":"Go","funding_links":["https://github.com/sponsors/kkrypt0nn","https://buymeacoffee.com/kkrypt0nn"],"categories":[],"sub_categories":[],"readme":"# Argane\n\n[![CI Badge](https://github.com/kkrypt0nn/argane/actions/workflows/ci.yaml/badge.svg)](https://github.com/kkrypt0nn/argane/actions)\n[![Go Report Card Badge](https://goreportcard.com/badge/github.com/kkrypt0nn/argane)](https://goreportcard.com/report/github.com/kkrypt0nn/argane)\n[![Last Commit Badge](https://img.shields.io/github/last-commit/kkrypt0nn/argane)](https://github.com/kkrypt0nn/argane/commits/main)\n[![Conventional Commits Badge](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits\u0026logoColor=white)](https://conventionalcommits.org/en/v1.0.0/)\n[![Discord Server Badge](https://img.shields.io/discord/1358456011316396295?logo=discord)](https://discord.gg/xj6y5ZaTMr)\n\n\u003e [!CAUTION]\n\u003e **This project is under active development and is not yet ready for production use.**\n\u003e I strongly advise **not** using it until a stable release is published.\n\u003e **Contributions and feedback are more than welcome and appreciated once the core is complete.**\n\n### 🕵️ Your Kubernetes pod security detective\n\n**Argane** is a Kubernetes security validator for YAML manifests, Helm charts, and running pods. It checks your workloads against the [Kubernetes Pod Security Standards](https://kubernetes.io/docs/concepts/security/pod-security-standards/) and reports any violations, helping you identify security issues such as host namespaces, privileged containers, capabilities and other security settings.\n\nArgane is designed to be a lightweight, developer-friendly tool that helps you catch pod security misconfigurations **early**, before they even reach your cluster.\n\n## Features\n\n- Validate workloads against Kubernetes Pod Security Standards (`privileged` or `baseline`)\n- Multiple input sources are supported\n  - YAML manifests\n  - Rendered Helm charts\n  - stdin\n  - Running pods on a cluster\n- Clear violation reporting with multiple output formatting including JSON\n- Fast and CLI-friendly, built for CI pipelines\n\n## Goals\n\n- Help developers and operators identify insecure pod configurations **before** deployment\n- Enable security validation during code review and CI rather than only at runtime\n- Stay as close as possible to the Kubernetes Pod Security Standards for more predictable and consistent results\n\n## Non-goals\n\n- Argane **does not** block workloads or enforce policies in-cluster, there are already amazing tools for that, including the built-in [admission enforcement](https://kubernetes.io/docs/concepts/security/pod-security-admission/) of Kubernetes\n- Argane **is not** a vulnerability scanner and does not scan images for any kind of CVEs\n\n## Getting Started\n\n### Installation\n\n#### macOS\n\nOn macOS you can install the tool via the [Homebrew](https://brew.sh) Tap:\n\n```bash\nbrew install kkrypt0nn/tap/argane\n\nargane version\n```\n\n#### Docker\n\nProvided you have Docker installed, you can pull the prebuilt image from Docker Hub or GitHub Container Registry:\n\n```bash\ndocker pull docker.io/kkrypt0nn/argane\ndocker run docker.io/kkrypt0nn/argane version\n\n# or\n\ndocker pull ghcr.io/kkrypt0nn/argane\ndocker run ghcr.io/kkrypt0nn/argane version\n```\n\n#### Prebuilt Binaries\n\nPrebuilt binaries are available via GitHub Releases. Download the proper archive for your platform, extract and place the binary in one of the paths in your `PATH` environment variable.\n\n##### macOS / Linux\n\n```bash\nARCH=$(uname -m)\n[ \"$ARCH\" = \"x86_64\" ] \u0026\u0026 ARCH=amd64\n[ \"$ARCH\" = \"aarch64\" ] \u0026\u0026 ARCH=arm64\n\nOS=$(uname -s | tr '[:upper:]' '[:lower:]')\n\ncurl -LO \"https://github.com/kkrypt0nn/argane/releases/latest/download/argane_${OS}_${ARCH}.tar.gz\"\ntar -xzf \"argane_${OS}_${ARCH}.tar.gz\"\nmv argane /usr/local/bin/\n\nargane version\n```\n\n##### Windows\n\nGo to the [releases](https://github.com/kkrypt0nn/argane/releases), download the ZIP file and extract it.\n\n#### Go\n\nProvided you have Go installed, you can execute the following command:\n\n```bash\ngo install github.com/kkrypt0nn/argane/cmd/argane@latest\n```\n\n#### By source\n\nTo install the tool by source, provided you have cloned the repository, you can execute the following command:\n\n```bash\nmake build\n\n./dist/argane version # The binary is available in the dist folder\n```\n\n### Example Usage\n\n```bash\nargane eval file ./testdata/baseline/invalid/host_process.yaml -p baseline\n\ncat ./testdata/restricted/invalid/capabilities.yaml | argane eval stdin\n\ndocker run -v ./testdata:/testdata kkrypt0nn/argane eval file /testdata/baseline/valid/hostpath_volumes.yaml -p baseline\n```\n\n## Documentation\n\nComing soon!\n\n## Troubleshooting\n\nIssues are currently **disabled** while Argane is in active development and not ready for actual use.\n\nOnce a usable version is released, the issue tracker will be opened for bug reports, feature requests, and support.\n\n## Contributing\n\nContributions are more than welcome, but please wait until we release a working beta or alpha version, then the issues will also be opened.\n\nWhen it's time, please follow:\n- [Contributing Guidelines](./CONTRIBUTING.md)\n- [Code of Conduct](./CODE_OF_CONDUCT.md)\n\n## License\n\nThis tool was made with 💜 by Krypton and is under the [Apache 2.0 License](./LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkrypt0nn%2Fargane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkrypt0nn%2Fargane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkrypt0nn%2Fargane/lists"}