SRS Support

PassAudited by ClawScan on May 1, 2026.

Overview

This is a coherent instruction-only SRS support skill, with the main caution that it depends on trusted local SRS documentation and memory files.

This skill appears safe to use for SRS support. Before installing, make sure you intend it to read local SRS documentation/source paths, use it in a trusted SRS checkout, and review any suggested build, deployment, or configuration commands before running them on important systems.

Findings (2)

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 the local SRS checkout or knowledge files are stale, missing, or tampered with, the assistant's answers may be inaccurate or influenced by unreviewed local content.

Why it was flagged

The skill depends on local repository and memory/documentation directories, while the provided manifest only includes SKILL.md and evals. This is not suspicious by itself, but the effective knowledge source is outside the packaged artifacts.

Skill content
Available directories: `trunk/`, `cmd/`, `internal/`, `cmake/`, `docs/`, `memory/`
Recommendation

Use the skill in a trusted SRS workspace and keep the referenced docs and memory files current and reviewed.

What this means

Untrusted or poisoned local documentation could shape the assistant's guidance, especially for operational commands or configuration advice.

Why it was flagged

The skill intentionally treats local memory and documentation files as authoritative context for answers. This is expected for a support/RAG-style skill, but those files can influence future responses.

Skill content
Layer 1 — Always load: `memory/srs-overview.md` ... Ground every answer in the knowledge files and docs
Recommendation

Only allow trusted project documentation and memory files in the referenced paths, and review important operational commands before applying them.