Versions in this module Expand all Collapse all v0 v0.1.0 Apr 21, 2026 Changes in this version + type AnalysisResult struct + AnalyzedAt time.Time + Repo RepoInfo + SampleRate float64 + Signals []Signal + StargazerSummary StargazerSummary + TrustScore float64 + Verdict Verdict + type RepoInfo struct + CreatedAt time.Time + DefaultBranch string + Description string + Forks int + Name string + OpenIssues int + Owner string + Stars int + TotalIssues int + Watchers int + type Signal struct + Description string + Name string + RawValue float64 + Score float64 + Weight float64 + type StarVelocityPoint struct + Count int + Date time.Time + type StargazerClass string + const ClassDormant + const ClassGhost + const ClassLowSignal + const ClassOrganic + type StargazerProfile struct + AccountAge time.Duration + Class StargazerClass + CreatedAt time.Time + Followers int + Following int + Login string + PublicRepos int + StarredAt time.Time + type StargazerSummary struct + AccountAges []time.Duration + DormantCount int + GhostCount int + LowSignalCount int + MedianAccountAge time.Duration + OrganicCount int + SampleSize int + StarTimeline []StarVelocityPoint + TotalStars int + ZeroFollowerCount int + type Verdict string + const VerdictHighRisk + const VerdictLikelyOrganic + const VerdictModerate