Please report suspected security issues by opening a private security advisory on GitHub (Security tab → “Report a vulnerability”) at https://github.com/leotrinh/chrome-ext-sap-btp-workzone-kit, or by opening a regular issue if you believe the report is not sensitive. Do not include real SAP tenant data, CDM, tokens, or other customer data in any report.
storage, sidePanel, plus one content script
scoped to *://*.hana.ondemand.com/* (floating-button discovery UI + command
execution — see docs/system-architecture.md). No activeTab, no scripting, no
host_permissions, no <all_urls>, no cookies/webRequest.eval, no
new Function. Verified by pnpm verify:no-remote-code in CI.web_accessible_resources, scoped to *://*.hana.ondemand.com/* — the same
match-pattern limitation as the content scripts above. This lets any page matching
that wildcard load the extension’s UI in an iframe (not only genuinely eligible Work
Zone admin routes), but grants no additional command-execution capability: the
content script independently re-validates real page eligibility before running any
command, regardless of what embedded the UI. See docs/system-architecture.md’s
Security Boundaries section for the full trade-off.hand-off/sap-btp-workzone-kit-codex-blueprint.md §48 for the full safety-invariant
list this project is built against).This project is pre-1.0 and does not yet have a formal support/patch policy. Security fixes land on the default branch as soon as they’re available.