Code analysis

static source read inferred

Static code-analysis findings — hidden prompt content in shipped skill files, committed secrets, dynamic-exec sinks, and suspicious call-home endpoints — across the analyzed catalogue. Heuristic, pure, no code executed; every row deep-links to its source. Click a kind to filter.

analysis coverage 86% of 59,713 analyzable servers
51314 analyzed
7403 re-analysis due
996 not analyzable
0 not yet analyzed
4850 source gone
not analyzable
796 too large 200 no source

Running analyzer v33. The scanner changelog explains what each version detects and when it changed.

code findings 15 shown
  1. HIGH dynamic exec deepintshield eval()/exec() return eval(payload) # noqa: S307 - scanner fixture
    deepintshield-2.8.3/tests/ test_agentic_callback_inventory.py :25
  2. HIGH dynamic exec deepintshield eval()/exec() eval(payload)
    deepintshield-2.8.3/tests/ test_agentic_blueprint_contract.py :39
  3. HIGH dynamic exec deepintshield __import__() base = getattr(__import__(mod, fromlist=[cls]), cls)
    deepintshield-2.8.3/src/deepintshield/agentic/integrations/ pydanticai.py :230
  4. HIGH dynamic exec deepintshield __import__() base = getattr(__import__(mod, fromlist=[cls]), cls)
    deepintshield-2.8.3/src/deepintshield/agentic/integrations/ llamaindex.py :103
  5. HIGH dynamic exec deepintshield __import__() base = getattr(__import__(mod, fromlist=[cls]), cls)
    deepintshield-2.8.3/src/deepintshield/agentic/integrations/ autogen.py :143
  6. HIGH dynamic exec deepintshield __import__() cls = getattr(__import__(module_name, fromlist=[class_name]), class_name)
    deepintshield-2.8.3/src/deepintshield/agentic/ enforcement.py :669
  7. HIGH dynamic exec sebattfg/ZeroScript-Free new Function() const ZSParse = new Function(fs.readFileSync(__dirname + "/core/parser.js", "utf8") + "; return ZSParse;")();
  8. HIGH dynamic exec sebattfg/ZeroScript-Free new Function() const P = new Function(
  9. HIGH dynamic exec maxeskell/personal-training-app new Function() assert.doesNotThrow(() => new Function(sc[1]), `script block ${i} must parse`);
  10. HIGH dynamic exec maxeskell/personal-training-app new Function() for (const [i, sc] of scripts.entries()) assert.doesNotThrow(() => new Function(sc), `fuel card script ${i} must parse`);
  11. HIGH dynamic exec maxeskell/personal-training-app new Function() for (const [i, sc] of scripts.entries()) assert.doesNotThrow(() => new Function(sc), `script ${i} must parse`);
  12. HIGH dynamic exec maxeskell/personal-training-app new Function() assert.doesNotThrow(() => new Function(sc), `script block ${i} must parse`);
  13. HIGH committed secret amitpatole/verel AWS access key id AKIAII…(20 chars, redacted)
  14. HIGH dynamic exec amitpatole/verel eval()/exec() exec(compile(tool.code, f"<tool:{tool.name}>", "exec"), ns) # noqa: S102 # nosec B102 — restricted-__builtins__ sandbox, import-allowlisted (see docstring); strong tier is bwrap+seccomp
  15. HIGH dynamic exec Hasan-Laraib/Mirofy vm exec return vm.runInNewContext(`(${template.slice(start, end)})`);