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
« prev ^ index » next coverage.py v7.11.3, created at 2025-11-14 11:27 +0100
1"""
2CI/CD Pipeline Guardian Agent Module
4Enterprise-grade CI/CD pipeline security monitoring and threat detection.
5Provides comprehensive analysis of GitHub Actions, GitLab CI, Jenkins, and other pipeline configurations.
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"""
16from .cicd_guardian import CicdGuardianAgentWrapper
18__all__ = ["CicdGuardianAgentWrapper"]