# iann0036/iamlive

Generate an IAM policy from AWS, Azure, or Google Cloud (GCP) calls using client-side monitoring (CSM) or embedded proxy

Repository: https://github.com/iann0036/iamlive
Canonical: https://ross.abutalabs.com/products/iamlive
Language: Go
License: MIT
License Family: permissive
Topics: aws, aws-iam, aws-iam-policies, azure, azure-rbac, gcp, gcp-iam, iam, least-privilege
Last push: 2026-04-19T06:45:59+00:00

## Health v2 (maintenance only)
Score: 83/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 78, release rhythm 80, longevity 100
- inputs: {"age_days": 2036, "days_push": 136, "days_rel": 136, "gap_med": 20, "n_releases_24m": 18}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3407, forks 118 (observed 2026-08-28T04:08:03.173001+00:00)

## What it is
A Go CLI tool that generates IAM policies by monitoring AWS, Azure, or GCP API calls via client-side monitoring or an embedded proxy. It observes the actions your CLI/SDK performs and produces a least-privilege policy document.

## Use cases
- generate an IAM policy from AWS CLI calls
- create least-privilege policies for Terraform runs
- figure out which IAM permissions my SDK application needs
- generate Azure RBAC roles from observed API calls
- capture GCP IAM permissions from gcloud commands
- audit failed AWS calls to find missing permissions

## When to choose
- you need to write least-privilege IAM policies without guessing permissions
- you want to derive policies from real CLI, SDK, or Terraform activity
- you work across AWS, Azure, or GCP and need policy generation from API traffic

## When to avoid
- you need guaranteed-correct Azure or GCP policy output, which is still in preview
- you want static analysis of infrastructure code rather than runtime call monitoring
- you need policy management or enforcement, not just generation

## Facets
- artifact type: cli-tool
- maturity: active
- function: security, developer-tools, cli
- domain: cloud-computing, security, developer-tools, infrastructure-as-code
- platform: windows, cli, go
- tags: aws-iam, least-privilege, policy-generation, azure-rbac, gcp-iam, cloud-security, linux, macos

## Member repositories
- iann0036/iamlive (main) score 83

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:03.173001+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:38:33.892232+00:00, confidence not recorded.
  - readme: https://github.com/iann0036/iamlive (fetched 2026-08-28T04:08:03.173001+00:00, sha 378529aad87a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
