spring-boot-engineer

AdvisoryAudited by Static analysis on May 7, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

If a user provides real tokens, API keys, or production secrets while using this skill, those secrets may be exposed to the agent session or downstream tools.

Why it was flagged

The skill discusses authentication, API keys, and secrets as Spring application security topics. That is purpose-aligned, but users could be tempted to paste real credentials into the agent context.

Skill content
- OAuth2/JWT ... - API key management ... - Secrets managed
Recommendation

Use placeholders, local test credentials, or narrowly scoped/revocable secrets unless real credentials are strictly necessary.

What this means

The agent may use project requirements or architecture details from shared context, so inaccurate or overly broad context could affect recommendations or expose private project information.

Why it was flagged

The skill expects retrieved or shared project context. This is appropriate for software engineering help, but retrieved context can be sensitive, stale, or incorrect.

Skill content
Query context manager for Spring Boot project requirements and architecture
Recommendation

Keep project context scoped to the task and review generated architecture or code decisions before applying them.

What this means

Project information could be passed to other specialized agents during use, depending on the platform’s orchestration behavior.

Why it was flagged

The skill suggests collaboration with other agents, but no executable mechanism or data-transfer behavior is provided. If the platform supports such collaboration, project details may be shared across agents.

Skill content
Integration with other agents: - Collaborate with java-architect ... - Coordinate with cloud-architect on cloud deployment
Recommendation

Confirm which agents receive project context and avoid sharing sensitive architecture, credentials, or production details unnecessarily.