build-feature-store
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONCREDENTIALS_UNSAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or security vulnerabilities were identified in the skill scripts or configuration files.
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to install the
feastlibrary and its associated backends (redis, postgres) from the official Python Package Index (PyPI). - [COMMAND_EXECUTION]: Uses standard command-line operations through the
feastCLI for project initialization, registry management, and data materialization (e.g.,feast init,feast apply,feast materialize). - [CREDENTIALS_UNSAFE]: Configuration examples for database and cache connections use secure practices by referencing environment variable placeholders (e.g.,
${FEAST_POSTGRES_PASSWORD}) rather than providing hardcoded secrets.
Audit Metadata