ASO Suite
PassAudited by ClawScan on May 1, 2026.
Overview
This is a coherent ASO CLI skill, with expected account login and account-management commands that users should authorize carefully.
Before installing, make sure you trust the `asosuite` npm package and only run account-changing commands when you are clear which ASO Suite app, keyword, competitor, or event will be changed.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing the npm package gives the external CLI code execution ability on the user's machine.
The skill depends on installing and running an external npm CLI package. This is expected for the stated CLI purpose, but users are trusting code outside the provided instruction-only artifact.
npm install -g asosuite
Install only from the expected npm source, keep the package updated, and use it in an environment appropriate for ASO work.
Commands may access subscription details and manage ASO Suite account resources after login.
The skill requires logging in to an ASO Suite account. This is purpose-aligned, but it gives the CLI access to account-specific ASO data and actions.
Authenticate: ```bash asosuite login ```
Use the intended ASO Suite account, avoid sharing credentials, and log out or revoke access when no longer needed.
If invoked with the wrong app, keyword, related app, or event ID, the skill could change or delete ASO tracking data in the user's ASO Suite account.
The command reference includes actions that remove or change ASO Suite account state. These are relevant to ASO workflows, but they should be treated as user-authorized mutations rather than casual read-only queries.
`asosuite untrack-app`, `asosuite unplan-app`, `asosuite tracked-keywords remove`, `asosuite related-apps remove`, `asosuite events delete`
Confirm target app IDs, planned app IDs, keywords, and event IDs before running mutation or deletion commands.
