addedInput schema / additionalProperties
Added value: +false
addedInput schema / properties / skill_url / description
Added value: +"URL of the skill to analyze (e.g. a GitHub skill URL)."
removedInput schema / properties / skill_url / title
Removed value: -"Skill Url"
removedInput schema / title
Removed value: -"scan_skillArguments"
removedOutput schema / description
Removed value: -"Security scan result"
removedOutput schema / properties / cached
Removed value: -{
- "description": "Whether this result was from cache",
- "title": "Cached",
- "type": "boolean"
-}
removedOutput schema / properties / issues
Removed value: -{
- "description": "List of detected security issues",
- "items": {},
- "title": "Issues",
- "type": "array"
-}
removedOutput schema / properties / issues_count
Removed value: -{
- "description": "Number of security issues found",
- "title": "Issues Count",
- "type": "integer"
-}
removedOutput schema / properties / recommendation
Removed value: -{
- "description": "SAFE, CAUTION, or DANGEROUS",
- "title": "Recommendation",
- "type": "string"
-}
addedOutput schema / properties / result
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / scan_id
Removed value: -{
- "description": "Unique identifier for this scan",
- "title": "Scan Id",
- "type": "string"
-}
removedOutput schema / properties / scans_remaining
Removed value: -{
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null,
- "description": "Remaining scans this month (null if unlimited)",
- "title": "Scans Remaining"
-}
removedOutput schema / properties / score
Removed value: -{
- "description": "Security score from 0-100 (higher is safer)",
- "title": "Score",
- "type": "integer"
-}
removedOutput schema / properties / skill_url
Removed value: -{
- "description": "URL that was scanned",
- "title": "Skill Url",
- "type": "string"
-}
changedOutput schema / required
Previous value: -[
- "scan_id",
- "skill_url",
- "score",
- "recommendation",
- "issues_count",
- "issues",
- "cached"
-]New value: +[
+ "result"
+]
removedOutput schema / title
Removed value: -"ScanResult"
addedOutput schema / x-fastmcp-wrap-result
Added value: +true