usage-observability
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill uses
bunxto download theusagemaxpackage from the npm registry at runtime. - [REMOTE_CODE_EXECUTION]: The skill executes the
usagemaxpackage immediately after downloading it via thebunxrunner. - [COMMAND_EXECUTION]: Instructions include running CLI commands such as
usagemax linkandusagemax doctor --deepin the local environment. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from external sources, creating a potential vector for indirect instructions.
- Ingestion points: Public profile data and natural-language resources are fetched from
https://usagemax.com/api/profiles/{handle}andhttps://usagemax.com/ask(referenced inSKILL.md). - Boundary markers: The skill lacks explicit delimiters or instructions to the agent to disregard potential instructions embedded within the retrieved data.
- Capability inventory: The skill possesses the ability to execute shell commands (
bunx) and perform network operations to the vendor's domain. - Sanitization: No sanitization or validation logic is specified for the data retrieved from the external API endpoints.
Audit Metadata