Back to skill

Security audit

Redbook Browser Ops

Security checks for vulnerabilities and agentic risk

Overview

This skill automates Xiaohongshu creator tasks on the official site and includes clear publish-confirmation safeguards.

Install this only if you want an agent operating in your logged-in Xiaohongshu creator account. Review post and reply content before use, keep the explicit publish confirmation requirement, and do not use it to bypass SMS, CAPTCHA, or platform risk controls.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (2)

Autonomous Decision Making

Medium
Category
Excessive Agency
Content
- body not empty
   - hashtags formatted
6. If `draft_only`: click save/draft and report success.
7. If `publish_now`: ask one final yes/no confirmation, then publish.
8. Return result summary with account, title, mode, status.

## Required confirmation policy
Confidence
75% confidence
Finding
Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.

Natural-Language Policy Violations

Medium
Confidence
95% confidence
Finding
The markdown consists entirely of Chinese post templates and presents them as the default skill content, with no indication that users may choose another language or that the skill is intentionally limited to a Chinese-language context. This can violate a language/locale policy when a skill imposes a specific language without user opt-in.

Static analysis

No suspicious patterns detected.