init-latex-project
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill fetches LaTeX style files (.sty), BibTeX bibliography styles (.bst), and document classes (.cls) from authoritative academic conference domains and official GitHub repositories, including icml.cc, nips.cc, and organizations like acl-org and cvpr-org. These downloads are performed to ensure the project complies with specific venue formatting requirements.
- [COMMAND_EXECUTION]: The skill executes a local shell script (
scripts/init.sh) to create the project directory, copy internal template files (macros, section placeholders, and writing guides), and manage the download and extraction of style files. It also optionally initializes a local Git repository using standard commands. - [SAFE]: The skill includes comprehensive writing guidance for AI agents (
AGENTS.mdandCLAUDE.md) and properly configures.gitignoreto prevent sensitive or internal agent files from being included in the final paper source. It specifically warns against and disables LaTeX redefinitions that could break math environments.
Audit Metadata