curl -L -o content-forecaster.skill "https://aiskillstore.io/v1/agent/skills/8ce23e0d-116b-4296-9300-3940c788c851/download?platform=ClaudeCode"
{
"tool": "download_skill",
"arguments": {
"skill_id": "8ce23e0d-116b-4296-9300-3940c788c851",
"platform": "ClaudeCode"
}
}
{
"mcpServers": {
"skill-store": {
"url": "https://aiskillstore.io/mcp/"
}
}
}
Content performance prediction and topic recommendation engine
Compatible Platforms OpenClaw ClaudeCode CustomAgent any
✅ No security risks found.
AI Review Stage
스킬 메타데이터에서 네트워크, 파일 시스템, 서브프로세스 접근 권한을 모두 'false'로 명확히 선언했습니다. 제공된 코드 스니펫(`main.py`)은 `json`, `sys`, `math`, `collections` 등 표준 라이브러리만을 사용하고 있으며, 외부 통신이나 파일 시스템 접근을 시도하는 코드를 포함하고 있지 않습니다. 또한, `requirements`에 외부 패키지가 없음을 명시하여 의존성으로 인한 잠재적 위험도 낮습니다. 정적 분석 결과에서도 'approved' 상태이며, 'red_flags_found' 및 'obfuscation_warnings'가 없다고 보고되어 코드의 안전성과 투명성이 확인됩니다. 사용자 데이터를 무단으로 수집하거나 전송할 수 있는 메커니즘이 없으며, 코드 품질 또한 스킬의 목적에 부합합니다.
No reviews yet. Be the first to leave one!