juejin
Pass
Audited by Gen Agent Trust Hub on Aug 24, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses a Python script (
scripts/juejin.py) executed via Bash to interact with the Juejin API. The script is self-contained and uses only the Python standard library. - [CREDENTIALS_SAFE]: The skill handles authentication using
JUEJIN_COOKIES, which are injected as an environment variable by the platform's connector. The instructions and code explicitly warn against printing or echoing these secrets. Therequestfunction usesadd_unredirected_headerto prevent the cookie from being leaked to third-party domains during HTTP redirects. - [REMOTE_CODE_EXECUTION]: No remote code execution patterns were detected. The skill operates locally on the user's account using
urllibfor API calls. - [EXTERNAL_DOWNLOADS]: All network operations are directed to the official
api.juejin.cnendpoint. No untrusted external dependencies are downloaded or executed. - [PROMPT_INJECTION]: The skill instructions include safety gates for write operations. The
publishcommand requires an explicit--confirmflag as the final argument, which prevents accidental or injected publishing actions without user verification. - [DATA_EXFILTRATION]: Data access is limited to the user's own Juejin profile and articles. There are no patterns suggesting the exfiltration of sensitive local data (like SSH keys or AWS credentials) to external servers.
Audit Metadata