cae-skill

v1.0.0

Control local CAE applications on Windows including launching apps, opening files, checking status, closing apps, detecting active and running apps, detectin...

0· 196·0 current·0 all-time
bysolvi@doudou459
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (launching, checking, closing CAE apps) matches requested artifacts: a small Python launcher, a runner, and a config.json with candidate paths and process names for supported CAE apps.
Instruction Scope
SKILL.md limits discovery to saved paths and predefined candidate paths and the code implements that. The code launches local executables and can run user-supplied executable paths (set_app_path); this is expected for a launcher but means a user-provided path could cause arbitrary local execution if pointed at an untrusted binary.
Install Mechanism
No install spec; this is an instruction-only skill with included Python files. Nothing is downloaded from external URLs and no archives are extracted.
Credentials
No environment variables, secrets, or unrelated credentials are requested. The only persistent file touched is config.json in the skill directory, which stores candidate/saved paths and process names.
Persistence & Privilege
always is false and the skill does not request elevated or platform-wide persistent privileges. It reads/writes its own config.json only.
Assessment
This skill appears to do what it claims: manage local CAE apps on Windows using only paths listed in config.json and candidate paths. Before installing: (1) Review config.json and do not add paths that point to untrusted executables—the skill will run binaries referenced there or supplied by the user. (2) Be aware the skill will write to config.json (it saves user-provided paths). (3) Run the skill in an environment where executing local programs is safe (avoid running with higher privileges than needed). If you need network isolation or stronger guarantees, run the skill on a dedicated workstation or inspect the included Python files yourself before use.

Like a lobster shell, security has layers — review code before you run it.

latestvk974acrfwyw79en82s55rx7ny582px9r

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments