Skip to main content

debugging-react-native

Facilitates debugging of React Native apps by reading console logs and executing JavaScript in real-time via Metro bundler.

Install this skill

or
96/100

Security score

The debugging-react-native skill was audited on Feb 9, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 79

Fetch to external URL

SourceSKILL.md
79python scripts/execute_in_app.py "(async () => { const resp = await fetch('http://api.example.com/health'); return resp.status; })()"
low line 36

External URL reference

SourceSKILL.md
36- `--metro-url`: Override Metro URL (default: http://localhost:8081)
low line 53

External URL reference

SourceSKILL.md
53- `--metro-url`: Override Metro URL (default: http://localhost:8081)
low line 79

External URL reference

SourceSKILL.md
79python scripts/execute_in_app.py "(async () => { const resp = await fetch('http://api.example.com/health'); return resp.status; })()"
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →