federation
Explains the ActivityPub protocol and federation concepts for implementing and debugging decentralized social networking features.
Install this skill
Security score
The federation skill was audited on Feb 19, 2026 and we found 29 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 287 | curl https://site.com/.well-known/webfinger?resource=acct:[email protected] |
Curl to non-GitHub URL
| 290 | curl https://site.com/.well-known/nodeinfo |
External URL reference
| 35 | "@context": "https://www.w3.org/ns/activitystreams", |
External URL reference
| 37 | "id": "https://example.com/@alice", |
External URL reference
| 38 | "inbox": "https://example.com/@alice/inbox", |
External URL reference
| 39 | "outbox": "https://example.com/@alice/outbox", |
External URL reference
| 40 | "followers": "https://example.com/@alice/followers", |
External URL reference
| 41 | "following": "https://example.com/@alice/following", |
External URL reference
| 72 | Special collection: `https://www.w3.org/ns/activitystreams#Public` |
External URL reference
| 85 | "actor": "https://example.com/@alice", |
External URL reference
| 98 | "actor": "https://example.com/@alice", |
External URL reference
| 99 | "object": "https://other.example/@bob" |
External URL reference
| 110 | "actor": "https://example.com/@alice", |
External URL reference
| 111 | "object": "https://other.example/@bob/post/123" |
External URL reference
| 120 | "actor": "https://example.com/@alice", |
External URL reference
| 121 | "object": "https://other.example/@bob/post/123" |
External URL reference
| 141 | "actor": "https://example.com/@alice", |
External URL reference
| 144 | "id": "https://example.com/@alice/follow/123" |
External URL reference
| 165 | - Content-Type: `application/ld+json; profile="https://www.w3.org/ns/activitystreams"` |
External URL reference
| 202 | "to": ["https://www.w3.org/ns/activitystreams#Public"], |
External URL reference
| 203 | "cc": ["https://example.com/@alice/followers"] |
External URL reference
| 210 | "to": ["https://example.com/@alice/followers"] |
External URL reference
| 217 | "to": ["https://other.example/@bob"], |
External URL reference
| 284 | https://site.com/@username |
External URL reference
| 287 | curl https://site.com/.well-known/webfinger?resource=acct:[email protected] |
External URL reference
| 290 | curl https://site.com/.well-known/nodeinfo |
External URL reference
| 313 | - [ActivityPub Spec](https://www.w3.org/TR/activitypub/) |
External URL reference
| 314 | - [ActivityStreams Vocabulary](https://www.w3.org/TR/activitystreams-vocabulary/) |
External URL reference
| 316 | - [FEPs Repository](https://codeberg.org/fediverse/fep) |