analyze-codebase
Pass
Audited by Gen Agent Trust Hub on Mar 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes shell commands to interact with the file system and the Skene CLI. Specifically, it runs
ls .skene.configto verify project initialization anduvx skene analyzeto perform the audit. It also uses the--helpflag to discover available CLI options dynamically. - [EXTERNAL_DOWNLOADS]: The skill uses the
uvxtool to fetch and run theskenepackage from a package registry. This package is a vendor-owned resource associated with SkeneTechnologies. - [REMOTE_CODE_EXECUTION]: By invoking
uvx skene, the skill downloads and executes code from theskenepackage on the local system to process the codebase. This is the primary intended behavior of the skill and is performed using standard development tools.
Audit Metadata