MangaDex CLI
Security checks across malware telemetry and agentic risk
Overview
This skill is a coherent MangaDex command-line helper, but users should notice that it installs a global npm package and can handle MangaDex login credentials for authenticated features.
This appears safe to use for MangaDex CLI workflows if you trust the npm package. Before installing, verify the package source, and only provide MangaDex credentials when you need authenticated features such as follow feeds or library-aware recommendations.
VirusTotal
64/64 vendors flagged this skill as clean.
Risk analysis
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 skill may add a globally available command from npm to the user's environment.
The skill directs installation of a global npm package if the CLI is missing; this is central to the skill, but it pulls executable code from the package ecosystem.
`npm install -g @mtsku/mangadex-cli`
Install only if you trust the package and publisher; consider verifying the npm package and pinning a known version where possible.
If used with authentication, the agent may be given access to MangaDex account-specific information such as follow feeds or library-aware recommendations.
The skill can use MangaDex account credentials or access tokens for authenticated feed and library-aware features.
`mangadexcli auth login <username> <password>` and `mangadexcli auth set-token <access_token>`
Use public read-only commands when possible, approve authentication commands explicitly, and prefer revocable or scoped tokens over sharing a raw password.
The agent can run local shell commands needed for this CLI workflow.
The skill grants Bash access so the agent can run the MangaDex CLI and setup checks. The documented commands are purpose-aligned, but shell access is still a sensitive execution surface.
allowed-tools: Bash
Review and approve install or authentication-related shell commands, especially commands that include credentials.
