cubrid-oos-context
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill provides development environment checks for a specific database project (CUBRID). The shell script
scripts/validate-env.shperforms benign checks such as verifying the presence of a Git repository, CMake configuration files, and build artifacts. - [COMMAND_EXECUTION]: The skill executes a local shell script
bash <skill-path>/scripts/validate-env.sh "$PWD". This is a standard pattern for developer tools and is used here to validate the workspace configuration. The script uses safe shell practices (set -euo pipefail) and does not perform any network operations or sensitive file access. - [EXTERNAL_DOWNLOADS]: The skill mentions external tools like
clangdandjustin its documentation and validation logic, but it does not attempt to download or install them automatically. It only checks for their existence in the system path.
Audit Metadata