soia-pkm-clip-rednote
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXFILTRATION]: The script implements a strict
validate_hostfunction that restricts network requests to authorized domains (xiaohongshu.com,xhslink.com). This control ensures that the optionalXHS_COOKIE(authentication session) is only sent to the intended service provider and prevents exfiltration to malicious third-party hosts. - [CREDENTIALS_UNSAFE]: The skill handles authentication data through environment variables or a private configuration file. The code includes a debug utility in
clip_rednote_env.pythat specifically redacts sensitive keys such as cookies, tokens, and secrets, preventing accidental exposure in logs or terminal output. - [COMMAND_EXECUTION]: File operations and network requests are performed using Python's built-in
urllibandpathlibmodules. The skill does not useeval(),exec(), orsubprocessto run arbitrary shell commands, sticking to its documented purpose of file management and parsing. - [EXTERNAL_DOWNLOADS]: The skill fetches media assets (images and videos) directly from the platform's content delivery networks to the local filesystem. These operations are scoped to the user's
Downloadsfolder and are triggered only by the specific note being archived.
Audit Metadata