casperpro
Fail
Audited by Gen Agent Trust Hub on Jul 2, 2026
Risk Level: HIGHREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONDATA_EXFILTRATIONCREDENTIALS_UNSAFEEXTERNAL_DOWNLOADS
Full Analysis
- [DATA_EXFILTRATION]: The script
scripts/live_intercept.pyintercepts HTTP login requests and captures plaintext user emails and passwords, writing them to the local file/tmp/captured_credentials.json. - [DATA_EXFILTRATION]:
scripts/pii_extractor.pyforges authentication tokens to harvest sensitive user data, including names, phone numbers, and precise vehicle location coordinates, saving the results to/tmp/extracted_pii.json. - [DATA_EXFILTRATION]: The
scripts/burp_equivalent.pyaddon logs the full history of intercepted HTTP traffic, including sensitive request bodies and authentication headers, to/tmp/proxy_history.json. - [COMMAND_EXECUTION]:
scripts/live_intercept.pycontains logic to automatically modify outgoing HTTP request bodies to inject destructive SQL payloads (e.g.,DELETE FROM applied_coupon...) and manipulate business logic parameters such as product quantities. - [REMOTE_CODE_EXECUTION]: The installation guidelines in
README.mdandSKILL.mdinstruct users to download and execute a remote shell script fromastral.shby piping it directly into the system shell (curl -LsSf https://astral.sh/uv/install.sh | sh). - [CREDENTIALS_UNSAFE]: Several scripts (
scripts/live_intercept.py,scripts/pii_extractor.py,scripts/jwt_forge.py) contain a hardcoded cryptographic secret (jwt_secret = "crapi") used for generating forged authentication tokens. - [EXTERNAL_DOWNLOADS]: The skill fetches the
uvpackage manager installation script fromastral.shand downloads security tools from established repositories such asprojectdiscoveryandsqlmapproject.
Recommendations
- HIGH: Downloads and executes remote code from: https://astral.sh/uv/install.sh - DO NOT USE without thorough review
Audit Metadata