印度占星专业解盘系统

PassAudited by ClawScan on May 10, 2026.

Overview

The skill appears purpose-aligned for Vedic astrology analysis, but users should notice its external web-search workflow, runnable Python engine, unpinned dependency, dynamic module loading, and optional memory subsystem.

Before installing, be comfortable with a Python-based astrology engine that may run local modules, perform web searches for validation, and optionally use a memory feature. Use non-identifying search queries for private charts, verify the dependency source/version, and avoid storing sensitive birth data unless you know how it is retained and removed.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Your agent may perform web searches while analyzing a chart, so avoid including private birth details or identifying PDF contents in search queries unless you are comfortable sharing them externally.

Why it was flagged

The skill requires external web searches as part of its validation workflow, which may send generated query text to a search provider.

Skill content
V2 web_search ≥3个独立来源
Recommendation

Use search queries that validate general astrology rules rather than personal identifiers, and ask the agent to confirm before browsing if the chart data is sensitive.

What this means

The calculation engine may depend on whatever version of the third-party package is current at install time.

Why it was flagged

The Python dependency is listed without a version pin, so future installations may resolve to different package versions.

Skill content
pyswisseph
Recommendation

Prefer a pinned dependency version and install from trusted package sources before running the Python engine.

What this means

Running the engine can execute local module code, as normal for a Python script-based tool.

Why it was flagged

Static scanning detected dynamic Python module execution. The artifacts do not show a remote download or untrusted path, so this is a review note rather than a malicious indicator.

Skill content
spec.loader.exec_module(prashna_mod)
Recommendation

Run it only from the reviewed skill directory and avoid modifying module paths or loading untrusted replacement files.

What this means

If used, the memory feature may retain chart or reading context for later reuse.

Why it was flagged

The command list includes a memory subsystem, but the provided documentation does not explain storage scope, retention, or clearing behavior.

Skill content
`memory` | Hermes记忆系统
Recommendation

Do not store sensitive birth data unless you understand where it is saved and how to delete it.