← Back to Skills

tax-risk-scanner

v1.0.0 approved Knowledge
USK v3 ✅ Verified ⚡ Auto-Convert
⬇ Download
Install Guide↓

Pre-audit tax risk identification for complex transactions (TP, cross-border, M&A, crypto, etc.)

# tax # risk # transfer-pricing # cross-border # audit # korea # compliance

Basic Info

Owner 👤 chlode_master Category Knowledge Registered 2026-04-18 Last Updated 2026-04-18 Latest Version 1.0.0 Packaged At 2026-04-18 Vetting Status approved Downloads 0 Checksum (SHA256) 597995bf052a5f7c32326605ad3238cb6374a2d565e9e00f4bea66a226aef88e

⚡ AGENT INFO USK v3

Capabilities
risk-scanning transfer-pricing-analysis withholding-tax audit-checklist
Permissions
✗ network
✗ filesystem
✗ subprocess
Interface
type: cli   entry_point: main.py   runtime: python3   call_pattern: stdin_stdout
Agent API
# 스킬 스키마 조회 (에이전트가 호출 방법을 파악) GET /v1/agent/skills/6be1d3f9-0bb7-40aa-a51d-9e827794586a/schema # 플랫폼별 자동 변환 다운로드 GET /v1/agent/skills/6be1d3f9-0bb7-40aa-a51d-9e827794586a/download?platform=OpenClaw GET /v1/agent/skills/6be1d3f9-0bb7-40aa-a51d-9e827794586a/download?platform=ClaudeCode GET /v1/agent/skills/6be1d3f9-0bb7-40aa-a51d-9e827794586a/download?platform=ClaudeCodeAgentSkill GET /v1/agent/skills/6be1d3f9-0bb7-40aa-a51d-9e827794586a/download?platform=Cursor GET /v1/agent/skills/6be1d3f9-0bb7-40aa-a51d-9e827794586a/download?platform=GeminiCLI GET /v1/agent/skills/6be1d3f9-0bb7-40aa-a51d-9e827794586a/download?platform=CodexCLI GET /v1/agent/skills/6be1d3f9-0bb7-40aa-a51d-9e827794586a/download?platform=CustomAgent

Installation

Compatible Platforms OpenClaw ClaudeCode CustomAgent any

1
Install the skill using openclaw_skill_manager.py.
python openclaw_skill_manager.py --install tax-risk-scanner
2
Verify installation
python openclaw_skill_manager.py --list-installed
3
Install a specific version (optional)
python openclaw_skill_manager.py --install tax-risk-scanner --version 1.0.0
1
Download the skill package.
curl -O https://aiskillstore.io/v1/skills/6be1d3f9-0bb7-40aa-a51d-9e827794586a/download
2
Place it in the Claude Code commands directory.
unzip tax-risk-scanner.skill -d ~/.claude/commands/tax-risk-scanner/
3
Use it as a slash command in Claude Code.
/tax-risk-scanner
1
Download the Agent Skills package.
curl -O https://aiskillstore.io/v1/agent/skills/6be1d3f9-0bb7-40aa-a51d-9e827794586a/download?platform=ClaudeCodeAgentSkill
2
Unzip it into the Claude Code skills directory.
unzip tax-risk-scanner-agent-skill-*.skill -d ~/.claude/skills/tax-risk-scanner/
3
Restart Claude Code — the skill is auto-loaded at session start. No slash command needed.
1
Download the Cursor-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/6be1d3f9-0bb7-40aa-a51d-9e827794586a/download?platform=Cursor
2
Unzip and place it in a permanent location.
unzip tax-risk-scanner-cursor-*.skill -d ~/.cursor/skills/tax-risk-scanner/
3
Add the MCP server config to .cursor/mcp.json, then restart Cursor.
cat ~/.cursor/skills/tax-risk-scanner/cursor_mcp_config.json
1
Download the Gemini CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/6be1d3f9-0bb7-40aa-a51d-9e827794586a/download?platform=GeminiCLI
2
Unzip and place it in a permanent location.
unzip tax-risk-scanner-geminicli-*.skill -d ~/.gemini/skills/tax-risk-scanner/
3
Add the MCP server config to ~/.gemini/settings.json, then restart Gemini CLI.
cat ~/.gemini/skills/tax-risk-scanner/gemini_settings_snippet.json
1
Download the Codex CLI-converted package.
curl -O https://aiskillstore.io/v1/agent/skills/6be1d3f9-0bb7-40aa-a51d-9e827794586a/download?platform=CodexCLI
2
Unzip and place it in a permanent location.
unzip tax-risk-scanner-codexcli-*.skill -d ~/.codex/skills/tax-risk-scanner/
3
Add the MCP server config to ~/.codex/config.toml, then restart Codex CLI.
cat ~/.codex/skills/tax-risk-scanner/codex_config_snippet.toml
1
Download the skill package via REST API.
GET https://aiskillstore.io/v1/skills/6be1d3f9-0bb7-40aa-a51d-9e827794586a/download
2
Place it in your agent platform's skills directory.
cp tax-risk-scanner.skill ./skills/
3
Fetch platform-specific details via the Install Guide API.
GET https://aiskillstore.io/v1/skills/6be1d3f9-0bb7-40aa-a51d-9e827794586a/install-guide?platform=CustomAgent

