cli-framework-oclif-ink
Pass
Audited by Gen Agent Trust Hub on Sep 20, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides legitimate development patterns for CLI applications using well-established industry frameworks (oclif and Ink).
- [COMMAND_EXECUTION]: The skill includes patterns for executing external processes via the
execalibrary in tests to verify CLI behavior, such as mocking Git operations, which is a standard pattern for CLI development. - [EXTERNAL_DOWNLOADS]: The skill demonstrates how to perform network operations using
fetchfor tasks like downloading data or sending telemetry to example endpoints. These are presented as educational examples using non-malicious domains likeexample.com. - [DYNAMIC_EXECUTION]: The skill discusses oclif's plugin architecture, which allows for runtime extensibility of the CLI. This is documented as a standard feature of the oclif framework for building modular CLI tools.
Audit Metadata