muapi-platform
Pass
Audited by Runlayer on Mar 13, 2026
Risk Level: LOW
Scan Summary
Flagged Files (2)
muapi-platform/check-result.shLOW
70.8%
Risky tool definition detected
Tool: muapi-platform/check-result.sh Description: #!/bin/bash # muapi.ai Check Prediction Result # Usage: ./check-result.sh --id REQUEST_ID [--once] [--timeout 600] [--json] [--jq EXPR] set -e REQUEST_ID="" ONCE=false TIMEOUT=600 JSON_ONLY=false JQ_EXPR="" while [[ $# -gt 0 ]]; do case $1 in --id) REQUEST_ID="$2"; shift 2 ;; --once) ONCE=true; shift ;; --timeout) TIMEOUT="$2"; shift 2 ;; --json) JSON_ONLY=true; shift ;;
muapi-platform/setup.shLOW
53.2%
Tool passed security scan
Passed Files (1)Click to expand
muapi-platform/SKILL.mdOK
38.3%
Tool passed security scan
Audit Metadata