CtrlK
BlogDocsLog inGet started
Tessl Logo

printing-press

Set up a new integration, connector, or CLI binding for any API. Wrap or generate a ship-ready Go CLI from an OpenAPI, HAR, or Postman spec via the lean research -> generate -> build -> shipcheck loop. Use when the user says build a CLI, wrap this API, set up a new integration, add a connector, integrate with a service, or names an API by domain.

Invalid
This skill can't be scored yet
Validation errors are blocking scoring. Review and fix them to unlock Quality, Impact and Security scores. See what needs fixing →
SKILL.md
Quality
Evals
Security

Low

Low-risk findings.

2 low severity findings. Worth noting, but not necessarily harmful.

Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.

Why it was flagged

In /printing-press “Phase 1.5: Ecosystem Absorb Gate”, the required runtime workflow performs WebSearch and raw fetches from outsider-authored sources (e.g., GitHub issues/PR source code, MCP/SDK wrapper repos) and reads their contents into the absorb manifest without requiring a user-selected specific item first.

Report incorrect finding
Low

W012: Unverifiable external dependency detected (runtime URL that controls agent).

What this means

The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.

Why it was flagged

The skill performs runtime fetches that influence control flow and user prompts — for example it curl-fetches https://raw.githubusercontent.com/mvanhorn/cli-printing-press/main/supported-versions.txt to set minimum-supported-version gating and it queries the public library on GitHub (https://github.com/mvanhorn/printing-press-library) via gh api to decide reprint/continue prompts, so remote content directly controls agent behavior at runtime.

Repository
mvanhorn/cli-printing-press
Audited
Security analysis
Snyk

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.