Makefile Security

Open-source Makefile projects categorized as Security

Top 8 Makefile Security Projects

  1. android-security-awesome

    A collection of android security related resources

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. hubble

    Hubble - Network, Service & Security Observability for Kubernetes using eBPF

    Project mention: Azure Kubernetes Service (AKS) Network Policies: A Comprehensive Guide | dev.to | 2025-11-19

    # Install Hubble CLI export HUBBLE_VERSION=$(curl -s https://raw.githubusercontent.com/cilium/hubble/master/stable.txt) curl -L --remote-name-all https://github.com/cilium/hubble/releases/download/$HUBBLE_VERSION/hubble-linux-amd64.tar.gz{,.sha256sum} sha256sum --check hubble-linux-amd64.tar.gz.sha256sum sudo tar xzvfC hubble-linux-amd64.tar.gz /usr/local/bin

  4. osquery-defense-kit

    Production-ready detection & response queries for osquery

  5. cilium-cli

    CLI to install, manage & troubleshoot Kubernetes clusters running Cilium

    Project mention: Testing Kubernetes NetworkPolicies Before They Hit Production | dev.to | 2026-08-06

    name: netpol-live-validation on: push: branches: [main] paths: - 'manifests/**/networkpolicy*.yaml' jobs: live-test: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up cluster access run: | echo "${{ secrets.STAGING_KUBECONFIG }}" > kubeconfig echo "KUBECONFIG=$(pwd)/kubeconfig" >> $GITHUB_ENV - name: Apply policies to staging run: kubectl apply -f manifests/ -n staging - name: Install cilium CLI run: | curl -L --remote-name-all https://github.com/cilium/cilium-cli/releases/latest/download/cilium-linux-amd64.tar.gz tar xzf cilium-linux-amd64.tar.gz sudo mv cilium /usr/local/bin/ - name: Run connectivity test run: cilium connectivity test --test-namespace cilium-test --timeout 10m

  6. aws-security-survival-kit

    Bare minimum AWS Security Alerting and Secure by default Configuration

  7. open-atlas

    The only OSINT tool you'll ever need (with database support!)

    Project mention: Ask HN: What Are You Working On? (September 2025) | news.ycombinator.com | 2025-09-29
  8. riscv-ap-tee

    This repo holds the work area and revisions of the non-ISA specification created by the RISC-V AP-TEE TG. This specification defines the programming interfaces (ABI) to support the Confidential VM Extension (CoVE) confidential computing architecture for RISC-V application-processor platforms.

  9. aws-dhmc-enabler

    AWS Default Host Management Configuration (DHMC) Enabler

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Makefile Security discussion

Log in or Post with

Makefile Security related posts

  • Testing Kubernetes NetworkPolicies Before They Hit Production

    2 projects | dev.to | 6 Aug 2026
  • Step-by-Step: Set Up Multi-Region Kubernetes 1.32 Clusters with Cilium 1.16 and AWS Global Accelerator

    1 project | dev.to | 29 Apr 2026
  • Building a Production eBPF Observability & Security Stack for Kubernetes in 2026

    2 projects | dev.to | 30 Mar 2026
  • Open Camera is a FOSS Camera App for Android

    2 projects | news.ycombinator.com | 6 Mar 2026
  • Lets Setup K8s Cluster

    1 project | dev.to | 25 Oct 2025
  • Incident 2 – Additional details of the attack

    1 project | news.ycombinator.com | 27 Feb 2023
  • Microservices start Here: Chassis Pattern

    2 projects | dev.to | 12 Feb 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 12 Aug 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Security projects in Makefile? This list will help you:

# Project Stars
1 android-security-awesome 9,593
2 hubble 4,276
3 osquery-defense-kit 610
4 cilium-cli 592
5 aws-security-survival-kit 522
6 open-atlas 84
7 riscv-ap-tee 67
8 aws-dhmc-enabler 9

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com