mini-six-ren
Pass
Audited by Gen Agent Trust Hub on May 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements its stated functionality using local Python scripts and optional calls to established LLM providers (DeepSeek, OpenAI, Anthropic, etc.).
- [EXTERNAL_DOWNLOADS]: The Python scripts specify dependencies on standard libraries such as
pydantic-ai-slim,lunardate, andpyyaml. These are retrieved from official package registries during execution viauv. - [DATA_EXFILTRATION]: If a third-party model is configured in
config.yaml, theinterpret.pyscript sends the divination data and the user's question to the chosen provider's official API endpoint. This is a core feature of the skill's 'AI interpretation' mode and targets well-known technology services. - [CREDENTIALS_UNSAFE]: The skill uses a
.envfile for API key management, which is a standard safety practice. No hardcoded credentials or sensitive file access patterns were detected.
Audit Metadata