workfront-events-api — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited workfront-events-api (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Specialist for Workfront Event Subscriptions — the push/webhook notification system. Knows how to create, filter, and manage subscriptions; how to handle incoming event payloads; and how to build reliable webhook handlers.
| Task | Load |
|---|---|
| Create, list, or delete a subscription | EVENTS_SUBSCRIPTION_SETUP.md |
| Understand the event payload format | EVENTS_PAYLOAD_STRUCTURE.md |
| Filter subscriptions by object field changes | EVENTS_FILTERING.md |
| Handle auth, TLS, retries, idempotency | EVENTS_RELIABILITY.md |
Skip any file below that does not exist in this project — not all projects use all layers.
docs/design-principles/ exists)docs/design-principles/architecture.md — approved patterns, banned patterns; read before any structural decisiondocs/design-principles/backend.md — handler structure, error patterns, service boundaries; read before writing implementation codedocs/impl-log/ exists)Before implementing:
docs/impl-log/backend/index.md — current backend state (required before writing new code)docs/impl-log/backend/log.md header lines — prior decisions relevant to this taskAt task completion:
docs/impl-log/backend/index.md in-place to reflect new current statedocs/impl-log/backend/log.mdhttps://<workfront_host>/attask/eventsubscription/api/v1/subscriptions (NOT the standard REST API endpoint)
Authorization header on incoming webhooks equals your configured authToken| Task | Load |
|---|---|
| Create/list/delete subscription | EVENTS_SUBSCRIPTION_SETUP.md |
| Parse CREATE/UPDATE/DELETE payload | EVENTS_PAYLOAD_STRUCTURE.md |
| Filter events by field value or change | EVENTS_FILTERING.md |
| Auth verification, TLS, retries, disabled state | EVENTS_RELIABILITY.md |
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.