Skip to main content

app-platform-troubleshooting

Enables rapid diagnosis and troubleshooting of App Platform applications by accessing logs and containers for effective debugging.

Install this skill

or
50/100

Security score

The app-platform-troubleshooting skill was audited on Jun 8, 2026 and we found 4 security issues across 1 threat category, including 3 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 41

Direct command execution function call

SourceSKILL.md
41app.exec("env | grep DATABASE")
high line 42

Direct command execution function call

SourceSKILL.md
42app.exec("curl -v localhost:8080/health")
high line 43

Direct command execution function call

SourceSKILL.md
43app.exec("ps aux | head -10")
medium line 71

Template literal with variable interpolation in command context

SourceSKILL.md
71```yaml
Scanned on Jun 8, 2026
View Security Dashboard
Installation guide →