Fox Agent Reach
Analysis
This skill is broadly coherent as an internet/social research helper, but it asks the agent to handle login cookies, rely on off-package setup/tools, bypass platform protections, and potentially publish to social platforms.
Findings (7)
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.
Use when ... `user asks to post, comment, or interact` ... `xiaohongshu.publish_content(title: "标题", content: "正文", images: ["/path/img.jpg"], tags: ["tag"])`
The skill includes a public-content publishing action, but does not specify confirmation, preview, account scope, or rollback requirements.
`Read` (Camoufox — bypasses WeChat anti-bot) ... `Must use Camoufox.`
The artifact explicitly frames the WeChat reading workflow as bypassing anti-bot protections rather than using a clearly authorized API or normal reader path.
If a channel needs setup ... fetch the install guide: `https://raw.githubusercontent.com/Panniantong/agent-reach/main/docs/install.md` ... `User only provides cookies. Everything else is your job.`
Setup is delegated to a remote off-artifact guide even though the package has no reviewed install spec; this creates a provenance gap, especially when paired with cookie handling.
`"ownerId": "kn795vekm0vna15c88bp65skgs81t4q5", "slug": "agent-reach", "version": "1.1.0"`
The packaged metadata differs from the supplied registry metadata for fox-agent-reach version 1.0.0 with a different owner ID, which is a provenance inconsistency users should notice.
`Never create files in the agent workspace.` Use `/tmp/` for temporary output and `~/.agent-reach/` for persistent data.
The skill intentionally uses a persistent home-directory location. That can be reasonable for configuration, but the artifact does not define what is stored or how it is cleaned up.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Use `--cookies-from-browser chrome` ... `Requires login. Use Cookie-Editor to import cookies.`
The skill tells the agent to use browser/session cookies and imported login cookies, while the registry declares no credentials, config paths, or scoped account boundary.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
`mcporter call 'exa.web_search_exa(...)'` ... `mcporter call 'linkedin.get_person_profile(...)'` ... `curl -s "https://r.jina.ai/URL"`
The skill sends queries, URLs, and profile lookups through external providers/gateways; this is expected for the stated research purpose but is still a data-sharing boundary.
