skill-astrbot-dev
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill consists entirely of documentation and sample code for the AstrBot framework.
- Evidence: All 43 files are either markdown documentation, configuration schemas, or simple boilerplate code (e.g.,
script/astrbot-plugin-demo/main.py) for demonstrating AstrBot functionality. - [EXTERNAL_DOWNLOADS]: Mentions the installation of the AstrBot SDK and links to official external resources.
- Evidence:
SKILL.mdcontains the commandpython -m pip install -U astrbotfor user/agent environment setup. - Evidence: Multiple files (e.g.,
script/astrbot-plugin-demo/README.md,script/astrbot-plugin-demo/metadata.yaml) link to the official project repository atgithub.com/AstrBotDevs/AstrBotand documentation atdocs.astrbot.app. - [COMMAND_EXECUTION]: Documents platform tools for executing shell commands and Python code within the AstrBot ecosystem.
- Evidence:
agent/offical-tool-list/tools.mddescribes the usage ofastrbot_execute_shellandastrbot_execute_pythonas built-in platform capabilities. - Evidence:
agent/sandbox.mdexplains the interaction with the Sandbox booter for shell and Python execution within the Agent system.
Audit Metadata