Loading...
Loading...
Compare original and translation side by side
get_observations({ host: "example.com", source: "extension", limit: 50 })create_finding({
title: "Mixed content: HTTP images on HTTPS page",
url: "https://example.com",
evidence: ["obs_a3f7b2c1", "obs_b4e8c3d2"],
synthesis: "Homepage loads 3 images over HTTP despite serving over HTTPS. Network observations show requests to http://cdn.example.com/img/ which should use HTTPS. This triggers mixed content warnings in Chrome and may cause images to be blocked in strict mode."
})get_observations({ host: "example.com", source: "extension", limit: 50 })create_finding({
title: "Mixed content: HTTP images on HTTPS page",
url: "https://example.com",
evidence: ["obs_a3f7b2c1", "obs_b4e8c3d2"],
synthesis: "Homepage loads 3 images over HTTP despite serving over HTTPS. Network observations show requests to http://cdn.example.com/img/ which should use HTTPS. This triggers mixed content warnings in Chrome and may cause images to be blocked in strict mode."
})| Parameter | Type | Required | Description |
|---|---|---|---|
| string | Yes | Short, descriptive title |
| string | No | URL this finding relates to |
| [string] | No | Array of observation IDs ( |
| string | No | Detailed explanation |
| 参数 | 类型 | 是否必填 | 说明 |
|---|---|---|---|
| string | 是 | 简短、描述性的标题 |
| string | 否 | 此发现关联的URL |
| [string] | 否 | observation ID数组(格式为 |
| string | 否 | 详细说明 |
get_findings({})get_findings({})get_findings({ host: "example.com" })get_findings({ host: "example.com" })get_findings({ limit: 10 })get_findings({ limit: 10 })| Category | Example Title |
|---|---|
| Performance | "Render-blocking scripts delay FCP by 2.3s" |
| Security | "Mixed content: HTTP resources on HTTPS page" |
| SEO | "Missing meta descriptions on 12 pages" |
| Framework | "Next.js App Router with ISR detected" |
| Errors | "3 JavaScript errors on product pages" |
| Structure | "Orphaned pages not linked from navigation" |
| Accessibility | "Missing alt attributes on hero images" |
| 分类 | 示例标题 |
|---|---|
| 性能 | "阻塞渲染的脚本使FCP延迟2.3秒" |
| 安全 | "混合内容:HTTPS页面加载HTTP资源" |
| SEO | "12个页面缺少元描述" |
| 框架 | "检测到使用ISR的Next.js App Router" |
| 错误 | "产品页面存在3个JavaScript错误" |
| 结构 | "存在未从导航栏链接的孤立页面" |
| 可访问性 | "主图缺少alt属性" |