Skill community testing
Risk level
medium
40/100

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).

browser:control

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.

See the full scoring formula →

Findings

  • Established community project Trust offset
    Contribution to score: -10

Capabilities

Every capability the entry declares, with the security implication of each.

  • browser:control Browser control
    Drives a browser session. Combined with credential access can impersonate the user on web services.