federated-learning
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [SAFE]: The skill performs expected data analysis tasks using standard Python libraries. The logic in
scripts/federated_learning_diagnostics.pyis restricted to statistical summarization of CSV data and does not perform network operations, credential access, or arbitrary command execution. \n- [INDIRECT_PROMPT_INJECTION]: The skill includes an ingestion surface for external data via CSV files. \n - Ingestion points:
scripts/federated_learning_diagnostics.pyreads a CSV file specified by the user. \n - Boundary markers: None present in the instructions. \n
- Capability inventory: The skill can read local files and write JSON summaries to the filesystem. It has no network or subprocess capabilities. \n
- Sanitization: The diagnostic script strictly validates and coerces input columns to numeric and datetime formats, preventing the propagation of arbitrary text into the summary results.
Audit Metadata