tiangong-kb-course-search
Pass
Audited by Gen Agent Trust Hub on Aug 16, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The script executes
npx @tiangong-ai/cli@0.0.19, which is a tool provided by the skill's author (tiangong-ai). This is standard behavior for a CLI-based skill.\n- [EXTERNAL_DOWNLOADS]: The skill usesnpxto fetch the@tiangong-ai/clipackage. Since the package belongs to the skill's own vendor, this is considered a safe and intended dependency resolution.\n- [CREDENTIALS_UNSAFE]: The skill handles authentication tokens (bearer tokens and API keys) by forwarding them as flags to the CLI tool. It includes adry_runmode that explicitly masks credentials, following security best practices for debug outputs. Environment variables are loaded from.envfiles if specified, which is a standard method for secret management.\n- [DATA_EXPOSURE]: The skill restricts searches specifically to thecoursesource, preventing unintended access to other knowledge-base categories liketextbookoredu. It processes user-provided JSON but usesjqfor safe parsing and validation.
Audit Metadata