Skip to content

chore: drop package-lock.json across all packages (npm-avoidant)#32

Merged
hyperpolymath merged 1 commit into
mainfrom
feat/safe-dom-package
May 16, 2026
Merged

chore: drop package-lock.json across all packages (npm-avoidant)#32
hyperpolymath merged 1 commit into
mainfrom
feat/safe-dom-package

Conversation

@hyperpolymath
Copy link
Copy Markdown
Owner

Publishing the feat/safe-dom-package branch (2 commit(s) over main) — getting it on track per the 2026-05-16 estate pass. Far-from-main branches may need rebase before merge.

🤖 Generated with Claude Code

@hyperpolymath hyperpolymath enabled auto-merge (squash) May 16, 2026 16:57
@hyperpolymath hyperpolymath disabled auto-merge May 16, 2026 16:58
@hyperpolymath hyperpolymath enabled auto-merge (squash) May 16, 2026 16:58
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@hyperpolymath hyperpolymath force-pushed the feat/safe-dom-package branch from 35ba315 to c3a35dd Compare May 16, 2026 17:03
@hyperpolymath hyperpolymath merged commit 0d85611 into main May 16, 2026
21 of 34 checks passed
@hyperpolymath hyperpolymath deleted the feat/safe-dom-package branch May 16, 2026 17:03
@github-actions
Copy link
Copy Markdown

🔍 Hypatia Security Scan

Findings: 11 issues detected

Severity Count
🔴 Critical 0
🟠 High 7
🟡 Medium 4
View findings
[
  {
    "reason": "innerHTML assignment -- XSS risk, use textContent or SafeDOM (2 occurrences, CWE-79)",
    "type": "js_innerhtml",
    "file": "/home/runner/work/accessibility-everywhere/accessibility-everywhere/tools/browser-extension/popup.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "Shell execution -- validate input before passing to shell (2 occurrences, CWE-78)",
    "type": "js_exec_sync",
    "file": "/home/runner/work/accessibility-everywhere/accessibility-everywhere/tools/browser-extension/package-extension.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "innerHTML assignment -- XSS risk, use textContent or SafeDOM (1 occurrences, CWE-79)",
    "type": "js_innerhtml",
    "file": "/home/runner/work/accessibility-everywhere/accessibility-everywhere/tools/browser-extension/axe.min.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "Math.random() used for security-sensitive identifier/token generation -- use crypto.randomUUID or getRandomValues (1 occurrences, CWE-338)",
    "type": "js_insecure_random_security_context",
    "file": "/home/runner/work/accessibility-everywhere/accessibility-everywhere/tools/browser-extension/axe.min.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "innerHTML assignment -- XSS risk, use textContent or SafeDOM (5 occurrences, CWE-79)",
    "type": "js_innerhtml",
    "file": "/home/runner/work/accessibility-everywhere/accessibility-everywhere/tools/testing-dashboard/app.js",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "innerHTML assignment -- XSS risk, use textContent or SafeDOM (1 occurrences, CWE-79)",
    "type": "js_innerhtml",
    "file": "/home/runner/work/accessibility-everywhere/accessibility-everywhere/tools/safe-dom/src/SafeDOM.mjs",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "Obj.magic bypassing type safety (1 occurrences, CWE-704)",
    "type": "obj_magic",
    "file": "/home/runner/work/accessibility-everywhere/accessibility-everywhere/tools/stale/packages/stale/components/react/src/Modal.res",
    "action": "flag",
    "rule_module": "code_safety",
    "severity": "high"
  },
  {
    "reason": "Js.Nullable deprecated -- use Nullable (14 occurrences)",
    "type": "deprecated_api",
    "file": "/home/runner/work/accessibility-everywhere/accessibility-everywhere/tools/stale/packages/stale/components/react/src/Modal.res",
    "action": "module_replace",
    "rule_module": "migration_rules",
    "severity": "medium"
  },
  {
    "reason": "Repository has 1 non-main remote branch(es). Policy: single main branch only.",
    "type": "GS007",
    "file": ".",
    "action": "delete_remote_branches",
    "rule_module": "git_state",
    "severity": "medium"
  },
  {
    "reason": "References AI.djot -- file has been superseded by 0-AI-MANIFEST.a2ml",
    "type": "SD007",
    "file": "0-AI-MANIFEST.a2ml",
    "action": "update_reference",
    "rule_module": "structural_drift",
    "severity": "medium"
  }
]

Powered by Hypatia Neurosymbolic CI/CD Intelligence

hyperpolymath added a commit that referenced this pull request May 19, 2026
…bility-everywhere) (#39)

#3 Tranche 2 (post-pilot #32-shape). Scaffold-placeholder leak per
`standards/LICENCE-POLICY.adoc` **A5** — NOT relicensing. PLMP/PMLP +
doubled-suffix substituted to this repo's correct id
`PMPL-1.0-or-later`. **3 file(s).** Gates: dirty-repo skip, diff-shape
asserted (SPDX-only, auto-revert on anomaly), zero residual, no 3c file.
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant