Checkov is an open-source tool for scanning Infrastructure as Code for security issues.It supports various frameworks, but lacks built-in support for the AWS Cloud Control (AWSCC) provider.The article discusses creating custom Checkov policies for AWSCC resources to address this gap.An example custom check ensures no hardcoded AWS credentials in the provider configuration.Utilizing a GenAI coding agent helped in scaling up the policy creation process.Contributions were made back to the Checkov repository to integrate these custom checks.Features of the custom security checks include extensive coverage, working examples, and policy validation.The goal is to continue expanding the security checks for AWSCC provider resources.Integration with GitHub Actions is detailed for incorporating these custom checks into CI/CD pipelines.In conclusion, these custom Checkov policies help ensure consistent security practices in AWS Cloud Control environments.