Facebook Fanpage Inbox for Meta Business Suite
Analysis
The skill mostly matches its Facebook inbox purpose, but one browser-automation instruction could execute unintended JavaScript from a customer name inside a logged-in Meta Business session.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
request:{"kind":"evaluate","fn":"function() { ... if (nameEl && nameEl.textContent.trim() === '<customer_name>') { nameEl.click(); ... } }"}The instruction tells the agent to replace <customer_name> inside a JavaScript string that is evaluated in the logged-in Facebook page. A crafted customer name or unsafe substitution could break out of the string and run unintended page-context JavaScript.
Source: unknown; Homepage: none; No install spec — this is an instruction-only skill; Code file presence: 3 code file(s)
The package includes local scripts and manual setup instructions, but the registry metadata does not identify an upstream source or homepage.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
- ✅ Reply to customer messages - ✅ Manage labels (tags) for each conversation - ✅ Manage notes (internal memos) for each contact ... - Sessions may expire; re-login required periodically
The skill is intended to operate through an authenticated Meta Business Suite session and can mutate customer-facing or internal business inbox state.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
The agent can store these URLs and reuse them for fast access later.
Direct conversation URLs include page and thread identifiers and are described as reusable persistent context, but the artifacts do not specify storage location, retention, or user approval rules.
