jax-development
Pass
Audited by Gen Agent Trust Hub on Mar 27, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill includes several utility scripts (
jax_benchmark_harness.py,jax_compile_probe.py, andjax_recompile_explorer.py) that use theimportliblibrary to dynamically load and execute Python modules from local file paths provided as command-line arguments. This behavior is essential for the skill's primary function of analyzing and benchmarking user-authored code. - [DATA_EXFILTRATION]: The
jax_env_report.pyscript collects system environment information, including platform details, installed package versions, and environment variables related to JAX and XLA configuration. This diagnostic data is output locally for the user and is not transmitted to external servers. - [SAFE]: Static analysis of the instructional content and bundled scripts reveals no attempts at prompt injection, unauthorized privilege escalation, or persistence. The skill follows best practices for developer tooling by remaining non-interactive and utilizing standard library components for its core logic.
Audit Metadata