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
68%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Fix and improve this skill with Tessl
tessl review fix ./skills/pi-share/SKILL.mdLow
Low-risk findings.
2 low severity findings. Worth noting, but not necessarily harmful.
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.
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).
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.
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.
d265b8e
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.