Loan Calculator
v2.0.0贷款计算器。等额本息/等额本金计算、方案对比、提前还款分析、贷款能力评估、还款计划表、再融资分析。Loan calculator with equal installment/principal, comparison, prepayment analysis, affordability, schedule.
⭐ 0· 357·0 current·0 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The scripts implement loan calculations, comparison, prepayment, affordability and schedule features that align with the description. They also include a small utility (scripts/script.sh) for persisting simple entries and history which is reasonable for user data (notes/entries) but is not mentioned in SKILL.md. The implementation writes files to a local data directory by default and uses the 'bc' calculator binary, which is not declared in the metadata.
Instruction Scope
SKILL.md only instructs running the tool (help/run) and provides examples for calculator commands. The runtime scripts do not access remote endpoints or unrelated system credentials, but they will read common env vars (LOAN_CALCULATOR_DIR, XDG_DATA_HOME, HOME) and create/write local files (data.log, history.log). The documentation does not explicitly call out local file creation.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded or installed by an automated installer. The risk surface is limited to the included shell scripts that would be executed by the agent or user.
Credentials
The skill declares no required environment variables or credentials. At runtime the scripts consult LOAN_CALCULATOR_DIR/XDG_DATA_HOME/HOME to locate the data directory; these are common non-sensitive environment variables and their use is proportionate to persisting user data.
Persistence & Privilege
always:false (no forced inclusion). The skill writes persistent files in $LOAN_CALCULATOR_DIR or ${XDG_DATA_HOME:-$HOME/.local/share}/loan-calculator (data.log, history.log). This is normal for a tool that saves entries, but users should be aware of local disk writes and that inputs may be stored in plaintext.
Assessment
This skill appears coherent and implements the described loan-calculator functionality locally. Before installing or running: 1) Be aware it will create a data directory (by default ~/.local/share/loan-calculator) containing data.log and history.log that may include anything you pass to the tool; avoid entering sensitive PII or credentials into commands. 2) The scripts use the 'bc' utility (and common Unix tools like grep, date); ensure those binaries exist where you intend to run it. 3) If you want to control where data is stored, set LOAN_CALCULATOR_DIR to a safe location. 4) No network calls or secret-requiring env vars are present, but you can still review the scripts in the repository yourself if you want to audit behavior before running. Overall the package is consistent with its description.Like a lobster shell, security has layers — review code before you run it.
chinesevk9791t9g2x3sh547244acxp0vs82qw1elatestvk977y4533gjpa3397zw50tvsj9833cwpproductivityvk97fqcjxptjcyjag0rcasbrmms82rrrc
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
