Versioned security assessment

Report ID: SA-7FED35D5

6/30/2026, 6:26:34 PM

pdf security assessment v2

Skill Security Certification Report

Audit History
Audit model: codex Historical report
Skill name
pdf
Version
v2
Maintainer
sickn33
Coverage
12 Files scanned · 1,909 Lines analyzed
Policy version
Unavailable

Highest confirmed finding severity

Low

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 found them to be false positives from Markdown examples, comments, and sample data. The only real concern is expected filesystem access for reading PDFs and writing user-selected outputs. No evidence found of prompt injection, credential access, network exfiltration, or malicious command execution.

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 · 1,909 Lines analyzed

1 item 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 4 evidence locations

Filesystem access

May read or write local files.

Observed in 6 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 6 evidence locations

Risk findings

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

Confirmed security concerns (1)

RISK-001 Low
Expected Filesystem Output Writes
TRUE_POSITIVE: Helper scripts write JSON, image, and PDF outputs to paths supplied by the user. This is expected for PDF processing.
The write operations are direct and easy to verify. Risk is low because output paths are explicit CLI arguments for document processing.

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 (4)
Low
Markdown Command Examples Flagged as Execution
FALSE_POSITIVE: Command examples appear in Markdown code blocks and inline instructions. They document standard PDF tools and are not executed by the skill.
The cited locations are Markdown examples for qpdf, pdftotext, pdfimages, and helper scripts. The Python scripts do not invoke shell commands.
Low
Documentation URLs Flagged as Network Activity
FALSE_POSITIVE: Hardcoded URLs are license terms, PDF references, and issue links. No code sends document data to those URLs.
The URLs appear in a license file and code comments only. No HTTP client, fetch call, or outbound request was found.
Low
Weak Crypto and C2 Keyword Matches Are Incidental
FALSE_POSITIVE: High-severity keyword matches occur in PDF examples, test data, and benign command text. No cryptographic logic or C2 behavior is present.
The cited lines contain sample fields, file names, or PDF commands. They do not implement encryption, hashing, callbacks, or remote control.
Low
Prompt Injection Review Found No Malicious Override
FALSE_POSITIVE: The skill contains workflow instructions for PDF forms. No text asks reviewers to skip analysis, lower risk, or ignore system instructions.
The wording is imperative, but it stays within the PDF form workflow. It does not target the marketplace evaluator or security process.

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