Manually dispatch and iterate on the Release Canary workflow that smoke-tests published OpenShell artifacts (install.sh on macOS/Ubuntu/Fedora, Helm chart on kind) after each Release Dev publish. Use when changing `.github/workflows/release-canary.yml`, validating a release before tagging, debugging a canary failure, or reproducing a canary job locally. Trigger keywords - release canary, release-canary, canary failed, canary dispatch, test release canary, post-release smoke, install.sh canary, helm chart canary, kind canary, dispatch canary.
80
100%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
The skill instructs running install scripts that install packages and start system services (install.sh, brew/systemd/podman), and includes commands like helm install, kind create cluster and a curl … | sh pattern — all actions that modify system state and may require elevated privileges.
Low
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
SKILL.md describes the canary workflow downloading and executing `install.sh` (e.g., “`curl … install.sh | sh`” and “`install.sh` is pulled from `raw.githubusercontent.com/.../${head_sha}/install.sh`”); the required workflow would therefore ingest outsider-authored free text from the externally fetched `install.sh` script at runtime into the LLM context.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The workflow fetches and executes remote installation and release artifacts at runtime (install script pulled from raw.githubusercontent.com/NVIDIA/OpenShell/${head_sha}/install.sh and release charts/images from ghcr.io via oci://ghcr.io/nvidia/openshell/helm-chart and ghcr.io/nvidia/openshell/gateway), so these external URLs supply required code that is fetched and run during the canary jobs.
deced87
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.