unslop-file
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill employs
subprocess.runinscripts/humanize.pyto call theclaudeCLI as a fallback mechanism for LLM processing. This execution is securely configured withshell=Falseand a fixed, non-interpolated argument list, with the user content passed viastdinto prevent shell injection vulnerabilities. - [EXTERNAL_DOWNLOADS]: The skill downloads AI-text detector model weights from HuggingFace (
Oxidane/tmr-ai-text-detectoranddesklib/ai-text-detector-v1.01) and may fetch thedistilgpt2model for surprisal metrics. These downloads are performed using established libraries (huggingface_hub,transformers) and target well-known research models. - [DATA_EXFILTRATION]: While the skill transmits user-provided text to the Anthropic API for processing, it implements a robust security layer in
scripts/detect.py. This layer automatically identifies and refuses to transmit content matching sensitive patterns, such as RSA private keys, AWS access keys, and GitHub personal access tokens, as well as refusing access to sensitive system paths like~/.ssh/or~/.aws/. - [PROMPT_INJECTION]: The skill interpolates user-supplied text into LLM prompts. However, this is its primary function, and it includes clear instructional boundaries and structural validation checks to ensure the LLM preserves technical content (code blocks, URLs) byte-for-byte.
Audit Metadata