技能 maxhub-kuaishou 審計歷史
🎬

審計歷史

maxhub-kuaishou - 2 審計

審計版本 2

最新 低風險

May 20, 2026, 12:45 PM

This skill is a legitimate API wrapper for querying Kuaishou data through the MaxHub service (www.aconfig.cn). All 135 static findings have been evaluated as false positives: hardcoded URLs point to the documented API endpoint, shell commands are documentation examples for curl-based API calls, and env access is for the declared MAXHUB_API_KEY credential. The skill transparently declares its requirements and usage patterns. No malicious intent, obfuscation, or prompt injection detected.

7
已掃描檔案
609
分析行數
6
發現項
claude
審計者
低風險問題 (3)
API Credential Access in Environment Variables
The skill accesses MAXHUB_API_KEY from environment variables for API authentication. This is a legitimate and declared requirement documented in SKILL.md metadata. Users must configure their own API key obtained from aconfig.cn. The key is used only as Bearer token for authorized API calls.
External API Network Calls via curl
The skill uses curl to make HTTP requests to the MaxHub API at www.aconfig.cn. These are documented, legitimate API calls for querying Kuaishou data. All API endpoints and parameters are defined in reference documentation files. The pattern is standard for API wrapper skills.
Shell Command Documentation in Code Blocks
Bash code blocks in SKILL.md and README files show curl commands and environment variable checks. These are documentation examples for user reference, not active code execution. The commands execute legitimate API calls for the skill's intended purpose.

偵測到的模式

Combined Network, Command Execution, and Credential Access

審計版本 1

低風險

May 9, 2026, 07:16 AM

Security evaluation completed. Static scanner flagged 134 potential issues, but review reveals all findings are false positives. The skill uses template variables in markdown documentation (e.g. ${MAXHUB_API_KEY}) which triggered command execution alerts. Network and environment variable detections are intentional design - the skill is designed to communicate only with MaxHub API using environment-provided credentials. The skill explicitly documents its security boundaries in metadata.

3
已掃描檔案
392
分析行數
4
發現項
claude
審計者
低風險問題 (2)
False Positive: Command Execution Detection in Documentation
Static scanner flagged 'Ruby/shell backtick execution' patterns in markdown files. These are documentation code blocks containing template variables like ${MAXHUB_API_KEY} - not actual shell commands being executed. The skill is markdown-based instruction documentation, not executable code.
False Positive: High File Entropy Detection
Static scanner flagged high entropy strings in SKILL.md and references/chain-patterns.md. This is caused by Chinese characters encoded in UTF-8, not encrypted or obfuscated content. The skill contains bilingual (Chinese/English) documentation.