linear-algebra-numerics
Pass
Audited by Gen Agent Trust Hub on Sep 3, 2026
Risk Level: SAFE
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes external data via a diagnostic script, creating a theoretical ingestion surface.
- Ingestion points: The script
scripts/linear_algebra_numerics_diagnostics.pyreads data from a user-provided CSV file. - Boundary markers: None present in the data ingestion step.
- Capability inventory: The script's capabilities are limited to reading a CSV, performing summary statistics (mean, standard deviation, correlation), and writing a JSON output file. It contains no network operations, subprocess executions, or dynamic code evaluation.
- Sanitization: The script uses
pandas.to_numericandpandas.to_datetimewitherrors="coerce", which effectively filters out non-conforming content that might attempt to inject instructions, ensuring the agent only receives numerical summaries. - [COMMAND_EXECUTION]: The workflow involves running a local Python script for data processing. The script
scripts/linear_algebra_numerics_diagnostics.pyis a standard utility that usesargparsefor parameter handling andpandasfor data analysis. It does not invoke any shell commands or external processes.
Audit Metadata