Cn Loan Calculator

PassAudited by ClawScan on May 14, 2026.

Overview

This is a simple local loan-payment calculator with no evidence of network access, credential use, purchases, or persistence, though the registry capability signals appear inconsistent with the included files.

This appears safe for ordinary loan calculations. It should not need API keys, bank credentials, payment permissions, or access to private files; if an install prompt asks for those, treat that as inconsistent with the reviewed artifacts.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Users may see confusing high-risk capability labels, but the reviewed files do not demonstrate those capabilities.

Why it was flagged

These high-risk capability labels do not align with the provided SKILL.md, requirements, or source code, which show a local calculator with no credential, purchase, or crypto behavior.

Skill content
Capability signals
- crypto
- can-make-purchases
- requires-sensitive-credentials
Recommendation

Install only if the platform is not requesting additional permissions beyond the included local script; no credentials or payment authority should be needed.

What this means

The agent may run the included local calculator script when asked to compute loan payments.

Why it was flagged

The skill is intended to run a local Python script, which is purpose-aligned and limited to calculating and printing loan results.

Skill content
python3 scripts/loan_calculator.py --amount 1000000 --rate 4.5 --years 30
Recommendation

Use it with explicit numeric inputs; do not provide credentials or sensitive account access because the calculator does not require them.