Back to skill

Security audit

Chonk Chonk

Security checks for vulnerabilities and agentic risk

Overview

This is an instruction-only virtual pet skill that uses animalhouse.ai APIs, with the main caution being careful handling of its account token.

Install only if you are comfortable creating an animalhouse.ai account and sending pet/profile data there. Treat the returned ah_ token like a password, avoid pasting it into shared chats or committing it to files, and avoid putting private information in registration fields, pet names, or care notes.

Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

Missing User Warnings

Medium
Confidence
89% confidence
Finding
The skill instructs users to save a bearer token and use it in subsequent requests, but it does not warn that the token is a secret or advise secure handling. In an agent setting, this increases the chance that users expose the token in logs, prompts, screenshots, or to other tools, enabling account takeover or unauthorized pet/account actions.

Static analysis

No suspicious patterns detected.