debt-payoff — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited debt-payoff (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Helps you create a structured debt payoff plan using either the avalanche method (highest interest rate first) or snowball method (smallest balance first). Identifies your current debt payments, calculates extra payment capacity from your budget, and generates a month-by-month payoff schedule.
transaction_search — find recurring debt payments (loans, credit cards, lines of credit)spending_summary — calculate total income vs. expenses to find extra payment capacitytransaction_search with query: "payment OR loan OR credit card OR interest OR minimum" and months: 3 to identify recurring debt payments.spending_summary for the last 3 months to calculate average monthly income and average monthly expenses.(average monthly income) - (average monthly expenses) - (sum of minimum payments already in expenses). If this is negative, flag that the user is overspending. Month | Debt Name | Payment | Principal | Interest | Remaining Balance
------+---------------+---------+-----------+----------+------------------
1 | Credit Card A | $350 | $320.83 | $29.17 | $1,679.17
1 | Student Loan | $150 | $112.50 | $37.50 | $14,887.50Balance * (APR / 12)=B2*(C2/12) where B2 is balance, C2 is APR as decimal=D2-E2 where D2 is payment, E2 is interest=B2-F2~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.