feat: K8s + container skills, tests for all skills, example configs#12
Merged
feat: K8s + container skills, tests for all skills, example configs#12
Conversation
…configs New skills: - k8s-security-benchmark: 10 checks (pod security, RBAC, network policies, secrets, image pinning). CIS Kubernetes Benchmark mapped. 14 tests. - container-security: 8 checks (Dockerfile best practices, image security, runtime isolation). CIS Docker Benchmark mapped. 14 tests. Tests for previously untested skills: - cspm-aws-cis-benchmark: 16 tests (moto-mocked AWS) - cspm-gcp-cis-benchmark: 8 tests (mock SDK) - cspm-azure-cis-benchmark: 6 tests (mock SDK) - vuln-remediation-pipeline: 10 tests (triage logic) Example configs (run checks without real infrastructure): - model-serving-security: secure + insecure examples - gpu-cluster-security: secure + insecure examples - k8s-security-benchmark: secure cluster example - container-security: secure image example README: removed agent-bom integration section (cloud-security is standalone). CI: added test jobs for K8s + container skills. CLAUDE.md: updated skill list.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New skills
Tests added for all previously untested skills
Example configs
Users can run checks immediately without real infrastructure:
README cleanup
Removed agent-bom integration section — cloud-security is standalone.
Total: 10 skills, 159 tests, example configs for 4 skills
Test plan