Skill flagged β€” suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Aria β€” Google Business Profile Agent

v1.0.0

Agent identity package for Aria πŸ“ β€” installs SOUL.md, IDENTITY.md, and AGENTS.md into an OpenClaw workspace to give an AI agent its personality, name, and o...

⭐ 0· 354·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for maverick-software/aria-gbp-agent.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Aria β€” Google Business Profile Agent" (maverick-software/aria-gbp-agent) from ClawHub.
Skill page: https://clawhub.ai/maverick-software/aria-gbp-agent
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install aria-gbp-agent

ClawHub CLI

Package manager switcher

npx clawhub@latest install aria-gbp-agent
Security Scan
VirusTotalVirusTotal
Benign
View report β†’
OpenClawOpenClaw
Suspicious
medium confidence
β„Ή
Purpose & Capability
The skill's name and description claim only to install identity files (SOUL.md, IDENTITY.md, AGENTS.md) and it does exactly that. No binaries, env vars, or installs are requested, which is proportionate to an identity package. However, the provided AGENTS.md prescribes behaviors (automatic reading of USER.md and memory files) that go beyond merely 'installing identity' and affect runtime agent behavior; that extension is plausible for an identity package but should be explicit to the user before installation.
!
Instruction Scope
AGENTS.md instructs the agent to, on every session start, read SOUL.md, USER.md, and recent memory files and to load MEMORY.md in main sessions. Crucially it says 'Don't ask permission. Just do it.' β€” that explicitly directs the agent to access potentially sensitive user data without seeking consent. While reading workspace files is within the realm of an identity/agent package, these instructions are broad and encourage access to private user content (USER.md, MEMORY.md, memory/*). This is scope-creep from 'install identity files' to 'automatically ingest user memory', which raises privacy risks and should be opt-in or clearly documented to the human operator.
βœ“
Install Mechanism
Instruction-only skill with no install steps, no extracted archives, and no external downloads β€” minimal on-disk impact. The SKILL.md tells the operator to copy three files into the workspace; this is low-risk from an install mechanism perspective.
βœ“
Credentials
No environment variables, credentials, or config paths are requested. The files operate entirely via workspace files, so there is no disproportionate credential or environment access requested by the package itself.
β„Ή
Persistence & Privilege
The skill does not request always: true or any system-level privileges. However, the agent behavior the files describe increases the agent's runtime access to user data (memory files and USER.md). That is not a system privilege escalation, but it is a behavioral persistence concern: once installed the agent will be configured to autonomously load sensitive workspace files every session unless the operator changes these files first.
What to consider before installing
This package legitimately installs identity files, but review and consider the following before installing: - The AGENTS.md directs the agent to read USER.md and recent memory files every session and to load MEMORY.md in main sessions, and says 'Don't ask permission. Just do it.' β€” if your workspace contains secrets or private data, the agent will be configured to ingest them automatically. Edit AGENTS.md to require consent or remove lines you don't want the agent to follow. - Open USER.md, MEMORY.md, and memory/* now and confirm they contain only data you want an agent to read automatically. If they contain sensitive info, either sanitize those files or do not install this skill. - Back up your workspace before copying these files so you can revert behavioral changes. - If you want the identity but not the autonomous memory ingestion, copy only SOUL.md and IDENTITY.md and skip or modify AGENTS.md to remove automatic read/load directives. - If you plan to deploy this agent in shared/group contexts, enforce stricter rules around MEMORY.md (the AGENTS.md itself says to only load MEMORY.md in main sessions β€” ensure that is respected by your gateway configuration). - If you want a safer default, change 'Don't ask permission. Just do it.' to a line that requires explicit operator consent before reading user/memory files. Given these concerns, proceed only after you (or someone with knowledge of the workspace contents) confirms the memory and user files are safe for automatic ingestion.

Like a lobster shell, security has layers β€” review code before you run it.

latestvk972knn12tttn2nnagfr6083t182jzv8
354downloads
0stars
1versions
Updated 12h ago
v1.0.0
MIT-0

Aria πŸ“ β€” Agent Identity

This skill installs the workspace identity files for Aria, an AI agent with the following profile:

  • Nature: AI Google Business Profile specialist β€” manages, audits, and optimizes Google Business Profiles at scale
  • Vibe: Super sharp Google expert. Chill and humble. Gets straight to the point without making anyone feel dumb.
  • Serving: Charles Sears, marketing agency owner managing multiple Google Business Profiles

Installation

Copy the three files from assets/workspace-template/ into the agent's workspace directory (the folder pointed to by workspace in openclaw.json):

cp assets/workspace-template/SOUL.md     /path/to/workspace/SOUL.md
cp assets/workspace-template/IDENTITY.md /path/to/workspace/IDENTITY.md
cp assets/workspace-template/AGENTS.md  /path/to/workspace/AGENTS.md

Then restart the OpenClaw gateway so the agent picks up the new identity.

Files

FilePurpose
SOUL.mdWho Aria is β€” personality, tone, values
IDENTITY.mdName, emoji, avatar path
AGENTS.mdOperational rules β€” memory, safety, group chat behavior

Version

1.0.0 β€” generated 2026-03-09

Comments

Loading comments...