At a glance
| Check | Verified result | Meaning |
|---|---|---|
| forge eligibility -e production -v 6 | Version 6.0.0 in production is not eligible | Forge CLI states: “App is egressing data.” |
| Production v6 manifest | One backend destination: https://api.github.com | The optional GitHub connector has a declared external provider boundary. |
| Default forge eligibility command | Development version 5.0.0 is eligible | This result does not describe production version 6. |
| Forge runtime, SQL, Object Store, and hosted LLM | Atlassian-hosted modules remain present | Forge hosting does not override the production eligibility result. |
| Future manifest without external provider egress | Not assessed | Deploy that version, then run the production eligibility check again. |
How it works
- Identify the deployed environment and major version.
- Run forge eligibility --environment production --major-version 6 --non-interactive.
- Record the returned version, environment, result, and reason.
- Review permissions.external.fetch.backend in the matching manifest.
- Do not apply the Runs on Atlassian designation to production v6.
- Recheck after any deployed manifest or major-version change.
Example
A procurement reviewer asks whether production v6 carries the designation. The production command returns “not eligible” and identifies data egress. The manifest shows GitHub as the sole backend destination. The reviewer records the result without treating it as a vulnerability or compliance finding.
What this does not mean
This result was verified on 2026-09-26 with Forge CLI 13.3.0. It applies to production version 6.0.0. Eligibility is not security certification, compliance approval, residency proof, or vulnerability assessment. Optional use of GitHub still crosses the declared external provider boundary. A disabled connector does not change the deployed manifest result.
Related questions
Next step
Use the production environment, deployed major version, matching manifest, and Forge CLI result for every eligibility statement.
View on Atlassian MarketplacePrimary sources
- developer.atlassian.com · checked 26 September 2026