pub async fn run_analysis( folder: Option<PathBuf>, command: Option<String>, jobs: u32, timeout_secs: u64, survival_threshold: f64, ) -> Result<()>