Skip to content

feat(skills): package 2 LlamaIndex skills - #511

Merged
JAORMX merged 1 commit into
mainfrom
skills/llamaindex
Apr 20, 2026
Merged

feat(skills): package 2 LlamaIndex skills#511
JAORMX merged 1 commit into
mainfrom
skills/llamaindex

Conversation

@JAORMX

@JAORMX JAORMX commented Apr 20, 2026

Copy link
Copy Markdown
Collaborator

Packages 2 skills from run-llama/llamaparse-agent-skills (MIT), pinned to 1f10f60.

Skills added

  • liteparse — lightweight document parser (local)
  • llamaparse — managed document-parsing service (LlamaIndex cloud)

Security

  • liteparse: no findings
  • llamaparse: LOW_ANALYZABILITY allowlisted (single TS example file the scanner can't parse)

Test plan

  • task validate-skill — VALID
  • task scan-skill passes after allowlist
  • CI green
  • 2 OCI artifacts published

Closes #496

Packages 2 skills from run-llama/llamaparse-agent-skills (MIT).

- liteparse — lightweight document parser (local)
- llamaparse — managed document parsing service

Pinned to 1f10f60. llamaparse allowlists LOW_ANALYZABILITY for its
single TypeScript example file.

Refs #496
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@JAORMX JAORMX added the skills Skill packaging, vendor skill imports label Apr 20, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🛡️ Skill Security Scan Results

✅ liteparse

  • Status: Passed
  • Findings: 0

✅ llamaparse

  • Status: Passed
  • Findings: 1
  • Allowed (not blocking): 1
    • LOW_ANALYZABILITY (Allowed: The skill has only 2 files — SKILL.md and a single TypeScript example (scripts/example.ts). The scanner cannot analyze TypeScript source, giving the skill a 50% analyzability score. The .ts file is a documented, HF-sourced example snippet, not runtime-executed code.)

Summary: Scanned 2 skill(s), all passed security checks. ✅

@JAORMX
JAORMX merged commit b09809a into main Apr 20, 2026
11 checks passed
@JAORMX
JAORMX deleted the skills/llamaindex branch April 20, 2026 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skills Skill packaging, vendor skill imports

Projects

None yet

Development

Successfully merging this pull request may close these issues.

skill: package run-llama/llamaparse-agent-skills into dockyard

2 participants