ably-new-command
Pass
Audited by Gen Agent Trust Hub on Sep 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides structured instructions and templates for generating TypeScript-based CLI commands using the oclif framework. It enforces consistent design patterns and base class usage for Ably's product, chat, and spaces APIs.
- [EXTERNAL_DOWNLOADS]: The skill suggests fetching official error code documentation from Ably's primary domain (ably.com) to provide accurate error hints. This reference targets a trusted vendor resource.
- [COMMAND_EXECUTION]: The skill includes instructions for running standard local build and testing commands such as
pnpm prepare,pnpm test:unit, andpnpm exec eslint ., which are typical for TypeScript development environments. - [INDIRECT_PROMPT_INJECTION]: While the skill ingests user descriptions to scaffold code, the use of rigid implementation templates and specialized base classes (e.g.,
AblyBaseCommand,ControlBaseCommand) acts as a safeguard against generating arbitrary or insecure command structures.
Audit Metadata