diffraction-scatter

PassAudited by ClawScan on Apr 14, 2026.

Overview

The skill's code, runtime instructions, and required actions are consistent with its stated purpose (post-PONI pyFAI integration); it installs a Python venv and uses pyFAI to process detector files but does not request unrelated credentials or contact unexpected endpoints.

This skill appears to do exactly what it says: inspect .poni files and run pyFAI-based integrations. Before running: (1) review the bundled scripts (install helper calls pip and creates a venv) and run them in a controlled directory or sandbox/VM if you are cautious; (2) be aware the installer will download packages from PyPI (network); (3) the runner will write per-frame CSV/HDF5/NPZ outputs and a manifest.jsonl to disk and print JSONL events to stdout — ensure you run it where that output is acceptable. No credentials or external endpoints are requested by the skill.