cardexscan-dca
Pass
Audited by Gen Agent Trust Hub on Mar 22, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides three scripts (
my-orders.js,create-dca.js,cancel-dca.js) that interact with a local client library to manage Cardano DCA operations. The implementation follows standard programming practices for command-line tools. - [SAFE]: No hardcoded credentials, private keys, or sensitive API tokens were detected in any of the skill's files. The scripts rely on user-provided arguments for blockchain addresses.
- [SAFE]: The skill uses local relative imports for its dependencies (
../../../scripts/cardexscan-client.js), which is typical for modular projects. No remote code downloads or unauthorized network operations were found. - [SAFE]: Input handling for numeric parameters (amount, number of orders, interval) utilizes standard type conversion with
parseInt, providing basic protection against malformed inputs.
Audit Metadata