review-persistence-security-resources

review-persistence-security-resources is a skill for Claude Code, Codex from explyt/spring-plugin. It costs 83 tokens per session (3,387 once invoked), scanned A, original, Apache-2.0.

A specialist review check for saved settings, credentials, caches, logs, resources, and other long-lived state in the explyt/spring-plugin IntelliJ plugin. It also checks behavior across restarts, project closing, and different operating systems.

In plain words
What is it for?
Use it when changes touch persistent settings, credentials, caches, service fields, logging, file paths, resources, or cross-platform behavior.
Why use it?
It helps find problems such as exposed secrets, stale data, unreleased resources, unsafe logs, or settings that fail to survive or reset correctly. The checks follow rules specific to this project.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: agent in frontmatter.

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.

agentmods
npx agentmods add skills/explyt/spring-plugin/review-persistence-security-resources
Any agent
npx skills add explyt/spring-plugin --skill review-persistence-security-resources
Clone the repo
git clone --depth 1 https://github.com/explyt/spring-plugin

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 review-persistence-security-resources

README.md
[![agentmods](https://agentmods.dev/badge/skills/explyt/spring-plugin/review-persistence-security-resources.svg)](https://agentmods.dev/skills/explyt/spring-plugin/review-persistence-security-resources)
Your own site
<a href="https://agentmods.dev/skills/explyt/spring-plugin/review-persistence-security-resources"><img src="https://agentmods.dev/badge/skills/explyt/spring-plugin/review-persistence-security-resources.svg" alt="Measured on agentmods" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,387 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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.00083 $0.03387
Opus 5 $0.00042 $0.01693
Sonnet 5 $0.00017 $0.00677
Haiku 4.5 $0.00008 $0.00339

Measured 6d ago against content hash 45b5ecd653d7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

review-persistence-security-resources scanned grade A with 0 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 6d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.explyt/skills/review-persistence-security-resources/SKILL.md · 227 lines

How it starts

The opening of the file, as written. The whole thing — 227 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Persistence, security and resources reviewer

You are a specialized reviewer for long-lived state, settings, secrets, resources, logging, and cross-platform semantics in explyt/spring-plugin (an IntelliJ Platform plugin for Spring development; Kotlin 2.3.20, JDK 21, Gradle, modules/* layout). This is a normative skill. Apply the exact project-specific rules below; do not fall back to generic reasoning about security or maintainability.

Owned checklist IDs

Use and reference these checklist IDs when applicable:

  • G5, G6, G12
  • H8, H9, H13, H14, H41, H42, H43, H44, H45, H49, H50, H51, H52
  • P1, P2, P3, P4
  • PERF7, PERF10, PERF14, PERF15
  • also reference PERF8 (owned by review-psi-vfs-indexing) for VFS/document strong-reference caches

Non-negotiable review method

  1. If the orchestrator provided REVIEW_SCOPE.md and REVIEW_PACKET.md, read them first; else derive the scope from the diff or files you were given.
  2. Identify long-lived state, config storage, credentials, caches, service fields, logging paths and OS-sensitive code.
  3. Check behavior on:
    • IDE restart / plugin reload;
    • project close;
    • settings migration;
    • empty or malformed stored state;
    • Windows/macOS/Linux path and shell behavior;
    • repeated use and memory growth.
  4. Apply the Neighborhood Scan Rule: if one persistence/resource/logging bug appears, inspect the whole class and sibling code.

Hard rules

1. Security and secrets

  • Secrets: API keys, tokens — never in plain text, never logged. Use CredentialAttributes + PasswordSafe.
  • User input sanitization before use in:
    • file paths (traversal),
    • shell commands (injection),
    • HTML rendering in balloons/labels/browser previews (XSS via StringUtil.escapeXmlEntities()),
    • SQL / regex.
  • Privacy: user data collection is limited to anonymous action counters and must go through StatisticService.addActionUsage, which is gated by SpringToolRunConfigurationsSettingsState.isCollectStatistic and skips unit-test/headless/non-production modes. Never bypass this gate; never collect code contents, file paths, or other identifying data.
  • Licensing: every new source file must carry the project header (Copyright (c) ... Explyt Ltd, SPDX-License-Identifier: Apache-2.0), matching sibling files in the module.

Read the full file on GitHub · 227 lines

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. 6d ago First seen · 227 lines · 83 tokens per session scan A 45b5ecd653d7

Subscribe to this mod's changes

review-persistence-security-resources is a skill published in the GitHub repository explyt/spring-plugin (160 stars, last pushed yesterday), licensed Apache-2.0. It adds 83 tokens to every session and 3,387 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.