Skip to main content

migrate-page-gitlab

Facilitates the migration of Angular pages from GitLab using DDD architecture, ensuring structured and compliant code transition.

Install this skill

or
52/100

Security score

The migrate-page-gitlab skill was audited on Mar 3, 2026 and we found 6 security issues across 2 threat categories, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 26

Template literal with variable interpolation in command context

SourceSKILL.md
26Set environment variable `GITLAB_TOKEN` or use `private_token=${GITLAB_TOKEN}` for authenticated access.
high line 36

Template literal with variable interpolation in command context

SourceSKILL.md
36- Tree API: `https://gitlab.com/api/v4/projects/moxa%2Fsw%2Ff2e%2Fnetworking%2Ff2e-networking/repository/tree?path=apps/mxsecurity-web/src/app/pages/{page_name}&ref=main&private_token=${GITLAB_TOKEN}`
high line 37

Template literal with variable interpolation in command context

SourceSKILL.md
37- Raw file: `https://gitlab.com/api/v4/projects/moxa%2Fsw%2Ff2e%2Fnetworking%2Ff2e-networking/repository/files/{url_encoded_path}/raw?ref=main&private_token=${GITLAB_TOKEN}`
low line 22

External URL reference

SourceSKILL.md
22`https://gitlab.com/moxa/sw/f2e/networking/f2e-networking/-/tree/main/apps/mxsecurity-web/src/app/pages/{page_name}`
low line 36

External URL reference

SourceSKILL.md
36- Tree API: `https://gitlab.com/api/v4/projects/moxa%2Fsw%2Ff2e%2Fnetworking%2Ff2e-networking/repository/tree?path=apps/mxsecurity-web/src/app/pages/{page_name}&ref=main&private_token=${GITLAB_TOKEN}`
low line 37

External URL reference

SourceSKILL.md
37- Raw file: `https://gitlab.com/api/v4/projects/moxa%2Fsw%2Ff2e%2Fnetworking%2Ff2e-networking/repository/files/{url_encoded_path}/raw?ref=main&private_token=${GITLAB_TOKEN}`
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →