X Engagement
Analysis
This X/Twitter assistant is purpose-aligned, but it warrants Review because it can use a logged-in browser to perform public account actions and one core workflow can post comments without an explicit final confirmation step.
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.
# 5. 发表 post_comment(proposed) # 6. 记录 record_comment(tweet, proposed)
This core workflow sends a generated comment before showing an explicit user-confirmation step in that workflow, even though comments are public account writes.
npx browser-relay-cli version npx browser-relay-cli extension-path npx browser-relay-cli relay-start
The skill relies on an external Browser Relay CLI invoked through npx, while the provided install metadata does not pin or declare that runtime.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
复用本地已登录 Chrome/Chromium ... 点赞、关注、评论都先生成建议,再由用户确认是否执行
The skill uses the user's already-logged-in browser session to perform X account actions such as liking, following, and commenting.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
用户事实(永久保留) ... 记录用户说过的话 ... 学习用户习惯和偏好
The skill stores persistent local facts, preferences, and interaction history that are reused for future comment generation.
