Context-Inappropriate Capability
Medium
- Confidence
- 97% confidence
- Finding
- The wrapper dynamically loads world_model.py and then instantiates the first class it finds, which means any top-level import side effects and constructor code in that file will execute automatically. In a skill ecosystem, this creates a broad and opaque execution surface because the wrapper does not restrict which class is loaded or verify that it matches an expected safe interface, making the skill more dangerous than its declared 'world-model' purpose suggests.
