Skill audit report
book-pdf Audit report.
마크다운 원고를 진짜 책처럼 보이는 PDF·EPUB 전자책으로 만든다. 표지, 판권 페이지, 실제 쪽번호가 달린 목차, 장별 러닝헤더까지 갖춘다. Paged.js 사용.
OpenAgentSkill Trust Score
OpenAgentSkill Trust Score
The Trust Score helps an agent decide whether a skill is safe enough to shortlist before installation.
GitHub adoption
INFO62
128 GitHub stars
Stars/forks activity
WARN57
128 stars, 22 forks; issue activity unavailable in current metadata
Recent maintenance
PASS100
Pushed today
License clarity
PASS86
MIT
README/SKILL.md completeness
PASS86
Metadata includes enough usage and workflow context
Dependency/runtime risk
WARN54
command execution surface, external package install surface
Install availability
PASS92
npx skills add bam-bam-2/solo-skills --skill book-pdf
Install command safety
PASS92
standard package or runtime install path
Permission surface
WARN48
shell or command execution, filesystem or document access
Repository evidence
PASS86
https://github.com/bam-bam-2/solo-skills/tree/main/skills/book-pdf
Review status
INFO66
AI review data available
Agent Proven outcomes
INFO54
No agent outcome data yet
Checks
Install and adoption review
Install path
92
npx skills add bam-bam-2/solo-skills --skill book-pdf
Repository
88
https://github.com/bam-bam-2/solo-skills/tree/main/skills/book-pdf
License
86
MIT
Maintenance
100
Pushed today
AI review
55
The provided script `html-to-pdf.py` is incomplete (truncated at the end) and does not follow the pitfalls described in SKILL.md. It uses `format="A4", landscape=True` and ignores `preferCSSPageSize`, Paged.js loading, and async rendering handling, so it will not produce the book-like PDF that the skill promises.
README/SKILL.md completeness
86
Usable description available
Dependency risk
54
command execution surface, external package install surface
Install command safety
92
standard package or runtime install path
Permission surface
48
shell or command execution, filesystem or document access
Stars/forks activity
57
128 stars, 22 forks; issue activity unavailable in current metadata
Adoption
68
128 GitHub stars
Warnings
- Dependency or permission surface needs review
- Permission surface may require sandboxing
- The provided script `html-to-pdf.py` is incomplete (truncated at the end) and does not follow the pitfalls described in SKILL.md. It uses `format="A4", landscape=True` and ignores `preferCSSPageSize`, Paged.js loading, and async rendering handling, so it will not produce the book-like PDF that the skill promises.
- The script is described as a '바로 쓰는 스크립트' (immediate-use script) but actually contradicts the main workflow detailed in SKILL.md, potentially confusing users.
- The script uses landscape orientation, which is unusual for book‑style output and not mentioned in SKILL.md.
- Quality score needs review
- Permission surface needs review: shell or command execution, filesystem or document access
- Stars/forks activity: 128 stars, 22 forks; issue activity unavailable in current metadata
- Dependency/runtime risk: command execution surface, external package install surface
- Permission surface: shell or command execution, filesystem or document access
Method
This report combines public metadata, AI review output, repository freshness, install readiness, OpenAgentSkill events, quality scoring, trust checks, and the agent safety gate. It is not a full source-code security review.
Compare nearby options