OSSIntel logo OSSIntel
Version 0.1.1API DocsFunctions

calculateIdentityScore()

Updated 14 hr ago

calculateIdentityScore(inputs): IdentityScores

Defined in: identity-scoring.ts:21

Calculate the unified OSS identity score.

GitHub is the primary identity (~80-85% weight). npm (Package Publishing) and Stack Overflow (Knowledge Sharing) provide additive evidence bonuses that can never reduce the score.

Parameters

inputs

IdentityScoringInputs

Returns

IdentityScores

See

file://docs/domain-model.md for scoring philosophy.

On this page