algo-sc-safety-stock

Pass

Audited by Gen Agent Trust Hub on Sep 18, 2026

Risk Level: SAFE
Full Analysis
  • [SAFE]: The skill operates as a mathematical utility for supply chain optimization. The analysis found no evidence of prompt injection, obfuscation, or malicious network activity. All scripts use standard Python libraries (math, json, argparse, statistics) without external dependencies or remote execution patterns.
  • [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process external demand and lead-time data.
  • Ingestion points: Data is ingested via scripts/safety_stock.py through JSON file input or command-line arguments.
  • Boundary markers: No specific delimiters are used in the instructions, although the calculation logic expects numeric values.
  • Capability inventory: The skill is restricted to mathematical computation and standard output. It does not possess network, shell execution, or file system writing capabilities.
  • Sanitization: Inputs are strictly cast to floating-point numbers within the Python script, which effectively sanitizes the data and prevents non-numeric instruction payloads from impacting execution.
Audit Metadata
Risk Level
SAFE
Analyzed
Sep 18, 2026, 02:05 PM
Security Audit — agent-trust-hub — algo-sc-safety-stock