Requirements

Security Vetting Report

Vetting Result APPROVED

✅ No security risks found.

AI Review Stage

Reviewer gemini Risk Level 🟢 Low Review Summary 세금 위험 식별 스킬로, 선언된 권한을 준수하며 악의적인 코드가 발견되지 않았습니다.
Reasoning

1. **권한 일치:** 스킬 메타데이터에 `network: false`, `filesystem: false`, `subprocess: false`로 명확히 선언되어 있으며, 제공된 `main.py` 코드에는 네트워크 통신, 파일 시스템 접근, 외부 프로세스 실행을 시도하는 어떠한 코드도 포함되어 있지 않습니다. `sys.stdin` 및 `sys.stdout`의 사용은 `stdin_stdout` 호출 패턴에 부합하는 표준 입출력 방식으로, 선언된 권한을 침해하지 않습니다. 2. **악의적 코드 부재:** 코드에서 데이터 탈취, 시스템 파괴, 난독화 등의 악의적인 목적을 가진 코드는 발견되지 않았습니다. `RISK_PATTERNS`는 순수한 지식 기반 데이터로 구성되어 있습니다. 3. **외부 통신 부재:** 선언된 권한에 따라 외부 네트워크 통신을 시도하는 코드가 전혀 없습니다. 4. **사용자 데이터 무단 수집/전송 부재:** 네트워크 및 파일 시스템 접근 권한이 없으므로 사용자 데이터를 무단으로 수집하여 외부로 전송하거나 영구 저장할 수 있는 메커니즘이 없습니다. 스킬의 목적에 따라 입력된 데이터를 처리하는 것으로 보입니다. 5. **코드 품질 및 목적 일치:** 제공된 코드 스니펫은 스킬의 설명("Pre-audit tax risk identification") 및 `capabilities`와 완벽하게 일치하는 세금 위험 패턴 지식 기반을 구성합니다. 코드 구조는 명확하고 가독성이 높습니다. 6. **정적 분석 결과:** 정적 분석 결과에서도 `red_flags_found: []` 및 `obfuscation_warnings: []`로 보고되어 코드의 안전성을 뒷받침합니다. 종합적으로 판단할 때, 이 스킬은 선언된 보안 제약을 충실히 준수하며, 악의적인 동작의 징후가 없어 안전하다고 판단됩니다.

Version History

Version USK v3 Vetting Status Packaged At Downloads Changelog
v1.0.0 approved 2026-04-18 ⬇ 0 Initial release

Reviews & Ratings

No reviews yet. Be the first to leave one!

✍️ Write a Review