split-delivery-vrp

Pass

Audited by Gen Agent Trust Hub on Mar 16, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill is a legitimate resource for vehicle routing optimization. No malicious patterns, prompt injections, or obfuscation techniques were detected.
  • [EXTERNAL_DOWNLOADS]: The Python code snippets reference the numpy package, which is a standard library for numerical computing. There are no attempts to download or execute code from untrusted remote servers.
  • [COMMAND_EXECUTION]: The provided code is restricted to data processing and algorithmic calculations. It does not use os.system, subprocess, or any other method to execute system-level commands.
  • [DATA_EXFILTRATION]: No network operations or file system access patterns were found. The skill does not contain hardcoded credentials or access sensitive configuration files.
  • [INDIRECT_PROMPT_INJECTION]: While the skill processes user-provided data (distance matrices and demand lists), it lacks the dangerous capabilities required for exploitation.
  • Ingestion points: Customer demand and distance data passed to the Python functions (SKILL.md).
  • Boundary markers: None present; the skill assumes the data follows the expected mathematical format.
  • Capability inventory: None. The code is limited to arithmetic operations and logic control (SKILL.md).
  • Sanitization: None; input validation is not implemented in the provided snippets.
Audit Metadata
Risk Level
SAFE
Analyzed
Mar 16, 2026, 08:19 PM