chanjing-openapi-tools
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
subprocess.runinscripts/_auth.pyto optionally invoke a sibling script (open_login_page.py) for authentication purposes. This is a local execution of a known internal script to help the user configure credentials and is considered safe within the intended workflow. - [DATA_EXPOSURE]: The skill manages sensitive API credentials (
app_id,secret_key,access_token) within a dedicated configuration directory (default~/.chanjing). This follows secure local storage practices by keeping secrets in a specific configuration file (credentials.json) and is documented in the manifest'scredentialssection. - [REMOTE_CODE_EXECUTION]: Static analysis identified
subprocess.runcalls, but these are restricted to executing specific, locally-shipped Python scripts for authentication. There are no patterns involving the download and execution of untrusted remote code. - [EXTERNAL_DOWNLOADS]: Network operations are performed using
urllib.requestto communicate with the officialopen-api.chanjing.cchost. These connections are strictly for API interaction and token management as defined in the skill's purpose.
Audit Metadata