Marriageastro — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Marriageastro (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A comprehensive, full-stack Vedic Astrology application focused on relationship compatibility. The app calculates detailed synastry, Ashtakoot Milan (36 points), Dasha timing, and incorporates Modern Planetary influences (Uranus, Neptune, Pluto).
coreCalculations.ts - Planetary positions, houses, aspectsvargaCalculations.ts - Divisional charts (D9, D7, D60)dashaCalculations.ts - Vimshottari and Chara DashakpCalculations.ts - KP Astrology systemjaiminiCalculations.ts - Jaimini special pointscompatibilityCalculations.ts - Ashtakoot, Navamsa matchingsexualHealthCalculations.ts - PME/ED/Frigidity analysisriskCalculations.ts - Divorce/Infidelity assessmentreportGenerator.ts - Complete report orchestrationyoni_matrix.json - 14x14 sexual compatibilitygana_rules.json - Deva/Manushya/Rakshasa with cancellationslal_kitab_remedies.json - Planet-House-Remedy mappingsmodern_planets_text.json - U/N/P interpretationssynastry_rules.json - Soulmate/Karmic aspect rulesrisk_rules.json - Divorce/Infidelity configurationsmodern_challenges.json - Digital age & mental healthchara_dasha_rules.json - Jaimini timing systemsexual_health_rules.json - PME/ED/Frigidity indicatorskp_sub_lords.json - 1-249 Sub Lord divisionsvarga_weights.json - Shodashvarga weighting schemeAstro_Marriage/
├── knowledge/ # JSON knowledge base
│ ├── yoni_matrix.json
│ ├── gana_rules.json
│ ├── lal_kitab_remedies.json
│ ├── modern_planets_text.json
│ ├── synastry_rules.json
│ ├── risk_rules.json
│ ├── modern_challenges.json
│ ├── chara_dasha_rules.json
│ ├── sexual_health_rules.json
│ ├── kp_sub_lords.json
│ └── varga_weights.json
│
├── types/ # TypeScript definitions
│ └── index.ts # All interfaces and types
│
├── lib/ # Calculation engine
│ ├── index.ts # Main exports
│ ├── coreCalculations.ts # Planets, houses, aspects
│ ├── vargaCalculations.ts # Divisional charts
│ ├── dashaCalculations.ts # Timing systems
│ ├── kpCalculations.ts # KP Astrology
│ ├── jaiminiCalculations.ts # Jaimini system
│ ├── compatibilityCalculations.ts
│ ├── sexualHealthCalculations.ts
│ ├── riskCalculations.ts
│ └── reportGenerator.ts
│
├── src/ # Frontend application
│ ├── components/
│ │ ├── BirthDataForm.tsx
│ │ └── widgets/
│ │ ├── OverviewWidget.tsx
│ │ ├── AshtakootWidget.tsx
│ │ ├── RiskRadarWidget.tsx
│ │ ├── SynastryWidget.tsx
│ │ ├── SexualHealthWidget.tsx
│ │ ├── TimingWidget.tsx
│ │ ├── RemediesWidget.tsx
│ │ └── ModernInsightsWidget.tsx
│ ├── pages/
│ │ ├── LandingPage.tsx
│ │ ├── CalculatorPage.tsx
│ │ └── ReportPage.tsx
│ ├── store/
│ │ └── useAppStore.ts
│ ├── App.tsx
│ ├── main.tsx
│ └── index.css
│
├── package.json
├── tsconfig.json
├── vite.config.ts
├── tailwind.config.js
└── index.htmlgit clone <repository-url>
cd Astro_Marriagenpm installnpm run devhttp://localhost:3000npm run buildThe built files will be in the dist directory.
MIT License - feel free to use this for personal or commercial projects.
This application is for entertainment and educational purposes. Astrological predictions should not replace professional advice from qualified healthcare providers, counselors, or legal professionals.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.