CtrlK
BlogDocsLog inGet started
Tessl Logo

latex-submission-pipeline

Use when building a LaTeX manuscript submission pipeline with templates, latexmk, BibTeX/Biber, chktex, latexindent, CI PDF builds, compile debugging, and submission zip packaging.

Invalid
This skill can't be scored yet
Validation errors are blocking scoring. Review and fix them to unlock Quality, Impact and Security scores. See what needs fixing →
SKILL.md
Quality
Evals
Security

Low

Low-risk findings.

2 low severity findings. Worth noting, but not necessarily harmful.

Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

Required workflow uses a GitHub Actions template that checks out the repository (`actions/checkout`) and then runs `xu-cheng/latex-action` to compile `manuscript/main.tex`, which will cause the agent/runner to ingest LaTeX source files from the (outsider) repository contents into the compilation context at runtime (including any free-text content in `main.tex`/`\input{}` files that could contain injection payloads).

Report incorrect finding
Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

The GitHub Actions referenced in the workflow (actions/checkout@v4, xu-cheng/latex-action@v3, actions/upload-artifact@v4) are fetched and executed at CI runtime, meaning remote code from those repositories will run as part of the skill.

Repository
foryourhealth111-pixel/Vibe-Skills
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.