Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Vedic Horoscope

v1.0.0

Generates personalized Vedic horoscopes and birth charts based on birth data and astrological calculations.

0· 66·0 current·0 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The name/description (Vedic horoscope generator) match the provided OpenAPI spec and SKILL.md. The endpoints and request fields are appropriate for generating horoscopes. Minor note: the SKILL.md describes a hosted backend/service (api.mkkpro.com) but the skill bundle contains no code or credentials — it appears to be an instruction-only integration that calls a third-party API, which is plausible but should be expected.
!
Instruction Scope
The instructions require submitting detailed personal data (full name, parents' names, DOB/time/place, mobile) to an external API (api.mkkpro.com / api.mkkpro.com:8159). That is coherent with horoscope generation but is a privacy concern: the skill will send personally identifiable information (PII) to a third party. SKILL.md does not document privacy, retention, or consent. The instructions do not attempt to read local files or other unrelated environment variables (good), but they do direct data off-agent to an external service of unknown trustworthiness.
Install Mechanism
No install spec and no code files—this is instruction-only. That minimizes on-disk risk; nothing is downloaded or executed by the install process.
Credentials
The skill requests no environment variables or credentials, which is proportionate. However, the OpenAPI and SKILL.md reference a hosted API that in other contexts might require an API key; the bundle provides no information about authentication or rate-limiting, and the service owner/homepage is unclear. Absence of declared credentials reduces attack surface but also leaves provenance and trust unclear.
Persistence & Privilege
always is false and the skill requires no persistent agent modifications or system-level privileges. Autonomous invocation is allowed (platform default) but not combined with additional privileges.
What to consider before installing
This skill appears to call a third‑party API (api.mkkpro.com) to generate horoscopes and will send sensitive personal data (names, birth date/time/place, mobile). Before installing, consider: 1) Do you trust the external service and its privacy/retention practices? Ask the publisher for a privacy policy and endpoint ownership details. 2) Test with dummy/non-sensitive data first. 3) Avoid sending real mobile numbers or other PII until you verify the service. 4) If you require on‑premise or privacy-preserving generation, prefer a skill that runs locally or documents data handling and authentication. 5) If you plan production use, request formal API credentials, SLA, and security documentation from the publisher.

Like a lobster shell, security has layers — review code before you run it.

latestvk9713fb1yzxn9kz1zmpxgam11d83yn36
66downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Overview

The Vedic Horoscope Generator is a backend API that automates the creation of detailed horoscopes using traditional Vedic astrology principles. It processes birth information including date, time, and location to calculate planetary positions, create natal charts, and generate comprehensive astrological insights.

This tool is designed for astrology practitioners, wellness platforms, and applications requiring authentic Vedic horoscope generation. It supports multiple chart types (South Indian, North Indian) and languages, making it accessible to a global audience interested in Vedic astrological analysis.

The API handles all heavy computational work—from city lookups to PDF generation—enabling seamless integration into web and mobile applications. Results are available as downloadable PDF documents containing full birth chart analysis and horoscope predictions.

Usage

Generate a Horoscope

Request:

{
  "person_name": "Rajesh Kumar",
  "father_name": "Suresh Kumar",
  "mother_name": "Priya Devi",
  "mobile": "9876543210",
  "gender": "Male",
  "dob": "15/Jan/1990",
  "hour": "10",
  "minute": "30",
  "am_pm": "AM",
  "country": "IN",
  "birth_place": "Mumbai",
  "language_id": "1",
  "chart_type": "South Indian"
}

Response:

{
  "success": true,
  "message": "Horoscope generated successfully",
  "pdf_url": "https://api.mkkpro.com/downloads/horoscope_rajesh_1234567890.pdf",
  "generated_at": "2024-01-15T10:45:30Z"
}

Endpoints

GET /api/search-city

Summary: Search City

Searches for cities in the VedicSage database by name, optionally filtered by country.

Parameters:

  • search (string, required) - City name or partial name to search for
  • country (string, optional, default: "India") - Country code or name to filter results

Response: Returns matching cities with their geographic and astrological coordinates.


GET /

Summary: Root

Health check endpoint for the API service.

Response: Returns API status and basic service information.


GET /api/status

Summary: Status

Returns the current operational status of the horoscope generation service.

Response: Service health status, database connectivity, and processing queue information.


POST /api/generate-horoscope

Summary: Generate Horoscope

Generates a complete Vedic horoscope and birth chart based on provided personal and birth information.

Request Body:

  • person_name (string, required) - Person's full name
  • father_name (string, required) - Father's name
  • mother_name (string, required) - Mother's name
  • mobile (string, required) - 10-digit mobile number
  • gender (string, required) - Male or Female
  • dob (string, required) - Date of birth in DD/Mon/YYYY format
  • hour (string, required) - Birth hour (1-12)
  • minute (string, required) - Birth minute (00-59)
  • am_pm (string, required) - AM or PM
  • country (string, required) - Country code
  • birth_place (string, required) - Birth city name
  • language_id (string, optional, default: "1") - Language ID (1=Tamil)
  • chart_type (string, optional, default: "South Indian") - Chart type (South Indian or North Indian)

Response:

  • success (boolean) - Whether generation was successful
  • message (string or null) - Success or error message
  • pdf_url (string or null) - URL to download generated horoscope PDF
  • generated_at (string or null) - ISO timestamp of generation

GET /downloads/{filename}

Summary: Download File

Downloads a previously generated horoscope PDF file.

Parameters:

  • filename (string, required) - Name of the PDF file to download

Response: Binary PDF file with horoscope and birth chart analysis.


Pricing

PlanCalls/DayCalls/MonthPrice
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

Comments

Loading comments...