chore: drop package-lock.json across all packages (npm-avoidant)#32
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
35ba315 to
c3a35dd
Compare
🔍 Hypatia Security ScanFindings: 11 issues detected
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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