Anime

PassAudited by ClawScan on May 1, 2026.

Overview

This is a read-only anime lookup skill using a public no-auth API, with a low-risk provenance note because the referenced CLI script is not included in the reviewed package.

This looks appropriate for read-only anime lookups. Before installing, confirm the real anime executable comes from a trusted source, and remember that search terms are sent to Jikan.

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.

What this means

The reviewed package does not include the actual CLI implementation, so users should verify any executable obtained from another source.

Why it was flagged

The skill references an executable script, but the supplied manifest contains only README.md and SKILL.md. This is a provenance/completeness note rather than evidence of malicious behavior.

Skill content
**Script location:** `{skill_folder}/anime` (symlink to `scripts/anime`)
Recommendation

Install only from a trusted source and review the actual script before placing it on PATH or letting an agent run it.

What this means

The agent may run the anime CLI to answer anime questions, but the documented commands are read-only lookups.

Why it was flagged

The skill depends on local command-line tooling, which is expected for this CLI-based anime lookup purpose.

Skill content
requires:
      bins: ["bash", "curl", "jq"]
Recommendation

Use the skill for anime lookups only, and verify the executable source before allowing command execution.

What this means

Anime titles, IDs, or season queries may be sent to Jikan, but no account token or private credential is requested.

Why it was flagged

The skill clearly discloses that lookup requests go to the external Jikan API and that no credentials are required.

Skill content
- Uses Jikan v4 API (api.jikan.moe)
- No authentication required
Recommendation

Avoid putting private or unrelated personal information into anime search queries.