Caveat verdict

quiz-maker

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Quiz generation skill that extracts document content locally, calls a cloud API with user-provided ARK_API_KEY, and generates a QR code locally; executionSinkDetected reflects documented bash commands for document parsing, all consistent with 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. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
100
transparency
80
maintenance

Findings (11)

Pattern match critical

Pipe to python — executes piped content as Python code

SKILL.md · code · | python3

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

deploy/deploy.sh · prose · downgraded · curl -fsSL https://deb.nodesource.com/setup_20.x | bash

Pattern match high

Pipe to bash — executes piped content as shell commands

deploy/deploy.sh · prose · downgraded · | bash

Pattern match medium

Uses exec() — may execute shell commands

db.js · prose · downgraded · exec(

Pattern match medium

apt-get install — installs system packages

deploy/deploy.sh · prose · downgraded · apt-get install

Pattern match medium

References child_process — can spawn system processes

parser.js · prose · downgraded · child_process

Pattern match medium

Long base64 string (100+ chars) — likely obfuscated payload

public/qrcode.min.js · prose · downgraded · iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4//8/w38GIAXDIBKE0DHx

Pattern match medium

subprocess execution — runs system commands from Python

qr-gen.py · prose · downgraded · subprocess.run(

Pattern match medium

HTTP request to bare IP address — common in malicious payloads

server.js · prose · downgraded · https://118.196.5.240

Pattern match low

Node http/https module — low-level network access

question_generator.js · prose · downgraded · require('https')

Pattern match low

Accesses sensitive environment variables

question_generator.js · prose · downgraded · process.env.ARK_API_KEY

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/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.

Is this flag fair?

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