algo-sc-safety-stock
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes a local Python script (
scripts/safety_stock.py) to perform inventory calculations. The script is self-contained, uses only standard libraries (math,json,argparse), and does not perform any dangerous operations such as spawning subprocesses or executing arbitrary strings. - [EXTERNAL_DOWNLOADS]: No remote scripts or external packages are downloaded. The skill does not contain any
pip install,npm install, orcurlcommands targeting external sources. - [DATA_EXFILTRATION]: No network access or sensitive file operations were detected. The skill does not access credentials, SSH keys, or environment variables, and it does not make any outbound network requests.
- [PROMPT_INJECTION]: The skill's instructions are focused entirely on supply chain logic and algorithm implementation. There are no attempts to override agent behavior, bypass safety guidelines, or extract system prompts.
- [DYNAMIC_EXECUTION]: The skill uses static mathematical formulas and standard logic. It does not use
eval(),exec(), or dynamic code generation techniques to process data.
Audit Metadata