lao-huangli
Pass
Audited by Gen Agent Trust Hub on Apr 8, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a robust calculation pipeline for the Chinese almanac, separating deterministic astronomical data from rule-based traditional interpretations.
- [EXTERNAL_DOWNLOADS]: The skill utilizes the
skyfieldlibrary, which automatically downloads planetary ephemeris data (e.g.,de440s.bsp) from trusted sources like NASA's Jet Propulsion Laboratory (JPL) to a local cache directory (~/.cache/lao-huangli/skyfield) for high-precision calculations. - [COMMAND_EXECUTION]: Provides a local script (
scripts/huangli) to be executed viauv run. This script handles calendar calculations using parameters that are strictly validated as integers byargparse, preventing command injection vulnerabilities. - [DATA_EXPOSURE]: The skill maintains a local cache for astronomical data but does not access sensitive user files or environment variables. All data processing is performed locally.
Audit Metadata