serverchan
Fail
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: CRITICAL
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill communicates with
sctapi.ftqq.comandft07.com, which are the official and documented endpoints for the ServerChan (方糖) notification service. These are recognized as functional requirements for the skill's purpose. - [CREDENTIALS_UNSAFE]: The skill handles a
SERVERCHAN_SENDKEYcredential but follows security best practices by recommending the use of environment variables and explicitly including logic to avoid printing or logging the key to stdout/stderr. - [COMMAND_EXECUTION]: The skill uses
bashandcurlto perform network operations. It uses--data-urlencodeand Python-based JSON assembly inscripts/send.shto ensure user-provided titles and descriptions are properly escaped, mitigating potential injection risks into the HTTP request body. - [DATA_EXFILTRATION]: While the skill sends data to an external service, this is its primary stated purpose (pushing notifications). The data sent is limited to what the user or agent provides as the notification content, and it targets official service domains.
Recommendations
- Contains 2 malicious URL(s) - DO NOT USE
Audit Metadata