timebomb-core
v1.0.0
Published
TimeBomb rule engine and AST traversal
Readme
timebomb-core
Rule engine and AST traversal library for TimeBomb.
Contains all 16 detection rules (6 time-bombs, 7 scale-bombs, 3 concurrency-bombs) built on ts-morph.
Usage
import { ALL_RULES, analyzeFile } from 'timebomb-core';
const findings = analyzeFile('src/index.ts', ALL_RULES);This package is the engine used by timebomb-scanner (CLI) and timebomb-action (GitHub Action). Use those packages directly unless you are building a custom integration.
License
MIT
