deslop-verify
Pass
Audited by Gen Agent Trust Hub on Jul 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security vulnerabilities or malicious patterns were identified during the analysis.
- [COMMAND_EXECUTION]: The skill executes a local Python script (
scripts/verify_edit.py) to perform its core function. This script uses only standard Python libraries (argparse,difflib,json,re,statistics,sys) and does not invoke external shells or download remote content. - [DATA_EXFILTRATION]: The skill operates entirely on local files provided as input and does not perform any network operations, ensuring that processed data remains within the local environment.
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted text content (the 'original' and 'edited' versions). However, it treats this content strictly as data for regular expression matching and sequence comparison. It does not interpret or execute instructions contained within the text, and it does not use the content to construct executable commands, mitigating the risk of injection attacks.
Audit Metadata