@cyclonedx/cdxgen
Version:
Creates CycloneDX Software Bill of Materials (SBOM) from source or container image
13 lines • 561 B
TypeScript
/**
* Collects and evaluates signals indicating the presence/use of AI coding agents, assistants, or LLMs.
*
* @param {string} dir Root directory of the project
* @param {Object} [options] Evaluation options
* @param {number} [options.gitMaxCount] Maximum number of git commits to inspect
*
* @returns {Object} The evaluation result containing overall status, tool breakdowns, and properties
*/
export declare function collectAiProvenance(dir: string, options?: {
gitMaxCount?: number;
}): Object;
//# sourceMappingURL=aiProvenanceCollector.d.ts.map