wasde-ingestor
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS] (SAFE): The skill fetches WASDE reports from official USDA and Cornell University domains (usda.gov, cornell.edu). These sources are trustworthy for the skill's intended purpose. Download logic includes SSL verification and file integrity checks.
- [DATA_EXFILTRATION] (SAFE): No evidence of data exfiltration was found. The skill downloads public documents and processes them into local Parquet and JSON datasets. It does not access sensitive system files or send local data to external third-party servers.
- [COMMAND_EXECUTION] (SAFE): The skill does not execute arbitrary shell commands or spawn unrestricted subprocesses. All logic is contained within standard Python scripts focused on HTTP requests and file I/O.
- [PROMPT_INJECTION] (SAFE): The instructions in the markdown files and workflows are purely instructional for data processing and do not attempt to override agent behavior, bypass safety filters, or extract system prompts.
- [DYNAMIC_EXECUTION] (SAFE): No use of dangerous dynamic execution functions like eval(), exec(), or unsafe deserialization of untrusted data was detected. Data is strictly parsed into structured schemas.
Audit Metadata