nts-tax-delinquency
Pass
Audited by Gen Agent Trust Hub on Jun 15, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill performs read-only HTTP POST requests to the official National Tax Service of South Korea (
nts.go.kr) to retrieve publicly available information regarding tax delinquents. - [SAFE]: The Python implementation (
scripts/nts_tax_delinquency.py) relies exclusively on the standard library (urllib,argparse,re), requiring no external or untrusted package dependencies. - [SAFE]: No evidence of prompt injection, data exfiltration, or obfuscation was found. The skill handles input safely by only transmitting the requested name to the target government service.
- [SAFE]: The skill includes graceful error handling for network issues or changes in the target website's HTML structure, reverting to a manual confirmation path rather than attempting unsafe recovery methods.
Audit Metadata