Portal Community
Phase 3 — PENDING This feature is planned but not yet implemented.

Package Detail API

GET /api/marketplace/packages/{packageId}

{
  "packageId":     "mkt-pkg-a1b2c3",
  "name":          "Employee Onboarding Suite",
  "publisher":     "BizFirstGO",
  "publisherUrl":  "https://bizfirstai.com",
  "trustLevel":    "Official",
  "packageType":   "workflow-package",
  "latestVersion": "3.0.0",
  "description":   "Complete employee onboarding...",
  "longDescription": "[rendered README markdown]",
  "category":      "hr",
  "tags":          ["hr", "onboarding", "approval"],
  "rating":        4.8,
  "reviewCount":   142,
  "installCount":  3841,
  "license":       "MIT",
  "homepage":      "https://docs.bizfirstai.com/packages/onboarding",
  "securityScanResult": "PASS",
  "securityScannedAt":  "2026-04-15T00:00:00Z",
  "artifacts": [
    { "type": "ProcessDefinition", "name": "EmployeeOnboarding",  "version": "3.0.0" },
    { "type": "AtlasForm",         "name": "EmployeeForm",        "version": "2.0.0" },
    { "type": "RuleSet",           "name": "ApprovalRules",       "version": "1.2.0" }
  ],
  "versions": [
    { "version": "3.0.0", "publishedAt": "2026-04-15", "isLatest": true,  "breakingChange": true },
    { "version": "2.2.0", "publishedAt": "2026-01-10", "isLatest": false, "breakingChange": false },
    { "version": "2.1.0", "publishedAt": "2025-09-01", "isLatest": false, "breakingChange": false }
  ]
}

Sections on the Detail Page

SectionContents
HeaderPackage name, publisher, trust badge, rating, install count, Install button
DescriptionRendered README.md — full documentation from the package author
ArtifactsList of artifact types and names that will be installed
Version HistoryAll published versions, breaking change markers, release dates
SecurityLatest scan result (PASS/WARN/FAIL) and scan timestamp
CompatibilityRequired platform version and declared package dependencies
ReviewsCommunity star ratings and written reviews

Security Badge

The package detail page prominently displays the security scan result: