{"id":51871580,"url":"https://github.com/simon-vedder/app-lifecycle-analyzer","last_synced_at":"2026-07-25T00:01:30.479Z","repository":{"id":371747314,"uuid":"1302949934","full_name":"simon-vedder/app-lifecycle-analyzer","owner":"simon-vedder","description":"Read-only lifecycle audit for Entra ID app registrations — secrets, certs, federated creds, sign-in activity, in one HTML report","archived":false,"fork":false,"pushed_at":"2026-07-16T16:38:43.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-16T18:17:57.246Z","etag":null,"topics":["app-registration","azure","entra-id","identity","powershell","security"],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simon-vedder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2026-07-16T15:36:01.000Z","updated_at":"2026-07-16T16:40:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/simon-vedder/app-lifecycle-analyzer","commit_stats":null,"previous_names":["simon-vedder/app-lifecycle-analyzer"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/simon-vedder/app-lifecycle-analyzer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon-vedder%2Fapp-lifecycle-analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon-vedder%2Fapp-lifecycle-analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon-vedder%2Fapp-lifecycle-analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon-vedder%2Fapp-lifecycle-analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simon-vedder","download_url":"https://codeload.github.com/simon-vedder/app-lifecycle-analyzer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simon-vedder%2Fapp-lifecycle-analyzer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35860101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-24T02:00:07.870Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["app-registration","azure","entra-id","identity","powershell","security"],"created_at":"2026-07-25T00:01:30.006Z","updated_at":"2026-07-25T00:01:30.456Z","avatar_url":"https://github.com/simon-vedder.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# App Lifecycle Analyzer\n\n![PowerShell](https://img.shields.io/badge/PowerShell-7%2B-5391FE?logo=powershell\u0026logoColor=white)\n![Microsoft Entra ID](https://img.shields.io/badge/Microsoft-Entra_ID-0078D4?logo=microsoftazure\u0026logoColor=white)\n![Access: read-only](https://img.shields.io/badge/access-read--only-16a34a)\n![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)\n![Last commit](https://img.shields.io/github/last-commit/simon-vedder/app-lifecycle-analyzer)\n\n**Read-only lifecycle audit for Microsoft Entra ID app registrations — in one HTML report.**\n\nScans every app registration in your tenant and produces a single self-contained, interactive HTML\nreport: per app its secrets, certificates and federated credentials, their expiry, last sign-in\nactivity, and copy-only remediation commands for cleaning up what's expired or unused. Nothing is\nchanged in your tenant — the report *shows* you the fix command and lets you copy it; you run it in a\nwrite-scoped session yourself.\n\n![The App Lifecycle Analyzer report — per-app credential expiry, activity status and cleanup commands](docs/screenshot.png)\n\n\u003e ▶ **See a sample:** open [`docs/sample-report.html`](docs/sample-report.html)\n\u003e in a browser — a fully populated demo report built from synthetic app\n\u003e registrations (no tenant was accessed).\n\n## What it surfaces\n\n- **Credential expiry** — secrets and certificates that are expired or expiring soon, per app.\n- **Federated credentials** — apps using workload identity federation instead of secrets.\n- **Sign-in activity** — when the app / service principal was last used (needs Entra ID P1/P2).\n- **Cleanup commands** — copy-only `Remove-MgApplicationPassword` / cert removal, keyId-targeted, plus\n  bulk \"remove all expired\" — never executed by the tool.\n\n## Usage\n\n```powershell\n./AppLifecycleAnalyzer.ps1\n```\n\nThe report opens in your browser: search, filter (has secret / cert / federated / none), and sort by\ncredential exposure. Click an app for detail and copy the exact remediation command.\n\n## Permissions\n\nRead-only Microsoft Graph delegated scopes:\n`Application.Read.All`, `Directory.Read.All`, `AuditLog.Read.All` (sign-in activity needs Entra ID P1/P2).\n\n## Related\n\n- **[Least Privilege Studio](https://github.com/simon-vedder/least-privilege-studio)** — Azure RBAC least-privilege tooling.\n- Write-up: [App Lifecycle Analysis for Entra ID](https://simonvedder.com/app-lifecycle-analysis-for-entra-id/)\n\n---\nby [Simon Vedder](https://simonvedder.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimon-vedder%2Fapp-lifecycle-analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimon-vedder%2Fapp-lifecycle-analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimon-vedder%2Fapp-lifecycle-analyzer/lists"}