Coverage for src/alprina_cli/agents/cicd_guardian/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.11.3, created at 2025-11-14 11:27 +0100

1""" 

2CI/CD Pipeline Guardian Agent Module 

3 

4Enterprise-grade CI/CD pipeline security monitoring and threat detection. 

5Provides comprehensive analysis of GitHub Actions, GitLab CI, Jenkins, and other pipeline configurations. 

6 

7Main capabilities: 

8- Poisoned Pipeline Execution (PPE) detection 

9- GitHub Actions vulnerability scanning  

10- Secrets detection in workflows 

11- Permissions and privilege escalation analysis 

12- Supply chain security monitoring 

13- Real-time pipeline threat assessment 

14""" 

15 

16from .cicd_guardian import CicdGuardianAgentWrapper 

17 

18__all__ = ["CicdGuardianAgentWrapper"]