经 AI Skill Hub 精选评估,红线审计 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
红线审计 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
红线审计 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:go install(推荐) go install github.com/rdegges/redline@latest # 方式二:从源码编译 git clone https://github.com/rdegges/redline cd redline go build -o redline . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/rdegges/redline/releases
# 查看帮助 redline --help # 基本运行 redline [options] <input> # 详细使用说明请查阅文档 # https://github.com/rdegges/redline
# redline 配置说明 # 查看配置选项 redline --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export REDLINE_CONFIG="/path/to/config.yml"
⚠️ Alpha quality. redline is under active development. The core scan pipeline works, tests are green, and the report format is stable — but JavaScript rendering isn't supported, some niche subcommands aren't implemented yet, and breaking changes may land in any release until v1.0.0. Pin a specific tag in production-y use.
redline is a single-binary command-line tool that audits a website's content against your canonical brand messaging and Generative Engine Optimization (GEO) target prompts. It crawls the site, uses a local LLM (Ollama by default) to judge every page, and produces an agent-actionable report — each finding tied to a verbatim quote, a location hint, and a suggested fix — so a downstream LLM can apply UPDATE / REWRITE / DELETE edits across the site. Both report.json and report.md are written on every successful scan.
Other SEO/GEO tools tell you what to add to your site. redline tells you what's already on your site that no longer matches what you're trying to say — and hands the per-page fix-up plan to the next agent in your pipeline.
Via Homebrew:
brew install rdegges/tap/redline
Via go install:
go install github.com/rdegges/redline/cmd/redline@latest
Or grab a pre-built binary from the releases page.
```bash
Priority: 56.3 | Confidence: 0.90 | Word count: 44
Primary label: Contradictory Secondary labels: Stale
- Current focus: Positions Container Security as a runtime threat-detection product. - Should focus on: Container handles image and Kubernetes vulnerability scanning; runtime threat detection is out of scope.
Quoted text on page: > Continuous runtime threat detection across AWS, Azure, and GCP.
Suggested fix: Delete this sentence entirely. Runtime CSPM is not in scope.
Remove: The runtime threat-detection sentence Rewrite: H1 headline → "Container Security: Image and Kubernetes vulnerability scanning" Add: A cross-link to AppRisk for compliance mapping ```
The quoted_text field is guaranteed to be a literal substring of the page body, so a downstream editor agent can locate it with a string match.
The full report.json is the machine-readable equivalent — validates against an embedded JSON Schema, deterministic ordering, every collection explicitly sorted at the boundary.
redline is local-first. The default invocation needs zero cloud API keys; it talks to a local Ollama server.
redline scan Crawl, judge, embed, and write a report (full pipeline)
redline crawl Run only the crawl stage (no LLM calls)
redline judge Run only the LLM judge stage against an existing DB
redline embed Run only the embedding + dedup stage
redline report Regenerate a report from an existing DB
redline doctor Diagnose runtime, DB, and provider readiness (use `--run` to also inspect a scan run)
redline models Local Ollama model info (list, recommend)
redline version Print version information
ollama unavailable / connection refused → Start Ollama: ollama serve.ollama model not pulled → ollama pull qwen3:30b and ollama pull nomic-embed-text.Configured prompts.yaml didn't validate → redline scan --print-schema shows the embedded JSON Schema.redline doctor --run latest — it summarizes counts and suggests the right resume command. Re-running redline scan with the same --db path picks up where it left off automatically. Add --json for scriptable NDJSON output: the per-check lines are followed by a single {"kind":"run_inspection",...} record covering the run's state.AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
AI Skill Hub 点评:红线审计 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | redline |
| 原始描述 | 开源AI工作流:Audit your website content against canonical brand messaging and GEO target prom。⭐11 · Go |
| Topics | ai-agentsai-seocontent-audit |
| GitHub | https://github.com/rdegges/redline |
| License | MIT |
| 语言 | Go |
收录时间:2026-05-31 · 更新时间:2026-06-01 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端