Description-Behavior Mismatch
Medium
- Confidence
- 95% confidence
- Finding
- The plugin manager loads Python modules directly from disk at runtime using importlib and executes them via exec_module(). That means anyone who can place or modify files in the plugin directory can run arbitrary code inside the crawler process, which exceeds the stated deterministic Scrapling-only behavior and creates a code-execution extension point.
