farming-expert
Pass
Audited by Gen Agent Trust Hub on Sep 19, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to process external data sources which represents a theoretical attack surface for indirect prompt injection.
- Ingestion points: The Python classes
FarmManagementSystem,AgricultureIoT,WeatherAnalytics, andPestManagementingest data from sensors (process_soil_sensor_data), weather APIs (get_weather_data), and satellite imagery (get_ndvi_from_satellite). - Boundary markers: No specific delimiters or "ignore embedded instructions" warnings are defined in the code snippets for processing this external data.
- Capability inventory: The skill is granted
Read,Write, andEdittool permissions. The provided code interacts with an internal database (self.db) and uses predictive models for yield and disease detection. - Sanitization: The provided snippets perform mathematical analysis (means, thresholds, growing degree days) but do not explicitly show sanitization or validation of the input data strings.
Audit Metadata