ripple-ai-detector
Version:
🌊 Ripple AI Bug Detector - Built by an AI that knows its flaws. Catch AI-generated bugs before you commit.
16 lines • 536 B
TypeScript
import { AnalysisResult } from '../types/analysis';
import { RippleConfig } from '../config/config';
export declare class RippleAnalyzer {
private config;
private functionDetector;
private aiDetector;
constructor(config: RippleConfig);
analyze(files: string[]): Promise<AnalysisResult>;
private filterValidFiles;
private shouldIncludeFile;
private matchesPattern;
private calculateOverallConfidence;
private getEnabledRules;
private createEmptyResult;
}
//# sourceMappingURL=analyzer.d.ts.map