Gives AI agents eyes and hands into running React Native apps: logs, REPL, tap, screenshots
- capability exposure inferred + 26
- recent drift inferred + 12
- tool safety inferred + 5
- trust mitigators mixed − 8
inferred mixed
The A–E grade is our heuristic synthesis — a "review this" prompt, not a verdict. Each factor is tagged by what backs it: attested (a verifiable record), reported (a third party's claim), or inferred (our own heuristic, e.g. permissions). See methodology.
graded 8m ago · see ecosystem CVEs →
- A · 0 → C · 35
No known CVEs for this server.
- medium dangerous code
dynamic exec: new Function()
- low dangerous code
env-secret-flows-to-network-js: A process environment value (often a secret/token) flows into a network call — possible credential exfiltration. (igorzheludkov-execbro-bcefb0f/src/
analyzed commit bcefb0f · analyzer v28 · 1d ago
skills & prompt files 1
- agent-rules igorzheludkov-execbro-bcefb0f/CLAUDE.md
danger signals8
- dynamic code execution new Function() igorzheludkov-execbro-bcefb0f/src/__tests__/unit/appContext.test.ts :8
const run = new Function("globalThis", source + "; return (" + expr + ");"); - dynamic code execution new Function() igorzheludkov-execbro-bcefb0f/src/__tests__/unit/appRequest.test.ts :45
expect(() => new Function("return " + src.replace(/^\(function/, "(function"))).not.toThrow(); - dynamic code execution new Function() igorzheludkov-execbro-bcefb0f/src/__tests__/unit/moduleRegistry.test.ts :32
const run = new Function("globalThis", source + "; return __eb_require;"); - dynamic code execution new Function() igorzheludkov-execbro-bcefb0f/src/__tests__/unit/navigation.test.ts :13
const run = new Function("globalThis", source + "; return __eb_nav;"); - dynamic code execution new Function() igorzheludkov-execbro-bcefb0f/src/__tests__/unit/promiseHandles.test.ts :50
const run = new Function("globalThis", "return " + src + ";"); - dynamic code execution new Function() igorzheludkov-execbro-bcefb0f/src/__tests__/unit/visibility.test.ts :51
const injected = new Function(`${VISIBILITY_HELPERS_JS}; return isHiddenNavigationScene;`)() as ( - dynamic code execution new Function() igorzheludkov-execbro-bcefb0f/src/__tests__/unit/waitForMeasurements.test.ts :77
const value = new Function("globalThis", `return ${expr};`)(globalThisStub); - suspicious endpoint us.i.posthog.com (telemetry)
expected for this server's purpose
igorzheludkov-execbro-bcefb0f/src/core/posthog.ts :7
const host = "https://us.i.posthog.com";
- recent drift +12 capability drift →
Heuristic, inferred signals — false positives (legitimately powerful tools, forks, language ports) are expected. Treat each as "review this", not a verdict. See the ecosystem-wide picture on the security hub, or the fleet security of igorzheludkov.