ClawAudit verdict
xingtu-task-invite-code
Reads files AND uses eval/Function
Batch QR code downloader for XingTu platform using cookie authentication and browser automation; dynamic_eval usage is for documented JavaScript DOM manipulation in the browser, and all downloaded data is saved locally to user-specified paths.
Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but ClawAudit detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Reads files AND uses eval/Function — may execute locally stored payloads
LLM05 · LLM06 · ASI05
Encodes data AND uses eval — the obfuscated-execution pattern (atob + eval; data-flow not verified)
LLM05 · ASI05 · ASI10
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
credential_access
Findings (3)
subprocess execution — runs system commands from Python
SKILL.md · code · subprocess.run(
Python shutil file operation — copies/moves/deletes files
SKILL.md · code · shutil.move(
Opens WebSocket connection
SKILL.md · prose · downgraded · WebSocket
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
file_readprocess_execdynamic_evalcredential_accessdata_encodingdir_traversal Thanks — recorded.