rhdh-backend-dynamic-plugin-bootstrap
Pass
Audited by Gen Agent Trust Hub on Apr 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides instructions for bootstrapping Red Hat Developer Hub (RHDH) plugins using standard CLI tools like
@backstage/create-appand `@red-hat-developer-hub/cli". - [COMMAND_EXECUTION]: The skill guides the user to execute shell commands such as
yarn install,yarn build, andnpxbased commands for plugin development and packaging. - [EXTERNAL_DOWNLOADS]: The instructions involve downloading scaffolding tools and CLI utilities from official repositories associated with Backstage and Red Hat Developer Hub.
- [CREDENTIALS_UNSAFE]: The provided configuration examples use environment variable interpolation (e.g.,
${DEPLOY_API_KEY}) for handling sensitive deployment credentials. - [REMOTE_CODE_EXECUTION]: The skill uses
npxto run remote packages for project initialization and plugin export, which is standard practice for the platform.
Audit Metadata