InstallHub
Package Detail Page
The package detail page shows everything you need to evaluate a package before installing — description, artifact list, version history, security scan results, and community reviews.
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
| Section | Contents |
|---|---|
| Header | Package name, publisher, trust badge, rating, install count, Install button |
| Description | Rendered README.md — full documentation from the package author |
| Artifacts | List of artifact types and names that will be installed |
| Version History | All published versions, breaking change markers, release dates |
| Security | Latest scan result (PASS/WARN/FAIL) and scan timestamp |
| Compatibility | Required platform version and declared package dependencies |
| Reviews | Community star ratings and written reviews |
Security Badge
The package detail page prominently displays the security scan result:
- PASS — Automated scan found no issues
- WARN — Potential issues found — install with caution
- FAIL — Critical issue — package is blocked from marketplace listing
- CERTIFIED — Human security review passed (Certified packages only)