sast-ssti

sast-ssti is a skill for Claude Code, Codex from capture0x/YeepForge. It costs 99 tokens per session (7,571 once invoked), scanned A, original, no licence file.

A code-security check for finding Server-Side Template Injection (SSTI), where attacker-controlled text is processed as template instructions on a server.

In plain words
What is it for?
Use it to inspect dynamic template-rendering sites, verify whether user input reaches them, and consolidate the findings. It requires the project architecture information mentioned in its setup.
Why use it?
It helps identify data paths that could allow users to alter server-rendered output or execute unintended template operations.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it to inspect dynamic template-rendering sites, verify whether user input reaches them, and consolidate the findings. It requires the project architecture information mentioned in its setup.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/capture0x/yeepforge/sast-ssti
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add capture0x/YeepForge --skill sast-ssti
Clone the repo
git clone --depth 1 https://github.com/capture0x/YeepForge

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for sast-ssti

README.md
[![agentmods](https://agentmods.dev/badge/skills/capture0x/yeepforge/sast-ssti.svg)](https://agentmods.dev/skills/capture0x/yeepforge/sast-ssti)
Your own site
<a href="https://agentmods.dev/skills/capture0x/yeepforge/sast-ssti"><img src="https://agentmods.dev/badge/skills/capture0x/yeepforge/sast-ssti.svg" alt="Measured on agentmods" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,571 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 2 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00099 $0.07571
Opus 5 $0.00049 $0.03785
Sonnet 5 $0.00020 $0.01514
Haiku 4.5 $0.00010 $0.00757

Measured 7d ago against content hash 8f2fc8bd4d9c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

sast-ssti scanned grade A with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Unrestricted tool accesslowExcessive agency

A wildcard tool grant or "run any command" leaves no least-privilege boundary at all.

- **Sandboxed template engines configured with a restricted environment**: Liquid, Mustache, and similar logic-less engines cannot execute arbitrary code even if the template string comes from user input - but still flag

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

// Payload: ?template=<%- global.process.mainModule.require('child_process').execSync('id') %>
modules/sast_skills/sast-ssti/SKILL.md · 607 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 607 lines · 99 tokens per session scan A 8f2fc8bd4d9c

Subscribe to this mod's changes

sast-ssti is a skill published in the GitHub repository capture0x/YeepForge (6 stars, last pushed 13d ago), with no licence file. It adds 99 tokens to every session and 7,571 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 2 findings (unrestricted tool access, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

orchardcore-crestapps-recipes

Skill for CrestApps recipe schema and execution extensions in Orchard Core. Covers generated JSON Schema for recipe handlers, content definition and item schemas, custom IRecipeStep providers, IContentSchemaDefinition contributions, extensible schemas for the Layers, Sitemaps, deployment, AdminMenu, Queries…

CrestApps/CrestApps.AgentSkills · 202 tokens

orchardcore-content-fields

Skill for adding and configuring common Orchard Core content fields. Covers field settings, Liquid rendering, supported editor options, display modes, and migration patterns. Use this skill when requests mention Orchard Core Content Fields, Add and Configure Content Fields, General Pattern for Adding a Field…

CrestApps/CrestApps.AgentSkills · 189 tokens

orchardcore-ai-chat

Skill for configuring AI Chat in Orchard Core using the CrestApps AI Chat module. Covers chat profiles, admin chat UI, frontend chat widgets, provider connections, and the AI Agent module for task automation. Use this skill when requests mention Orchard Core AI Chat, Configure AI Chat, Available AI Completion…

CrestApps/CrestApps.AgentSkills · 208 tokens

orchardcore-content-parts

Skill for adding and configuring common built-in Orchard Core content parts. Covers selected settings, Liquid rendering, migration patterns, and recipe configuration. Use this skill when requests mention Orchard Core Content Parts, Add and Configure Content Parts, General Pattern for Attaching a Part, TitlePart…

CrestApps/CrestApps.AgentSkills · 201 tokens

orchardcore-decoupled-cms

Skill for building decoupled CMS applications with Orchard Core. Covers headless CMS architecture, content API consumption, custom Razor Pages for content rendering, loading content by ID, alias, and handle, auto-generating aliases with Liquid patterns, preview feature integration, and content property access…

CrestApps/CrestApps.AgentSkills · 202 tokens

orchardcore-ai-agent

Skill for the CrestApps Orchard Core AI Agent module that provides 50+ natural-language AI tools for managing an Orchard Core site. Covers content management, content definitions, feature toggling, tenant management, recipe execution, user and role lookup, workflow management, email/SMS/notification sending, AI…

CrestApps/CrestApps.AgentSkills · 180 tokens