paper-source-readiness-gate
Pass
Audited by Gen Agent Trust Hub on Aug 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates as a deterministic gate for source verification, utilizing regular expressions to parse bibliography and contract data from a JSON payload.
- [SAFE]: No network activity was detected. The script uses
urllib.parse.urlparsefor URL validation but does not initiate any external connections. - [SAFE]: No sensitive file access or credential exposure was identified. The entrypoint script strictly processes data provided via standard input.
- [SAFE]: The skill uses only Python standard libraries (
json,re,sys,typing,urllib), avoiding risks associated with unverified third-party dependencies. - [SAFE]: Instructions are restricted by
disable-model-invocation: true, which prevents the agent from dynamically interpreting the auditor's logic as executable prompts.
Audit Metadata