Versioned security assessment

Report ID: SA-5C279DC5

6/30/2026, 6:17:33 AM

latex-posters security assessment v5

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
latex-posters
Version
v5
Maintainer
K-Dense-AI
Coverage
12 Files scanned · 6,111 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Medium

1 confirmed security finding requires attention.

Installation context

Historical evidence

This report may not describe the currently installable artifact. Open the current Skill page for install guidance.

Open current Skill page

This report does not block or authorize the manifest or ZIP.

Static analysis reported many high-risk patterns, but review shows the weak-cryptography and most external-command hits are LaTeX or Markdown false positives. The confirmed risk is a legitimate Bash PDF review script that invokes local PDF utilities on a user-supplied file; no malicious intent, prompt injection, data exfiltration, or hidden network behavior was found. Publish with a warning to run command-line checks only on trusted files.

Report position

Historical report

Open audit history before using this report to install.

Audit attestation

Not attestable

The required immutable binding is incomplete.

Human verification

Not verified

No human verification is recorded for this report.

Coverage

12 Files scanned · 6,111 Lines analyzed

4 items shown for review

Limitations

This report does not claim runtime or sandbox execution and does not prove the absence of side effects.

Evidence chain

Follow the evidence from source binding to the install contract. Available evidence supports verification; it is not a safety guarantee.

  1. Source

    Binding unavailable

  2. Artifact

    Identity incomplete

  3. Audit

    Complete

  4. Install contract

    Open manifest to verify

    Open manifest

Capabilities observed

Observed means this report recorded supporting evidence. Not recorded does not prove that a capability is absent.

Contains scripts

May execute code included with the Skill.

Not recorded by this audit

Network access

May connect to external services.

Observed in 5 evidence locations

Filesystem access

May read or write local files.

Observed in 5 evidence locations

Env variables

May read values from the process environment.

Not recorded by this audit

External commands

May invoke commands or programs outside the Skill.

Observed in 9 evidence locations

Capability review items (3)
Low
Shell Examples In Documentation
Many external-command detections are Markdown examples for compiling LaTeX, checking logs, and inspecting generated PDFs. These examples are relevant to the skill and do not execute automatically, but users should review commands before running them.
The cited locations are documentation or fenced code examples rather than hidden execution paths. The risk is user-mediated command use, not automatic execution.
Low
Placeholder URLs In Poster Templates
Hardcoded URL findings are DOI, GitHub, and design-tool links used for QR codes or reference resources. They are visible template content and not evidence of network calls, tracking, or data exfiltration.
The URLs appear in LaTeX QR-code examples and reference lists. No code path was found that fetches these URLs or sends local data to them.
Low
Reconnaissance Detections Are Defensive Checks Or Poster Terms
System and network reconnaissance detections are command-availability checks, PDF inspection commands, or ordinary poster-design text. No evidence was found of host inventory collection, port scanning, credential discovery, or outbound probing.
The script check uses command -v before running optional PDF tools, and other examples are normal documentation content. I did not find semantic evidence of reconnaissance intent.

Risk findings

Confirmed security concerns are separated from items that still need review.

Confirmed security concerns (1)

RISK-001 Medium
Local PDF Review Script Uses External Commands
The repository includes a Bash script that runs local tools such as pdfinfo, pdffonts, pdfimages, ls, grep, awk, head, tail, wc, and tr against a user-supplied PDF path. The file path is quoted and the commands are read-only, so command injection was not found, but parsing untrusted PDFs with local utilities is still an operational risk.
The shell script clearly invokes external PDF inspection utilities on a user-provided file. The commands are hardcoded and arguments are quoted, which lowers confidence that this is exploitable or malicious.

Expert evidence

Immutable subject identity, scanner metadata, dismissed matches, and source-level evidence.

Artifact subject

Marketplace commit
Unavailable
Content hash
Unavailable
Tree hash
Unavailable
Skill path
Unavailable
Audit payload hash
Unavailable

Analysis metadata

Audit model: codex

Analysis state: Complete

Scope is limited to the recorded files, lines, methods, and evidence. No runtime or sandbox execution is claimed.

Static false positives ignored (1)
Low
Weak Cryptography Detections Are LaTeX False Positives
The high-severity weak cryptography detections resolve to LaTeX font commands, poster section text, statistics notation, Markdown headings, package names, and generated audit text. No cryptographic implementation or weak hash usage was found in the reviewed locations.
Representative flagged lines contain LaTeX or Markdown content, not crypto APIs. The pattern class is not semantically applicable to this poster-template skill.

Verify and export

The manifest and lockfile bind install artifacts to cryptographic hashes. This integrity claim is separate from the security assessment.

Audit attestation: not_attestable