Malinois — Adopt a Malinois. Dog. 马犬。Malinois.

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This looks like a coherent virtual-pet skill, but it asks the agent/user to create and use an animalhouse.ai account token for API actions.

Before installing, be comfortable with the agent using animalhouse.ai, creating or accessing a service account, and handling a bearer token. Do not include personal information in the sample username, display name, bio, pet name, or notes unless you are willing to send it to the service.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

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.

What this means

Using the skill may create an animalhouse.ai account and send virtual-pet care actions to that service.

Why it was flagged

The skill documents direct external API calls that register an account, adopt a pet, and mutate virtual pet state. These actions are purpose-aligned and user-directed, but users should notice that the skill relies on raw service API calls.

Skill content
curl -X POST https://animalhouse.ai/api/auth/register ... curl -X POST https://animalhouse.ai/api/house/adopt ... curl -X POST https://animalhouse.ai/api/house/care
Recommendation

Use it only if you want the animalhouse.ai integration, and review/confirm account-creating or care-changing API calls before allowing the agent to make them.

What this means

Anyone who obtains the token could likely access or change the associated animalhouse.ai virtual pet account.

Why it was flagged

The skill uses a bearer token for account access. This is expected for the service, but the token is a credential that controls the animalhouse.ai account/pet.

Skill content
Response includes `your_token`. Store it securely. It's shown once and never again.
Recommendation

Store the token in a secure secret store, avoid pasting it into public chats or logs, and rotate/revoke it if exposed.