unusedapps.com · App Footprint Auditor

Security

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]

Architecture

Permissions, and why each is needed

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.

ScopeUsed for
read:jira-workCustom field definitions, issue keys, and issue history metadata (author and timestamp)
read:jira-userThe user directory — this is how installed apps are discovered, via the account Jira creates for each one
manage:jira-configurationRead-only: dashboards and the registry of gadgets each app offers
manage:jira-webhookRead-only: required by Jira to reach /workflow/search. No webhook is ever registered.
manage:jira-projectRead-only: required by Jira to reach screen configuration. No project is ever modified.
storage:appStoring 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.

Data handling

Full detail of what is read and why is on the privacy page.

Reporting a vulnerability

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.

Development practice

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.