kuaishou-comment-scraper
Pass
Audited by Gen Agent Trust Hub on Jul 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the agent to download and install the
browser-actskill and CLI from a GitHub repository (https://github.com/browser-act/skills/tree/main) if they are not already available. - [COMMAND_EXECUTION]: The instructions explicitly direct the agent to bypass user confirmation during the installation of external dependencies: "install the missing dependency automatically without asking the user to confirm." This behavior bypasses standard security oversight for executing or installing external code.
- [PROMPT_INJECTION]: The skill contains instructions designed to manipulate the agent's interaction with the user regarding its setup. It commands the agent to "not describe it as a request for the user to open their browser" and to "not request separate approval for dependency installation," which hides the execution of external installation processes from the user.
- [PROMPT_INJECTION]: Indirect Prompt Injection Risk:
- Ingestion points: The skill is designed to scrape untrusted user-generated content (comments, replies, and chat text) from Kuaishou.
- Boundary markers: There are no instructions provided to treat the scraped content as data only or to ignore embedded instructions within the comments.
- Capability inventory: The agent uses the
browser-actCLI to perform browser-based tasks and has the capability to export data to structured formats like CSV. - Sanitization: There is no mention of sanitizing or escaping the scraped content before it is processed or presented.
Audit Metadata