ClawAudit verdict

aicraft-skill

88
🟒 Trusted
Low risk β€” reviewed by ClawAudit, behavior matches stated purpose

Reads local files AND makes external network calls

An e-commerce AI content generation platform integration that reads user images and uploads them to the stated 51aic.com/fzputi.com CDN using a user-supplied session token; all data flows match the declared purpose and the security note explicitly warns users not to share tokens.

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.

0
security
50
transparency
70
maintenance

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.

Capability combination critical

Reads local files AND makes external network calls β€” the capabilities for data exfiltration co-occur (data-flow not verified)

LLM02 Β· LLM06 Β· ASI03

Capability combination critical

Reads files, encodes data, AND makes external network calls β€” the obfuscated-exfiltration pattern (data-flow not verified)

LLM02 Β· ASI03

Permission integrity

Makes network requests but does not declare curl/wget in required binaries

network_out

Performs file operations but does not declare file-accessing binaries

file_read

Findings (3)

Pattern match critical

Possible hardcoded credential

SKILL.md Β· code Β· TOKEN = "<η”¨ζˆ·token>

Pattern match medium

Python urllib.request β€” network access

SKILL.md Β· code Β· urllib.request

Pattern match medium

Python http.client β€” stdlib network access

SKILL.md Β· code Β· http.client.HTTPSConnection

Permissions & capabilities

No declared permissions β€” minimal attack surface.

network_outdata_encodingfile_read
Check another skill Browse the registry Auditing your own skills or configs? Use the API