Back to skill
v0.1.0

Hpc Calculix

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 7:49 AM.

Analysis

This skill looks focused and transparent; review the included cluster job template before using it because it can run CalculiX work on an HPC system.

GuidanceThis appears safe to install for CalculiX input-deck and HPC workflow assistance. Treat the Slurm script as a template, review it before running, and separately review any hpc-orchestration skill if you use it for scheduler or storage operations.

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.

Abnormal behavior control

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.

Tool Misuse and Exploitation
SeverityLowConfidenceHighStatusNote
assets/templates/calculix-ccx-slurm.sh
srun -n 1 ccx -i "$job_name"

The included Slurm template runs CalculiX on a named input deck from the submission directory; this is aligned with the HPC workflow purpose but is still an executable cluster command.

User impactIf submitted, the template can consume HPC resources and create solver output and log files in the working directory.
RecommendationReview the job name, resource limits, working directory, and site-specific module/loading requirements before submitting any generated or templated job script.
Agentic Supply Chain Vulnerabilities
SeverityInfoConfidenceHighStatusNote
references/cluster-execution-playbook.md
Use this together with `hpc-orchestration`... `hpc-orchestration` owns scheduler, storage, transfer, and monitoring scaffolds

The skill openly references a companion orchestration capability that is not included in these artifacts; it is purpose-aligned, but its own permissions and behavior are outside this package.

User impactUsing the companion orchestration skill could broaden activity to scheduler, storage, transfer, or monitoring operations.
RecommendationReview any companion orchestration skill separately before granting it access to cluster or storage workflows.