Financial Education Path Designer
v1.0.0Creates structured financial education frameworks with actionable recommendations and clear next-step checklists for learning paths.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name, description, and files align: the skill generates structured JSON learning-path recommendations. It does not require credentials, binaries, or external services and the included handler.py implements only local input parsing and templated recommendations.
Instruction Scope
SKILL.md emphasizes 'No real code execution' and 'No external API calls.' There is an executable handler.py included, which will run locally when invoked; however the code performs only parsing and local JSON generation with no network or filesystem side effects. The presence of runnable code slightly diverges from the 'instruction-only' wording but does not contradict the stated safety constraints.
Install Mechanism
No install spec is provided (instruction-only), so nothing will be downloaded or written to disk beyond the skill files themselves. This is low-risk.
Credentials
The skill requests no environment variables, credentials, or config paths. The handler accesses only the provided user input string; there are no secret-exposing operations.
Persistence & Privilege
Skill is user-invocable, not always-on, and does not request elevated persistence or modify other skill/system settings. It can be invoked autonomously (platform default), but that is consistent with its benign functionality.
Assessment
This skill appears coherent and descriptive, but before installing or granting it autonomous invocation: 1) Review handler.py yourself (or run the provided tests) to confirm there are no hidden network calls; the code looks local-only. 2) Note the SKILL.md wording claims 'no code execution' even though a runnable handler.py is included — this is likely harmless but worth being aware of. 3) Run the tests in a sandboxed environment to verify behavior and outputs. 4) If you will allow autonomous invocation, consider limiting the skill's access scope and monitoring its activity, even though it currently needs no credentials or external access.Like a lobster shell, security has layers — review code before you run it.
latest
Financial Education Path Designer
Overview
Designs financial education paths. This is a descriptive skill that provides frameworks and templates without executing real code.
Safety
- No real code execution
- No external API calls
- No financial transactions
- Informational only
Outputs
- Structured analysis
- Actionable recommendations
- Next steps checklist
Comments
Loading comments...
