baby-naming
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- EXTERNAL_DOWNLOADS (SAFE): The skill suggests the installation of
lunar-python, which is a well-known, open-source library for lunar calendar and Bazi calculations. This dependency is appropriate for the skill's stated purpose. - COMMAND_EXECUTION (SAFE): The skill uses a local script
scripts/bazi_calculator.pyto calculate astronomical data. This script uses standard Python libraries (datetime,json,argparse) and does not involve any dangerous system-level calls or shell execution of untrusted input. - DATA_EXFILTRATION (SAFE): There are no network-related calls (like
requests,urllib, orcurl) found in the scripts. The tool operates entirely on the input provided by the user within the local environment. - PROMPT_INJECTION (SAFE): The instruction sets in the markdown files are strictly domain-specific, focusing on naming conventions and cultural analysis. No attempts to override system prompts or bypass AI safety filters were detected.
- DYNAMIC_EXECUTION (SAFE): The script does not use
eval(),exec(), or other dynamic code generation techniques. Optional library loading forlunar_pythonfollows standard Python best practices for dependency management.
Audit Metadata