Skill Detail

PDF Processing Guide

This guide helps you process PDFs using Python libraries and command-line tools. It also covers filling out PDF forms.

GitHub:sickn33/antigravity-awesome-skills pdf-official
version fa016b6c7b06
static analysis only
no human review yet
Use Caution

Current public label

Use Caution

Because the skill's documentation mentions credentials and external URLs, it is labeled with caution.

This label is currently coming from the automated scorecard.

Automated result

Use Caution

The skill's documentation mentions credentials and external URLs. These are low-severity documentation-style signals.

4 low Final label: use caution.

Human review

No human review has been recorded yet.

The current public label is still relying on automation. A human has not weighed in yet.

What happened

Driftloom completed a static scan. It inspected the skill files, recorded findings, and generated a scorecard.

Runtime evidence

No sandbox runtime result has been recorded yet.

What did not happen

  • Driftloom did not run this skill in an isolated sandbox yet.
  • This label is not a guarantee that the skill is safe, bug-free, or appropriate for every environment.
  • A good score does not replace human judgment when a skill touches secrets, shell access, or external systems.

Source provenance

Source: Workspace import

Originally ingested from a local workspace copy.

Scorecard

Safety
88
Quality
100
Transparency
88
Operational
92
Maintenance
82

4 low Final label: use caution.

Severity mix: 4 low

What Driftloom checked

  • Read the skill files and metadata to understand what the skill claims to do.
  • Looked for shell commands and risky command patterns, even if none stood out strongly.
  • Looked for external URLs, network calls, and signs the skill reaches outside the machine.
  • Looked for secret, token, password, and credential references.
  • Checked whether the skill structure and references looked internally consistent.

Findings

Secret or credential reference detected
secret.reference · safety
Low

The docs mention credentials or secrets. That may be normal, but it still tells you the skill expects sensitive material somewhere in the workflow.

File: SKILL.md
Evidence: password
Secret or credential reference detected
secret.reference · safety
Low

The docs mention credentials or secrets. That may be normal, but it still tells you the skill expects sensitive material somewhere in the workflow.

File: reference.md
Evidence: password
Explicit external endpoint reference detected
network.url_reference · transparency
Low

The source references an external URL in a context that looks behaviorally relevant, not just decorative documentation.

File: scripts/extract_form_field_info.py
Evidence: https://opensource.adobe.com/dc-acrobat-sdk-docs/standards/pdfstandards/pdf/PDF32000_2008.pdf#page=448
Explicit external endpoint reference detected
network.url_reference · transparency
Low

The source references an external URL in a context that looks behaviorally relevant, not just decorative documentation.

File: scripts/fill_pdf_form_with_annotations.py
Evidence: https://github.com/py-pdf/pypdf/issues/2084