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.
npx agentmods add skills/nearform/lastlight/security-feedbacknpx skills add nearform/lastlight --skill security-feedbackgit clone --depth 1 https://github.com/nearform/lastlightWrote 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.
[](https://agentmods.dev/skills/nearform/lastlight/security-feedback)<a href="https://agentmods.dev/skills/nearform/lastlight/security-feedback"><img src="https://agentmods.dev/badge/skills/nearform/lastlight/security-feedback.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00036 | $0.02176 |
| Opus 5 | $0.00018 | $0.01088 |
| Sonnet 5 | $0.00007 | $0.00435 |
| Haiku 4.5 | $0.00004 | $0.00218 |
Grade A, and why
security-feedback scanned grade A with 1 finding 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 4d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
GitHub operations via `github_*` MCP tools only — never `gh` CLI, `curl`, or raw HTTP. How it starts
The opening of the file, as written. The whole thing — 181 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Security Feedback
A maintainer commented on a security-labelled issue — almost always a per-run
security scan summary (one issue per scan, a task-list of findings). Based on
the comment, either:
- Break selected findings into individual issues (each can later feed
build). Primary flow. - Record a suppression in
SECURITY.md(accepted risk / false positive). - Reply for discussion, or ignore noise.
The parent issue's grammar is the contract defined in
skills/security-review/references/issue-format.md. This skill is staged into its
own workspace and cannot read that file, so it carries its own copy of the
row/severity regex below — if you change the grammar, update both in lockstep.
Context
context.repo—owner/namecontext.issueNumber— the security summary issue (parent)context.commentBody— the triggering commentcontext.sender— the commenter's GitHub login
The parent body is not passed — fetch it at step 1.
1. Fetch and parse the parent issue
github_get_issue({ owner, repo, issue_number: issueNumber }).
Version check. The body MUST start with <!-- lastlight-security-scan-version: 1 -->.
If the marker is missing or the version isn't 1, reply: "Unknown scan-summary
format — this skill is at version 1 but the parent reports a different version.
Ask the maintainer to re-run @last-light security-review." Do not parse further.
Parse each finding row with this canonical regex (all three states):
/^- \[([ x])\] <!-- item:(\d+) fp:([0-9a-f]{8,}) --> (?:~~)?\*\*(.+?)\*\* — `([^`]+):(\d+)` \(([a-z][a-z0-9-]*) · `([^`]+)`\)(?:~~ → #(\d+))?$/m
Captures: checkbox ( /x), item, fp, title, file, line, tool,
rule, and subIssueNumber (only when already broken out). Derive per row:
| Derived | Definition |
|---|---|
alreadyBrokenOut |
subIssueNumber != null — turned into a sub-issue on a prior run |
userTicked |
checkbox === "x" && !alreadyBrokenOut — the maintainer ticked the box, selecting it |
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 4d ago First seen · 181 lines · 36 tokens per session scan A 739e5bb6d514
security-feedback is a skill published in the GitHub repository nearform/lastlight (22 stars, last pushed 7d ago), licensed MIT. It adds 36 tokens to every session and 2,176 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
example-skill
Counts lines, words, and bytes in a text file using the bundled count.sh script. Use when asked to count/measure a file's size in these terms.
design-taste-frontend
Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.
open-code-review
Performs AI-powered code review on Git changes using the ocr CLI from alibaba/open-code-review. Use when the user asks to review code, review a pull request, review staged/unstaged changes, review a commit, or compare branches for code quality issues. Produces line-level review comments and can automatically apply…
image-to-code
Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards…
brandkit
Premium brand-kit image generation skill for creating high-end brand-guidelines boards, logo systems, identity decks, and visual-world presentations. Trained for minimalist, cinematic, editorial, dark-tech, luxury, cultural, security, gaming, developer-tool, and consumer-app brand systems. Optimized for intentional…
minimalist-ui
Clean editorial-style interfaces. Warm monochrome palette, typographic contrast, flat bento grids, muted pastels. No gradients, no heavy shadows.