{
  "trust": {
    "tier": "Dangerous",
    "emoji": "🔴",
    "description": "Multiple critical issues — do not install without thorough manual review",
    "score": 25
  },
  "format": "skill",
  "skill": {
    "name": "predictclash",
    "description": null,
    "version": null,
    "slug": "predictclash"
  },
  "scores": {
    "security": 0,
    "transparency": 3,
    "maintenance": 7,
    "overall": 2.5
  },
  "permissions": {
    "summary": "No declared permissions — minimal attack surface.",
    "environmentVariables": [],
    "binaries": [],
    "envVarCount": 0,
    "requiredBinCount": 0
  },
  "compoundThreats": [
    {
      "id": "credential_theft",
      "severity": "high",
      "description": "Accesses credentials AND sends data externally — potential credential theft",
      "capabilities": [
        "credential_access",
        "network_out"
      ],
      "owasp": [
        "LLM02"
      ],
      "owaspAsi": [
        "ASI03"
      ]
    },
    {
      "id": "credential_persistence",
      "severity": "high",
      "description": "Accesses credentials AND writes files — may persist stolen credentials locally",
      "capabilities": [
        "credential_access",
        "file_write"
      ],
      "owasp": [
        "LLM02",
        "LLM06"
      ],
      "owaspAsi": [
        "ASI03"
      ]
    }
  ],
  "permissionIntegrity": [
    {
      "type": "undeclared_capability",
      "severity": "high",
      "description": "Makes network requests but does not declare curl/wget in required binaries",
      "declared": [],
      "actual": "network_out",
      "owasp": [
        "LLM06"
      ],
      "owaspAsi": [
        "ASI02"
      ]
    },
    {
      "type": "undeclared_capability",
      "severity": "medium",
      "description": "Performs file operations but does not declare file-accessing binaries",
      "actual": "file_read+write",
      "owasp": [
        "LLM06"
      ],
      "owaspAsi": [
        "ASI02"
      ]
    },
    {
      "type": "undeclared_capability",
      "severity": "high",
      "description": "Code accesses API keys/tokens but declares no environment variables",
      "actual": "credential_access",
      "owasp": [
        "LLM06"
      ],
      "owaspAsi": [
        "ASI02"
      ]
    }
  ],
  "capabilities": [
    "network_out",
    "file_write",
    "credential_access",
    "network_in"
  ],
  "findings": [
    {
      "severity": "critical",
      "category": "credentials",
      "description": "Possible hardcoded credential",
      "zone": "code",
      "zoneContext": "instruction",
      "file": "SKILL.md",
      "downgraded": false,
      "sample": "TOKEN=\"$PREDICTCLASH_API_TOKEN",
      "owasp": [
        "LLM02"
      ],
      "owaspAsi": [
        "ASI03"
      ],
      "confidence": "pattern"
    },
    {
      "severity": "high",
      "category": "shell_injection",
      "description": "Pipe to python — executes piped content as Python code",
      "zone": "prose",
      "zoneContext": "documentation",
      "file": "SKILL.md",
      "downgraded": true,
      "sample": "| python3",
      "owasp": [
        "LLM05",
        "LLM06"
      ],
      "owaspAsi": [
        "ASI02",
        "ASI05"
      ],
      "confidence": "pattern"
    }
  ],
  "summary": {
    "total": 2,
    "critical": 1,
    "high": 1,
    "medium": 0,
    "low": 0,
    "compoundThreats": 2,
    "integrityIssues": 3
  },
  "trustSignals": {
    "positive": [
      {
        "signal": "documented",
        "positive": true,
        "detail": "SKILL.md has substantial documentation"
      }
    ],
    "negative": [
      {
        "signal": "versioned",
        "positive": false,
        "detail": "No version declared"
      },
      {
        "signal": "described",
        "positive": false,
        "detail": "Missing or minimal description"
      },
      {
        "signal": "undeclared_env",
        "positive": false,
        "detail": "Uses credentials in code but declares no env vars"
      }
    ]
  },
  "files": {
    "hasExecutableCode": false,
    "executableFiles": [],
    "totalFiles": 3
  },
  "humanSummary": "predictclash scores 25/100 (Dangerous). It declares no permissions. 3 undeclared capabilities detected — the skill does more than its permissions suggest. 1 critical pattern match in code.",
  "auditedAt": "2026-04-23T03:39:56.292Z",
  "vtEnrichment": {
    "checked": 3,
    "flagged": 0,
    "urls": [
      {
        "url": "https://predict.appback.app",
        "malicious": 0,
        "suspicious": 0,
        "engines": 95,
        "cached": true
      },
      {
        "url": "https://appback.app",
        "malicious": 0,
        "suspicious": 0,
        "engines": 95,
        "cached": true
      },
      {
        "url": "https://predict.appback.app/api/v1/*`",
        "malicious": 0,
        "suspicious": 0,
        "engines": 0,
        "cached": false
      }
    ]
  }
}