workfront-tasks-api — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited workfront-tasks-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.
API specialist for Workfront Task (TASK) objects. Knows field names, status codes, bulk operations, assignment patterns, hierarchy (parent/subtask), and custom form data access on tasks.
| Task | Load |
|---|---|
| Know task field names, status codes | TASK_FIELDS.md |
| Batch update or batch create tasks | BULK_OPERATIONS.md |
| Read/write custom form data on tasks | CUSTOM_FORMS.md |
| Build complex task queries | QUERY_PATTERNS.md |
| Assign tasks to users or teams | ASSIGNMENTS.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/api/v21.0/Authorization: Bearer <token> (OAuth2 recommended)v21.0 explicitly in productionTASK — endpoint is /taskfields=* or fields=ID,name,status to control response size$$FIRST=0&$$LIMIT=100 (max 2000 per request)_Mod=eq|ne|gt|gte|lt|lte|contains|in|cicontains to field paramDE:{field label} key format in parameterValues~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.