Capital Expenditure Planner
v1.0.0Provides frameworks and templates to plan capital expenditures with structured analysis, recommendations, and next steps, for informational use only.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (capex planning) aligns with the files and logic. The handler implements input parsing, simple heuristics, recommendations, templates and a disclaimer—everything matches the stated purpose. No unrelated dependencies, binaries, or env vars are requested.
Instruction Scope
SKILL.md states 'No real code execution' and 'No external API calls'. The package does include an executable handler.py (which will run locally when invoked) but it only performs local parsing and JSON output and contains no network calls or filesystem access. This is likely acceptable but the SKILL.md wording could be clearer about local code execution vs. external execution.
Install Mechanism
No install spec is provided and no downloads or installs occur. The presence of code files means the code would run when invoked, but nothing in the package pulls remote artifacts or writes to disk beyond normal execution.
Credentials
The skill requests no environment variables, credentials, or config paths. The handler only uses standard library modules (json, sys, re) and inspects the provided user input; there is no indication of exfiltration or secret access.
Persistence & Privilege
The skill is not always-enabled and does not request persistent privileged presence. It does not modify other skill configurations or system-wide settings.
Assessment
This skill appears coherent and descriptive. Before installing or running it: (1) note that it contains an executable handler.py — run tests in an isolated/sandbox environment if you want to execute it locally; (2) no network calls or secret/env access are present, so it does not appear to exfiltrate data; (3) review the handler.py quickly for any changes before trusting it in a sensitive environment (the file contains some dead/placeholder logic comparing static skill names, which is harmless but sloppy); (4) avoid supplying any sensitive credentials as input. If you need higher assurance, run the provided tests in a disposable environment and inspect the code manually.Like a lobster shell, security has layers — review code before you run it.
latest
Capital Expenditure Planner
Overview
Plans capital expenditures. 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...
