workfront-issues-api — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited workfront-issues-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 Issue/Request (OPTASK) objects. Knows field names, severity codes, assignment patterns, status transitions, approval flows, and request queue query patterns.
| Task | Load |
|---|---|
| Know issue/request field names, status codes | ISSUE_FIELDS.md |
| Assign issues to users, teams, or roles | ASSIGNMENTS.md |
| Handle issue status changes or approval flows | STATUS_TRANSITIONS.md |
| Build issue or request queue queries | QUERY_PATTERNS.md |
| Read/write custom form data on issues | CUSTOM_FORMS.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 productionOPTASK (NOT "ISSUE"). Endpoint is /issue but objCode used in forms, subscriptions, and searches is always OPTASKfields=* 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 paramisHelpDesk=true to distinguish queue items from project issues~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.