UNPKG

claudekit

Version:

CLI tools for Claude Code development workflow

6 lines 253 B
export declare class SecurityHeuristicsEngine { private static readonly COMPILED_SENSITIVE_REGEX; getSensitiveNameRegex(): RegExp; detectSensitivePipelines(command: string): boolean; } //# sourceMappingURL=security-heuristics-engine.d.ts.map