CtrlK
BlogDocsLog inGet started
Tessl Logo

pi-share

Load and parse session transcripts from shittycodingagent.ai/buildwithpi.ai/buildwithpi.com/pi.dev (pi-share) URLs. Fetches gists, decodes embedded session data, and extracts conversation history.

60

Quality

68%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

Fix and improve this skill with Tessl

tessl review fix ./skills/pi-share/SKILL.md
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

SKILL.md:7-14 describes user-provided pi-share/gist URLs; at runtime fetch-session.mjs fetches outsider-authored GitHub Gist content (session.html with embedded base64 session transcript), decodes it into readable text, and then includes it in the summarization prompt passed to the pi/LLM when `--human-summary` is used (fetch-session.mjs:323-326, 129-136, 264-283).

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 script fetches session exports at runtime from https://api.github.com/gists/${gistId} and then embeds the retrieved session data into the prompt sent to the local "pi" CLI, so remote gist content can directly control the prompt supplied to the model.

Repository
mitsuhiko/agent-stuff
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.