court-auction-notice-search
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
npxcommands in the setup phase to fetch instructions and helper files (npx -y @nomadamas/k-skill@0 instruct court-auction-notice-search). These commands target the author's official namespace on NPM and are used for initialization and documentation purposes. - [EXTERNAL_DOWNLOADS]: The skill interacts with the official South Korean court auction website (
courtauction.go.kr) via HTTP POST requests to fetch real estate data. It also references the author's GitHub repository for source instructions. These external interactions are necessary for the skill's primary function and target legitimate public services. - [REMOTE_CODE_EXECUTION]: The skill mentions a fallback mechanism using Playwright (
rebrowser-playwrightorplaywright-core) for web scraping when direct HTTP requests are blocked by WAF. This is a local execution of a standard automation tool and does not involve piping remote scripts into a shell. - [SAFE]: The skill incorporates several security and stability best practices, including mandatory human-in-the-loop approvals for any sensitive actions, clear 'Read-only' constraints, and explicit throttling/jitter to avoid being flagged as a malicious bot by the upstream provider.
Audit Metadata