authenticate-wallet
Pass
Audited by Gen Agent Trust Hub on Apr 23, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
npx agnic@latestto run the AgnicPay CLI. This fetches the package from the npm registry at runtime, which is the standard method for using the vendor's tooling. - [COMMAND_EXECUTION]: Executes shell commands via the AgnicPay CLI to perform authentication, verify wallet status, and logout.
- [DATA_EXFILTRATION]: The skill describes the management of authentication tokens stored in
~/.agnic/config.json. This is standard session management for the CLI tool and includes restricted file permissions (0600).
Audit Metadata