find_cicd_abuse
Identify CI/CD pipeline abuse techniques: tool lookup, footgun search, pipeline poisoning, config exploitation, supply chain attacks.
Instructions
Find CI/CD pipeline abuse techniques — tool lookup from LOTP catalog, footgun search, pipeline poisoning, config exploitation, supply chain attacks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Tag to search: eval-sh, config-file, env-var, build-plugin | |
| mode | No | CI/CD abuse analysis mode | tool_lookup |
| tool_name | No | CI/CD tool name (make, gradle, npm, pip, docker, terraform) | |
| config_file | No | Config file to analyze: Makefile, package.json | |
| pipeline_type | No | Pipeline type: github-actions, gitlab-ci, jenkins |