sph-workflow — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited sph-workflow (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
inspect_data → identify Velocity, Pressure, Type fields, timestep countcinematic_render(field="Velocity", colormap="Viridis") → particle overviewexecute_pipeline with Threshold(Type, 0, 0) → fluid-only particlesanimate(mode="timesteps") → time evolutionpv_isosurface → smooth surface mesh from particles (if needed)DualSPHysics uses Type field: 0=fluid, >0=boundary. To show fluid only:
{
"source": {"file": "FILE_PATH"},
"pipeline": [
{"filter": "Threshold", "params": {"field": "Type", "range": [0, 0]}}
],
"output": {"type": "image", "render": {"field": "Velocity", "colormap": "Viridis"}}
}| Expert says | Tool | Params |
|---|---|---|
| particles, 입자 | render or cinematic_render | field="Velocity" |
| fluid only | execute_pipeline | Threshold(Type, 0, 0) |
| sloshing, 슬로싱 | animate | mode="timesteps", field="Velocity" |
| wave, 파도 | animate | mode="timesteps" |
| isosurface mesh | pv_isosurface | bi4_dir, output_dir |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.