ClawAudit verdict

yuyonghao-multimodal-base

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Multimodal pipeline using OpenAI GPT-4V and Whisper APIs with user-supplied key for image/audio analysis; capabilities are used transparently for the stated purpose.

⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.

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.

10
security
40
transparency
80
maintenance

Permission integrity

Installs packages at runtime — transitive dependencies are not auditable

package_install

Findings (8)

Pattern match critical

Possible hardcoded credential

SKILL.md · code · ApiKey: 'your-api-key

Confirmed in code medium

Accesses process.env — reads environment variables

SKILL.md · code

Pattern match medium

Accesses sensitive environment variables

SKILL.md · code · process.env.OPENAI_API_KEY

Pattern match medium

Dynamic import() — loads module at runtime

src/image-processor.js · prose · downgraded · import('

Pattern match medium

References child_process — can spawn system processes

src/speech-recognizer.js · prose · downgraded · child_process

Pattern match medium

Uses spawn() — can execute external programs

src/speech-recognizer.js · prose · downgraded · spawn(

Pattern match low

Popular HTTP library — network access

package-lock.json · prose · downgraded · axios

Pattern match low

POSTs data to external URL

src/speech-recognizer.js · prose · downgraded · .post( 'https://

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.

package_installcredential_access

Is this flag fair?

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