Valuation
v2.0.2Build DCF models and run comparable analysis for company valuation. Use when modeling cash flows, benchmarking peers, projecting growth, or pitching.
⭐ 0· 204·1 current·1 all-time
bybytesagain4@xueyetianya
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The script implements a local append-only logging/utility tool for valuation workflows (matches the name and description). Minor mismatch: SKILL.md says you can set VALUATION_DIR to override the default data directory, but the included script ignores VALUATION_DIR and hardcodes DATA_DIR to ${HOME}/.local/share/valuation. Version string in SKILL.md and script is 2.0.0 while registry metadata lists 2.0.2 — a benign but notable inconsistency.
Instruction Scope
Runtime instructions and the script stay within the stated scope: they read/write logs under a dedicated data directory, provide search/export/status/stats functions, and only use local standard Unix tools. The instructions do not request unrelated system files, credentials, or network endpoints.
Install Mechanism
No install spec is present and the skill is instruction+script only. Nothing is downloaded or written to system directories beyond creating its own data directory under the user's home.
Credentials
No environment variables or credentials are required (registry metadata lists none). SKILL.md documents an optional VALUATION_DIR override, but the script does not read that variable — a documentation/implementation mismatch. Otherwise the tool requests no sensitive environment access.
Persistence & Privilege
The skill creates and maintains files only in ~/.local/share/valuation (user home). always:false and no special privileges are requested. It does not modify other skills or global system configuration.
Assessment
This skill appears to be a simple, local logging utility for valuation workflows and does not request credentials or network access, but review the following before installing:
- Data location and privacy: the tool writes logs to ~/.local/share/valuation (script hardcodes this path). Do not store secrets or sensitive financial documents as free-text entries because they will be persisted locally.
- Docs vs. implementation mismatch: SKILL.md suggests you can override VALUATION_DIR via an environment variable, but the script ignores that variable. If you need a custom data location, update the script or move the directory after install.
- Export sanitization: the export implementation writes raw entry values into JSON/CSV/TXT without escaping. Entries containing quotes, newlines, or CSV-special characters may produce malformed JSON/CSV or present CSV injection risks when opened in spreadsheet software. Avoid entering content that looks like formulas or contains untrusted data if you plan to open exports in other tools.
- Minor bugs: exported JSON uses an echo with a literal "\n]" which may insert a literal backslash-n; exported JSON may therefore be malformed in some cases. Consider reviewing and testing exports before integrating with downstream tools.
- Best practice: inspect the included script before use, consider changing the data directory or file permissions if you want to restrict access, and avoid logging secrets. If you need the VALUATION_DIR feature, either patch the script to read the environment variable or ask the maintainer for a corrected release.Like a lobster shell, security has layers — review code before you run it.
latestvk970xc3aqxtj107hxe0sntenm1835erm
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
