Back to skill

Security audit

jax-skills

Security checks for vulnerabilities and agentic risk

Overview

This is a small local JAX helper for numerical array work, with no evidence of hidden network access, credential use, persistence, or destructive behavior.

Install only if you are comfortable running a local Python helper on files and functions you provide. Prefer .npy or .npz for arrays, avoid loading pickle files from untrusted sources, and check output paths before saving because save operations can overwrite files.

Vulnerability Patterns
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

Missing User Warnings

Medium
Confidence
97% confidence
Finding
The skill explicitly recommends pickle as a format for saving arrays without warning that pickle is unsafe for untrusted data. In practice, users often pair save/load guidance together, and normalizing pickle in documentation can lead to later unsafe deserialization, which may enable arbitrary code execution when malicious pickle files are loaded.

Static analysis

No suspicious patterns detected.