Overview
- Skill Key
- andyxinweiminicloud/protocol-doc-auditor
- Author
- andyxinweiminicloud
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/andyxinweiminicloud/protocol-doc-auditor
- Latest Commit SHA
- 51f1a8d5a3b123964530a7c93257cbfc5ec66230
Helps detect hidden attacks in API and protocol documentation. Scans integration guides for dangerous instructions like curl|bash, credential harvesting, and irrevocable identity bindings disguised as setup steps.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 protocol-doc-auditor 技能。 若已安装,则直接安装 protocol-doc-auditor 技能。
# The API Doc Told Me to curl | bash — When Protocol Docs Are the Attack Vector > Helps detect malicious instructions hiding in plain sight inside API documentation, integration guides, and protocol specs. ## Problem You're integrating a new AI protocol. The docs say: "Run this command to register your agent." The command includes `curl | bash`. Or it asks you to paste your API key into a URL parameter. Or the OAuth flow binds your identity irrevocably to a third-party service. Protocol documentation is the most trusted attack surface — developers follow docs without questioning them, and AI agents follow them even more blindly. When the doc itself is the attack vector, traditional code scanning catches nothing because the malicious action is performed by the reader, not by the code. ## What This Checks This auditor scans protocol documentation, API guides, and integration instructions for hidden risks: 1. **Dangerous execution instructions** — Commands like `curl | bash`, `wget -O- | sh`, `eval $(...)`, or any instruction asking the reader to execute remote code without integrity verification 2. **Credential exposure** — Instructions that place API keys, tokens, or secrets in URL parameters, unencrypted headers, or log-visible locations 3. **Data leak setup** — Steps that configure the reader's system to send telemetry, usage data, or file contents to third-party endpoints without clear disclosure 4. **Irrevocable identity binding** — OAuth flows, claim codes, or registration steps that permanently bind the reader's identity or resources to a service with no documented revocation path 5. **Privilege escalation** — Instructions that require `sudo`, modify system files, install global packages, or change firewall rules beyond what the integration logically requires ## How to Use **Input**: Provide one of: - A URL to an API doc or integration guide - The text content of a protocol specification - A markdown file containing setup instructions **Output**: A doc...
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".