Skip to main content

rose-docker-build

Facilitates building the ROSE compiler in a Docker container, ensuring the correct GCC version and dependencies for development.

Install this skill

or
93/100

Security score

The rose-docker-build skill was audited on May 20, 2026 and we found 3 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 134

Wget to non-GitHub URL

SourceSKILL.md
134RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add - \
low line 134

External URL reference

SourceSKILL.md
134RUN wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | apt-key add - \
low line 135

External URL reference

SourceSKILL.md
135&& echo 'deb https://apt.kitware.com/ubuntu/ focal main' > /etc/apt/sources.list.d/kitware.list \
Scanned on May 20, 2026
View Security Dashboard
Installation guide →
GitHub Stars 1
Rate this skill
Categorydevelopment
UpdatedJune 13, 2026
kbarbel640-del/skills