Summary
Track GitHub stars, last commit date, license, and security advisories per tool. Display as a new website section and in CLI verify output.
Motivation
Users and agents should be able to assess tool health at a glance — is the tool actively maintained? Does it have known vulnerabilities? What license does it use?
Proposed Implementation
Design
Similar aesthetic to existing catalog rows — add health badges (green/amber/red) based on:
- Last commit: green (<6 months), amber (6-12 months), red (>12 months)
- License: green (MIT/Apache/BSD), amber (other OSS), red (unknown)
- Advisories: green (none), red (active)
Summary
Track GitHub stars, last commit date, license, and security advisories per tool. Display as a new website section and in CLI verify output.
Motivation
Users and agents should be able to assess tool health at a glance — is the tool actively maintained? Does it have known vulnerabilities? What license does it use?
Proposed Implementation
verifyCLI output with health metadataDesign
Similar aesthetic to existing catalog rows — add health badges (green/amber/red) based on: