Qa

Security checks across malware telemetry and agentic risk

Overview

This QA skill is purpose-aligned, but it gives the agent broad authority to submit forms and change code, so it should be used only in controlled test environments with review.

Before using this skill, point it at a staging environment or test account, confirm that form submissions are safe, and run it on a clean feature branch. Review all screenshots, reports, diffs, and commits before pushing, merging, or deploying anything.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

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.

#
ASI02: Tool Misuse and Exploitation
Medium
What this means

If run against a production or real account, the agent could submit forms, change records, trigger workflows, or perform other actions while testing.

Why it was flagged

This authorizes broad browser actions, including form submissions. The provided instructions do not show confirmation or containment before potentially destructive or live-data-changing actions.

Skill content
Test web applications like a real user — click everything, fill every form, check every state.
Recommendation

Use this only on staging or test accounts by default, and instruct the agent to ask before destructive actions, purchases, sends, deletes, or other irreversible submissions.

#
ASI02: Tool Misuse and Exploitation
Low
What this means

The skill may alter your local codebase and Git history during normal use.

Why it was flagged

Changing source code and committing fixes is central to the skill's purpose and is clearly disclosed, but it creates persistent repository changes.

Skill content
When you find bugs, fix them in source code with atomic commits, then re-verify.
Recommendation

Run it on a clean feature branch and review every diff and commit before pushing, merging, or deploying.

#
ASI03: Identity and Privilege Abuse
Low
What this means

Providing real credentials or session cookies could let the agent act as that account while testing.

Why it was flagged

The skill may use user-supplied credentials or a cookie file for authenticated QA. This is purpose-aligned, and the instructions also say to redact passwords, but it still involves sensitive account access.

Skill content
| Auth | None | credentials or cookie file |
Recommendation

Prefer dedicated test accounts with limited permissions, avoid production cookies when possible, and ensure reports or screenshots do not expose secrets.