cyberedge-observe-websites
Collect bounded HTTP metadata, response evidence, and verified technology fingerprints from Web services in an explicitly authorized CyberEdge scope.
适合你,如果你需要收集授权Web服务的技术指纹与元数据
npx oh-my-skill add symph0nia/cyberedge/cyberedge-observe-websitescurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- symph0nia/cyberedge/cyberedge-observe-websitesnpx oh-my-skill verify symph0nia/cyberedge/cyberedge-observe-websites怎么用
商店整理自技能原文 · 版本 0af016f · 表述以原文为准安装后,Claude 能够从你明确授权的网站收集 HTTP 元数据、响应快照以及已验证的技术指纹。
当你已经有一个非空的授权范围(Scope),并且你要求 Claude 观察该范围内的网站时触发。
技能原文 SKILL.md
CyberEdge Observe Websites
Use cyberedge-agent; this machine bridge is not a human CLI.
Preconditions
- Require an existing Scope with a non-empty authorization reference.
- Require this exact Skill/version grant with
scan.activeandwebsite.read. - Do not supply ports, arbitrary URLs, headers or redirect destinations. The server derives endpoints from authorized Scope targets and its fixed baseline.
Workflow
- Start
policy_service_baselinefor the authorized Scope. - Wait for the Task to become terminal.
- Call
search_websitesfor the same Scope. - Correlate Website records and every
fingerprints[].evidence_idwithhttp.responseObservations and TaskReport Evidence. - Review
discovered_pathsand correlatehttp.crawlObservations with their retained Evidence. - If
screenshot_evidence_idis present, treat it as an offline rendering of retained HTML, not proof of live browser behavior. - Correlate
http-host-collision-v1Findings withhttp.host_collision_checkObservations. Require the comparison Evidence to contain both the direct-address baseline and Host-routed response; do not infer a collision from a different body hash alone. - Treat
serveronly as a header-derived hint. Treat a structured fingerprint as verified only for its versioned detector rule; do not infer additional products or versions.
For recurring monitoring, create a Schedule with the same active policy and call search_exposure_changes using its schedule_id. Treat APPEARED, DISAPPEARED, and MODIFIED as deterministic diffs between successful Task snapshots. Collection errors suppress disappearance events.
The server probes only open 80, 443, 8080, and 8443, never follows redirects, enforces a five-second request timeout and rejects response bodies over 1 MiB. http.error means collection failed; it does not prove that no website exists.
Current strong-signature rules identify WordPress and Grafana from retained HTML. Generic product-name text is insufficient. WordPress versions are emitted only when an explicit generator value supplies one.
The crawler is depth one and accepts at most 16 same-origin absolute paths found on the root page. It rejects query strings, scheme-relative/cross-origin links, traversal segments, encoded traversal, and caller-supplied paths. Do not describe this as a general-purpose spider.
Host collision checks run only within an active Scope containing domains and alternate IP assets. A domain's current DNS addresses are excluded, candidates are bounded server-side, and probe failures appear as http.host_collision_error; treat those failures as unknown coverage, not a negative result.
{"request_id":"req-1","idempotency_key":"idem-1","agent_id":"codex-main","skill_name":"cyberedge-observe-websites","skill_version":"0.1.0","action":"search_websites","scope_id":"scope-id"}