Maxwell Fea Simulation
Analysis
This appears to be a purpose-aligned Maxwell simulation helper, with the main caution being optional local Python scripts and dependencies for post-processing.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
python scripts/maxwell_post_processor.py --mode cogging_torque ... --file "torque_data.csv"
The skill documents local Python script execution for post-processing Maxwell simulation data. This is user-directed and matches the skill purpose, but it still means running included code locally.
依赖: pip install numpy matplotlib pandas scipy
The script documentation recommends installing unpinned Python packages. These dependencies are expected for numerical post-processing, but they are not captured in an install spec.
