spider-king
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDYNAMIC_EXECUTION
Full Analysis
- [DYNAMIC_EXECUTION]: The skill executes and diagnoses untrusted JavaScript code using Node.js
vmcontexts (found inreferences/profiles/env-patch/scripts/env-diagnose.js). This is a core feature for reverse engineering challenges. The scripts include explicit warnings thatnode:vmis not a security boundary and advise running the tool within an external disposable sandbox. - [COMMAND_EXECUTION]: Diagnostic and test scripts, such as
scripts/check_reverse_env.pyandscripts/validate_skill.py, use thesubprocessmodule to verify the installation and versions of required local tools likenode,npm,curl, andgit. - [EXTERNAL_DOWNLOADS]: The
static-astandbrowser-hook-snippetsprofiles containpackage.jsonandpackage-lock.jsonfiles that reference standard dependencies (like Babel) from the official npm registry (registry.npmjs.org). - [DATA_EXFILTRATION]: The skill includes a dedicated tool,
scripts/evidence_normalizer.py, designed to mitigate data exfiltration risks by pseudonymizing sensitive fields (passwords, tokens, cookies) in network captures before they are used in reports or evidence packages.
Audit Metadata