xiaohongshu-top-account
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill's HTML report generation script references the
html2canvaslibrary from the well-known jsDelivr CDN (https://cdn.jsdelivr.net/npm/html2canvas). This is a reputable source used to provide the "Save as Image" functionality in the reports. - [DATA_EXFILTRATION]: The skill communicates with
redfox.hkto fetch account data. This domain belongs to the skill's primary service provider. It correctly utilizes theREDFOX_API_KEYenvironment variable for authentication rather than hardcoding credentials. - [COMMAND_EXECUTION]: The instructions involve executing a local Python script
scripts/fetch_rank.pyto process queries. The script uses the Python standard libraryurlliband does not contain any patterns for executing arbitrary shell commands or unsafe code evaluation. - [INDIRECT_PROMPT_INJECTION]: The skill processes data fetched from external sources (Xiaohongshu account names and metrics). The risk of indirect injection is low as the data is primarily numerical or short text used in structured formats.
- Ingestion points:
scripts/fetch_rank.pyfetches account data from the RedFox API. - Boundary markers: The data is constrained within Markdown tables and HTML templates.
- Capability inventory: The skill can write HTML files to the local workspace and utilize the
calendar_createtool for subscriptions. - Sanitization: The
scripts/generate_report.pyscript useshtml.escapeto sanitize account names before including them in the HTML report.
Audit Metadata