devcontainer-feature-creator
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a helper for scaffolding Dev Container Features according to official specifications. It includes safe boilerplate for metadata (
devcontainer-feature.json), installation scripts (install.sh), and test suites. - [COMMAND_EXECUTION]: The skill references the use of the official
devcontainerCLI for generating documentation and running tests. These are standard operations within the devcontainer development ecosystem. - [SAFE]: The provided
install.shtemplate follows best practices by verifying the OS distribution, handling non-root users via_REMOTE_USER, and cleaning up package manager caches to minimize image size.
Audit Metadata