Skip to main content

mini-apps-debugging

Facilitates debugging and troubleshooting of Mini-Apps, addressing build errors, runtime issues, and asset loading problems.

Install this skill

or
68/100

Security score

The mini-apps-debugging skill was audited on Mar 3, 2026 and we found 10 security issues across 2 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

medium line 27

Curl to non-GitHub URL

SourceSKILL.md
27curl -s http://localhost/api/apps/<app-name> | jq '.app.isBuilt'
medium line 106

Curl to non-GitHub URL

SourceSKILL.md
106curl -s http://localhost/api/apps/<app-name> | jq '.'
high line 145

Curl to non-GitHub URL

SourceSKILL.md
1453. Reload: `curl -X POST http://localhost/api/apps/reload`
low line 27

External URL reference

SourceSKILL.md
27curl -s http://localhost/api/apps/<app-name> | jq '.app.isBuilt'
low line 106

External URL reference

SourceSKILL.md
106curl -s http://localhost/api/apps/<app-name> | jq '.'
low line 117

External URL reference

SourceSKILL.md
117browser_navigate({ url: "http://localhost/apps/<app-name>/" })
low line 145

External URL reference

SourceSKILL.md
1453. Reload: `curl -X POST http://localhost/api/apps/reload`
low line 177

External URL reference

SourceSKILL.md
177proxy_pass http://dashboard_api_local/apps/;
low line 185

External URL reference

SourceSKILL.md
1851. Navigate to `http://localhost/apps/<app-name>/`
low line 194

External URL reference

SourceSKILL.md
194browser_navigate({ url: "http://localhost/apps/<app-name>/" })
Scanned on Mar 3, 2026
View Security Dashboard
Installation guide →