Dog

Security checks across malware telemetry and agentic risk

Overview

This is a transparent instruction-only dog-care helper that uses optional local files after approval; no hidden code, network access, or exfiltration behavior is shown.

This skill appears safe to install if you want a local dog-care organizer. Before enabling memory, consider whether you are comfortable storing pet health, medication, vet, emergency, and household details in ~/dog/. It does not show hidden code or network behavior, and its veterinary guidance is framed conservatively rather than as a diagnosis.

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.

#
ASI05: Unexpected Code Execution
Info
What this means

If approved, the agent may create a local dog-care folder and files in your home directory.

Why it was flagged

The setup flow includes local shell commands that create directories/files and change permissions. They are limited to ~/dog/ and gated on user permission, so this is purpose-aligned rather than suspicious.

Skill content
Ask permission before writing local files:
mkdir -p ~/dog/dogs ~/dog/sitter-packs
touch ~/dog/memory.md ~/dog/shopping.md
chmod 700 ~/dog
Recommendation

Approve the setup only if you want persistent local dog-care memory, and confirm the path is acceptable before the commands are run.

#
ASI06: Memory and Context Poisoning
Low
What this means

Dog health and household details may remain on disk and influence future assistance.

Why it was flagged

The skill is designed to keep persistent local memory containing pet health, household, medication, and emergency details. This is expected for the skill, but it means private information may be retained and reused across sessions.

Skill content
Create `~/dog/memory.md` ... Household Summary ... Emergency preference ... Create `~/dog/dogs/{name}/profile.md` ... Conditions ... Allergies ... Medications
Recommendation

Store only information you are comfortable keeping locally, periodically review the files for accuracy, and delete or pause memory if you no longer want it used.