debugging-with-ably-cli
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill enables the agent to run various
ablyCLI commands to observe and simulate realtime traffic for troubleshooting purposes. - [EXTERNAL_DOWNLOADS]: Mentions the installation of the official
@ably/clipackage via npm, which is a verified resource provided by the authoring vendor. - [PROMPT_INJECTION]: The skill involves processing live data from external messaging channels via commands like
ably subscribeandably logs, which presents an inherent surface for indirect prompt injection. - Ingestion points:
ably subscribe,ably logs, andably presence subscribe(referenced inSKILL.md). - Boundary markers: None identified; external data is not delimited from agent instructions.
- Capability inventory: The agent has the capability to publish messages, manage application settings, and issue authentication tokens through the CLI.
- Sanitization: No sanitization or validation logic is specified for data received from subscription channels.
Audit Metadata