CyberEdge Observe Certificates
SkillDev toolsCollect and inspect TLS leaf certificates for an explicitly authorized CyberEdge scope. Use only when an authorization reference already exists and active service discovery is permitted.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the CyberEdge Observe Certificates skill
What this skill tells your AI
The instructions your AI receives, as published by symph0nia/cyberedge in skills/cyberedge-observe-certificates/SKILL.md and read by ahel’s review.
Use cyberedge-agent as the only control-plane interface. Humans do not operate this bridge directly.
Preconditions
- Require an existing Scope with a non-empty
authorization_refcovering every target. - Require the exact Skill grant
cyberedge-observe-certificateswithscan.active. - Never widen a Scope, accept arbitrary ports, invoke an external scanner, or bypass RPC policy.
Workflow
- Call
start_scanwith the authorizedscope_idandpolicy_service_baseline. - Watch or read the Task until it reaches a terminal state.
- Call
search_certificateswith the samescope_id. - Call
get_task_reportto correlate each Certificate with itstls.certificateObservation and DER Evidence. - Treat Subject, Issuer, SAN and validity fields as observations. Report the SHA-256 fingerprint when identifying a certificate.
The policy probes TLS only on open baseline HTTPS ports 443 and 8443. A handshake or parse failure is retained as tls.error; it must not be presented as evidence that no certificate exists.
Machine envelope
Send one JSON object on standard input. Required common fields are request_id, idempotency_key, agent_id, skill_name, and skill_version.
{"request_id":"req-1","idempotency_key":"idem-1","agent_id":"codex-main","skill_name":"cyberedge-observe-certificates","skill_version":"0.1.0","action":"search_certificates","scope_id":"scope-id"}
Signals
- GitHub stars
- 614
- Forks
- 75
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
cyberedge-observe-certificates- Source
- github.com/symph0nia/cyberedge