Browser Testing with DevTools ↗
Browser Testing with DevTools is a community-maintained skill from addyosmani. Anomity scores its risk at 40 out of 100 (medium).
Analysis summary
Browser Testing with DevTools is a community-maintained skill from addyosmani. Anomity scores its risk at 40 out of 100 (medium).
Tests in a real browser via Chrome DevTools — inspecting the DOM, watching network activity, and reproducing behaviour the way a developer would rather than through a synthetic test harness.
Declared capability is browser control. The distinction from a headless test runner matters for risk: a skill driving your actual browser can reach internal hosts and act inside authenticated sessions. Point it at a dedicated profile. As a debugging aid it is genuinely strong, because it observes what the page does instead of what the test asserts.
Why this entry scored 40 out of 100
This profile starts at the catalog's neutral base of 50. Because the entry is community-maintained, trust adjusts the score by -10. The entry declares no high-risk capabilities on its own, so capabilities add nothing. It matches no dangerous capability combinations. The clamped result is 40, placing it in the medium band.
Findings
-
Established community project Trust offset
Capabilities
Every capability the entry declares, with the security implication of each.
-
browser:controlBrowser controlDrives a browser session. Combined with credential access can impersonate the user on web services.