changedOutput schema / properties / checks / description
Previous value: -"Per-surface observations for the fixed public readiness checks."New value: +"Results for the fixed public surfaces; no user-supplied paths are fetched."
addedOutput schema / properties / checks / items / additionalProperties
Added value: +{}
addedOutput schema / properties / checks / items / properties
Added value: +{
+ "error": {
+ "description": "Bounded scanner error classification when applicable.",
+ "type": "string"
+ },
+ "evidence": {
+ "additionalProperties": {},
+ "description": "Small public evidence summary for this surface.",
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "http_status": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Observed HTTP status when a response was received."
+ },
+ "id": {
+ "description": "Fixed machine-surface identifier.",
+ "type": "string"
+ },
+ "standard": {
+ "description": "Protocol or convention being checked.",
+ "type": "string"
+ },
+ "status": {
+ "description": "Observed status such as present, protected, absent, invalid, redirected, or unavailable.",
+ "type": "string"
+ },
+ "url": {
+ "description": "Exact public URL inspected.",
+ "type": "string"
+ }
+}
addedOutput schema / properties / checks / items / required
Added value: +[
+ "id",
+ "standard",
+ "url",
+ "status",
+ "http_status"
+]
addedOutput schema / properties / checks / items / type
Added value: +"object"
changedOutput schema / properties / gaps / description
Previous value: -"Evidence-based follow-up gaps inferred from directly observed public surfaces."New value: +"Evidence-based follow-up gaps; absence is not proof a capability does not exist."
addedOutput schema / properties / integrity / additionalProperties
Added value: +{}
changedOutput schema / properties / integrity / description
Previous value: -"Scanner safety properties and explicit limitations, including the DNS-rebinding limitation."New value: +"Scanner safety properties and explicit limitations."
addedOutput schema / properties / integrity / properties
Added value: +{
+ "credentials_sent": {
+ "type": "boolean"
+ },
+ "direct_ip_and_private_style_targets_rejected": {
+ "type": "boolean"
+ },
+ "dns_a_aaaa_preflight_verified_public": {
+ "type": "boolean"
+ },
+ "dns_rebinding_fully_eliminated": {
+ "type": "boolean"
+ },
+ "fixed_public_surfaces_only": {
+ "type": "boolean"
+ },
+ "note": {
+ "type": "string"
+ },
+ "redirects_followed": {
+ "type": "boolean"
+ },
+ "response_body_limit_bytes": {
+ "exclusiveMinimum": 0,
+ "maximum": 9007199254740991,
+ "type": "integer"
+ },
+ "security_score_assigned": {
+ "type": "boolean"
+ },
+ "user_supplied_paths_fetched": {
+ "type": "boolean"
+ }
+}
addedOutput schema / properties / integrity / required
Added value: +[
+ "security_score_assigned",
+ "redirects_followed",
+ "credentials_sent",
+ "user_supplied_paths_fetched",
+ "fixed_public_surfaces_only",
+ "direct_ip_and_private_style_targets_rejected",
+ "dns_a_aaaa_preflight_verified_public",
+ "dns_rebinding_fully_eliminated",
+ "response_body_limit_bytes",
+ "note"
+]
addedOutput schema / properties / integrity / type
Added value: +"object"
changedOutput schema / properties / observed_at / description
Previous value: -"UTC ISO-8601 scan timestamp."New value: +"UTC scan timestamp."
addedOutput schema / properties / summary / additionalProperties
Added value: +{}
removedOutput schema / properties / summary / description
Removed value: -"Observed state of key machine-facing surfaces."
addedOutput schema / properties / summary / properties
Added value: +{
+ "llms_txt": {
+ "description": "Observed llms.txt state.",
+ "type": "string"
+ },
+ "machine_interface_observed": {
+ "description": "Whether at least one public machine interface was directly observed.",
+ "type": "boolean"
+ },
+ "mcp": {
+ "description": "Observed MCP state such as present, protected, absent, invalid, or unavailable.",
+ "type": "string"
+ },
+ "oauth_protected_resource_metadata": {
+ "description": "Whether RFC 9728 metadata was observed for a protected MCP.",
+ "type": "string"
+ },
+ "openapi": {
+ "description": "Observed OpenAPI state.",
+ "type": "string"
+ },
+ "payment_or_commercial_surface_declared": {
+ "description": "Whether public OpenAPI evidence declares a payment or commercial surface.",
+ "type": "boolean"
+ },
+ "portable_skill_index": {
+ "description": "Observed portable-skill index state.",
+ "type": "string"
+ },
+ "security_txt": {
+ "description": "Observed security.txt state.",
+ "type": "string"
+ }
+}
addedOutput schema / properties / summary / required
Added value: +[
+ "machine_interface_observed",
+ "mcp",
+ "openapi",
+ "llms_txt",
+ "security_txt",
+ "oauth_protected_resource_metadata",
+ "portable_skill_index",
+ "payment_or_commercial_surface_declared"
+]
addedOutput schema / properties / summary / type
Added value: +"object"