bagisto-attribute-development
Pass
Audited by Gen Agent Trust Hub on Aug 20, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [SAFE]: The skill acts as a developer guide for the Bagisto e-commerce platform, focusing on the EAV data model, attribute creation, and database column mapping. The instructions follow standard Laravel and Bagisto patterns.
- [COMMAND_EXECUTION]: The skill references the command
php artisan indexer:index --mode=full. This is a built-in Laravel Artisan command used within Bagisto to rebuild the search and flat table indexes. It is a necessary operation for product listing updates and does not involve unauthorized remote code execution or data exfiltration. - [DATA_EXPOSURE]: Technical details regarding database tables (
product_attribute_values,product_flat) and column types are documented. This information is required for the intended purpose of attribute development and does not expose sensitive credentials, keys, or environment variables.
Audit Metadata