huggingface-paper-publisher
Pass
Audited by Gen Agent Trust Hub on Aug 3, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill does not exhibit any malicious patterns such as prompt injection, obfuscation, or unauthorized data exfiltration. All operations are consistent with its stated purpose of managing research papers.
- [CREDENTIALS_UNSAFE]: The skill requires a
HF_TOKENfor write access to the Hugging Face Hub. It correctly retrieves this from environment variables or a.envfile, adhering to standard security practices for secret management. No hardcoded credentials were found. - [DATA_EXFILTRATION]: Network operations are restricted to
huggingface.coandarxiv.org. These are legitimate domains for the skill's functionality. The skill does not send sensitive local data or credentials to unauthorized third-party domains. - [INDIRECT_PROMPT_INJECTION]: The skill processes paper metadata from the external arXiv API, which is an ingestion point for untrusted data. However, the
scripts/paper_manager.pyfile implements robust sanitization routines, including_sanitize_textand_escape_yaml_value. These methods effectively neutralize potential injection attacks by escaping markdown code fences and YAML document delimiters before the data is written to README files or research templates. - [COMMAND_EXECUTION]: The provided commands are well-defined CLI operations for the paper manager script. There is no evidence of arbitrary command execution or unsafe interpolation of user-supplied strings into system shell calls.
Audit Metadata