overdue-interest-check-free
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [SAFE]: The core logic in
scripts/engine/overdue-interest-check.jsuses only built-in Node.js modules and performs deterministic calculations. It does not use any network libraries or perform any file writes, adhering to the skill's 'local-only' privacy claims. - [COMMAND_EXECUTION]: The skill is designed to be executed via a CLI interface using Node.js (
node scripts/run.mjs). This is the primary intended function for processing local data files. - [EXTERNAL_DOWNLOADS]: The documentation in
SKILL.mdprovides instructions for an optional upgrade to a 'Pro' version. This involves downloading the@alipay/agent-paymentpackage usingnpx. As Alipay is a well-known service, this is a standard platform integration for payments and upgrades. - [SAFE]: The skill uses vendor-controlled resources, such as links to official documentation and upgrade paths on the author's GitHub Pages site (
chenqg618.github.io), which is consistent with the author's identity.
Audit Metadata