webnovel-dashboard
Pass
Audited by Gen Agent Trust Hub on Mar 8, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes several bash commands in
SKILL.mdto set up the environment, verify the existence of the dashboard module, and launch a local web server. Specifically, it runspython -m dashboard.serverand a helper scriptwebnovel.pyto resolve paths. These operations are local and consistent with the skill's stated utility. - [EXTERNAL_DOWNLOADS]: The skill invokes
pip install -r requirements.txtto install necessary dependencies. This is a standard package management operation for Python applications and targets a local configuration file provided with the skill's distribution. - [PROMPT_INJECTION]: The instructions in
SKILL.mdare purely functional and do not contain any patterns associated with bypassing safety filters, ignoring instructions, or attempting to extract system prompts.
Audit Metadata