unusedapps.com · App Footprint Auditor
The short version: there is no server, no database and no network path out of Atlassian. Most of what a security policy usually has to promise, this architecture makes impossible.
Last updated 26 July 2026. Agon Systems · [email protected]
fetch() to any
outside host and declares no egress or remote in its manifest. This is enforced automatically:
a build gate fails the release if either appears.
The app requests six scopes. Three are named manage: but are used
only for reading — Jira gates certain read endpoints behind them, and
classic scopes cannot be narrowed further. The app creates, modifies and deletes nothing in
your Jira.
| Scope | Used for |
|---|---|
read:jira-work | Custom field definitions, issue keys, and issue history metadata (author and timestamp) |
read:jira-user | The user directory — this is how installed apps are discovered, via the account Jira creates for each one |
manage:jira-configuration | Read-only: dashboards and the registry of gadgets each app offers |
manage:jira-webhook | Read-only: required by Jira to reach /workflow/search. No webhook is ever registered. |
manage:jira-project | Read-only: required by Jira to reach screen configuration. No project is ever modified. |
storage:app | Storing the renewal costs your administrator types in |
Every endpoint the app calls: /field/search, /dashboard,
/dashboard/{id}/gadget, /dashboard/gadgets,
/workflow/search, /users/search, /search/jql (issue keys
only) and /changelog/bulkfetch. All are GET or read-only POST.
Full detail of what is read and why is on the privacy page.
Email [email protected] with “security” in the subject. Please report privately before disclosing publicly. Acknowledgement within one business day. If you have found something real you will be credited unless you prefer not to be. See the support page for response targets.
Vulnerabilities in Atlassian Forge or Jira itself should go to Atlassian’s vulnerability programme rather than to us.
Stated plainly: this is a very small operation. There is no 24/7 security team and no formal incident-response rota. What there is instead is an architecture with almost no attack surface, and an honest account of it on this page.