Strykr Qa Bot
PassAudited by ClawScan on May 1, 2026.
Overview
This appears to be a coherent QA automation skill for testing the Strykr website, with only expected notes about its external test runner and browser-based site interactions.
Before installing, confirm you trust the web-qa-bot dependency and run these tests only against authorized Strykr environments. Be aware that test runs can submit sample prompts to the site and create local screenshots and reports.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Running the tests may install or execute the web-qa-bot package from the package ecosystem if it is not already present.
The skill depends on an external QA runner invoked through npx with a version range. This is expected for a QA automation package, but users should be aware that the external package supplies much of the runtime behavior.
"test": "npx web-qa-bot run ./test-suites --config strykr-qa.yaml" ... "peerDependencies": { "web-qa-bot": "^0.1.0" }Install dependencies from trusted sources, review web-qa-bot if needed, and pin or lock dependency versions in CI for reproducible runs.
The tests will interact with the Strykr web app and may save screenshots, timing data, and console output locally.
The configuration shows browser/API testing against the Strykr site and local capture of screenshots and console errors. This is aligned with the stated QA purpose, but it is still active web automation with local artifacts.
baseUrl: https://app.strykr.ai ... prismEndpoints: ... /api/signals/crypto ... reporting: ... includeScreenshots: true ... includeConsoleErrors: true
Run it only against systems you are authorized to test, preferably with a test account/environment, and review generated screenshots/reports before sharing them.
