improve-subimage-coverage

Audit repository coverage gaps in SubImage and identify missing provider wiring.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/subimagesec/skills --skill improve-subimage-coverage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: improve-subimage-coverage
Source: https://github.com/subimagesec/skills/tree/main/plugins/subimage-mcp/skills/improve-subimage-coverage
Command: npx skills add https://github.com/subimagesec/skills --skill improve-subimage-coverage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you discover which cloud and SaaS providers your repository touches, compare them against what SubImage already has enabled, and pinpoint the biggest security coverage gaps.

Core Features & Use Cases

  • Provider Detection: Scans Terraform, local CLI context, and repository signals to infer which platforms are actually in use.
  • Coverage Gap Analysis: Compares detected providers with enabled SubImage modules to show what is missing and what is already covered.
  • Findings Prioritization: Groups active security rules by tag, ranks the most actionable issues, and highlights representative affected resources.
  • Use Case: A security engineer can run this on an IaC repo after onboarding a new cloud account to see whether AWS, GCP, Azure, GitHub, or Kubernetes wiring is still missing and which findings justify connecting it first.

Quick Start

Ask the Skill to audit the current repository for SubImage coverage gaps and top tagged findings, then summarize the best next actions.

Frequently Asked Questions about improve-subimage-coverage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find missing SubImage coverage for Terraform providers in my IaC repository?

To find missing SubImage coverage, this Skill scans your Terraform, CLI context, and git remotes to detect active cloud and SaaS providers, then compares them against enabled SubImage modules to pinpoint security coverage gaps.

What is the best way to audit security findings coverage across mixed IaC environments?

Auditing security findings coverage across mixed IaC environments involves normalizing detected provider signals and comparing them with enabled modules to filter active security rules and rank the most actionable tagged findings.

Does SubImage coverage auditing work with repositories that mix Terraform and CLI configurations?

Yes, SubImage coverage auditing works with repositories that mix Terraform, local CLI context, and git remotes, scanning these combined signals to accurately infer which platforms are actually in use.

How do I prioritize security findings after onboarding a new cloud account to an IaC repo?

To prioritize security findings after onboarding a new cloud account, this Skill groups active rules by tag, ranks the most actionable issues, and highlights representative affected resources to justify connecting providers.

When should I run a SubImage coverage gap analysis on my infrastructure as code?

You should run a SubImage coverage gap analysis during scheduled security reviews or immediately after onboarding a new cloud account to quickly identify which AWS, GCP, Azure, GitHub, or Kubernetes wiring is missing.

Why does my SubImage module comparison show missing provider wiring for detected platforms?

Your SubImage module comparison shows missing provider wiring because the Skill detects active cloud and SaaS platforms from your repository signals that have not yet been normalized and enabled within your SubImage configuration.