recommend-image
Audited by Socket on Mar 12, 2026
1 alert found:
Obfuscated FileThe skill’s footprint is coherent with its purpose: it aims to recommend container base images using project detection data and optionally verify images via a local tool (skopeo). There are no evident credential reads, data exfiltration, or hidden network calls beyond standard API verification, and no automatic installation of unknown binaries. The primary risk factors are: (1) reliance on an external tool (skopeo) which must be installed by the user, (2) potential dependence on external API data (Red Hat Security Data API) with appropriate security controls, and (3) the need to ensure any GitHub-based analysis respects data privacy and authorization scopes. Overall, the risk is low-to-moderate and proportional to its purpose as a developer tooling assistant; the design adheres to expected patterns for image selection support, with explicit user prompts and human-in-the-loop steps to mitigate risk.