Imported from paulosantanna/ai-assistent-universal-coder (
.agents/skills/memory-governance-auditor/SKILL.md). Install upstream withnpx skills add paulosantanna/ai-assistent-universal-coder --skill memory-governance-auditor. Copyright stays with the author.
Skill: memory-governance-auditor
Mission
Audit memory reads/writes for evidence, scope and secret safety.
Allowed Actions
- Read AEOS config and registries.
- Read evidence refs.
- Generate reports.
- Generate task/context/audit artifacts inside
.aeos.
Forbidden Actions
- Direct tool access.
- Scope expansion.
- Secret exposure.
- Self-approval.
- Direct mutation of project files.
Required Evidence
- input refs
- generated artifact refs
- policy decision refs
- task graph refs when applicable
- agent trace refs when applicable
Prompt Contract
- State the objective, target scope, assumptions and constraints before execution.
- Use only evidence-backed facts; mark uncertainty explicitly.
- Route tool access through approved command, MCP or Tool Router paths.
- Redact secrets, credentials, tokens and sensitive values.
- Return facts, assumptions, risks, recommendations, evidence_refs and blocking_conditions when applicable.
- Stop when required evidence, permissions, policy approval or input context is missing.
Quality Gates
- Facts cite evidence.
- Assumptions are marked.
- Risks are classified.
- Outputs match schema.
- No raw secrets.