QA Check
PassAudited by ClawScan on Feb 17, 2026.
Overview
The skill's files and instructions match its stated QA purpose and do not request extra credentials or installs; minor documentation vs implementation gaps are present but not suspicious.
This skill appears coherent and low-risk: it implements reasonable pre-deploy QA checks and does not ask for secrets or install arbitrary code. Things to consider before running: (1) SKILL.md refers to a 'browser' tool (snapshot/screenshot/console) that is not included — confirm you have or allow an appropriate browser automation tool; (2) link validation uses curl and will make outbound requests to URLs found in your project — run in a safe environment if the project contains unknown links; (3) the script will cd into the project directory and write /tmp/build.log — avoid running on untrusted or sensitive directories. If you need stricter isolation, run the script inside a container or inspect/modify scripts locally before executing.
