startup-validator

Warn

Audited by Runlayer on Feb 22, 2026

Risk Level: MEDIUM
Scan Summary
Max Score
78%
Files
6
Flagged
6
Chunks
7
Flagged Files (6)
SKILL.mdHIGH
78.3%

Malicious tool definition detected

Tool: SKILL.md [1/2] Description: --- name: startup-validator description: Comprehensive startup idea validation and market analysis tool.

Tool: SKILL.md [2/2] Description: summary under 200 words ## Quality Standards ### Research Thoroughness - **Minimum 10-15 web searches** across all dimensions - Use authoritative sources (prioritize: Gartner, Forrester, McKinsey, Statista, Crunchbase, industry analysts) - Cross-validate data from multiple sources - Fetch full articles for detailed analysis, not just snippets ### Analysis Depth - Apply multiple frameworks from `references/frameworks.md` - Provide specific numbers and estimates (

index.jsHIGH
78.3%

Malicious tool definition detected

Tool: index.js Description: export default async function startup_validator(input) { console.log("🧠 Running skill: startup-validator"); // TODO: implement actual logic for this skill

package.jsonHIGH
78.3%

Malicious tool definition detected

Tool: package.json Description: { "name": "@ai-labs-claude-skills/startup-validator", "version": "1.0.0", "description": "Claude AI skill: startup-validator", "main": "index.js",

references/frameworks.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/frameworks.md Description: # Market Analysis Frameworks ## Market Opportunity Assessment ### TAM/SAM/SOM Analysis - **TAM (Total Addressable Market)**: Total market demand for a product/service - **SAM (Serviceable Available Market)**: Segment of TAM targeted by your products/services - **SOM (Serviceable Obtainable Market)**: Portion of SAM you can realistically capture ### Market Size Indicators - Number of potential customers - Average revenue per customer - Market growth rat

references/research_templates.mdHIGH
78.3%

Malicious tool definition detected

Tool: references/research_templates.md Description: # Research Templates and Data Sources ## Web Search Query Templates ### Market Size Research - "[industry] market size [year]" - "[industry] market forecast [year]-[year+5]" - "global [product/service] market analysis" - "[industry] CAGR growth rate" - "number of [target customers] worldwide" ### Competitive Research - "[product/service] alternatives" - "[company name] competitors" - "best [product category] [year]" - "[product] vs [competitor]

scripts/market_analyzer.pyHIGH
78.3%

Malicious tool definition detected

Tool: scripts/market_analyzer.py Description: #!/usr/bin/env python3 """ Market Analysis Data Processor Processes and visualizes market data for startup validation """ import json import sys from typing import Dict, List, Any def calculate_market_metrics(market_data: Dict[str, Any]) -> Dict[str, Any]: """ Calculate key market metrics from raw data Args: market_data: Dictionary with keys like 'tam', 'sam', 'som', 'growth_rate', etc.

Audit Metadata
Max File Score
78%
Classification
UNKNOWN_SERVER
Files Scanned
6
Files Flagged
6
Chunks Analyzed
7
Analyzed
Feb 22, 2026, 07:49 AM
Security Audit — runlayer — startup-validator