Skip to content

Add security-rules-auditor subagent#88

Open
joehan wants to merge 1 commit intofirebase:mainfrom
joehan:add-security-rules-auditor-subagent
Open

Add security-rules-auditor subagent#88
joehan wants to merge 1 commit intofirebase:mainfrom
joehan:add-security-rules-auditor-subagent

Conversation

@joehan
Copy link
Copy Markdown
Member

@joehan joehan commented Apr 20, 2026

This PR adds the security-rules-auditor subagent.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request introduces a new agent configuration, security-rules-auditor.md, designed to audit Firestore security rules for vulnerabilities. The review feedback identifies that the firestore-security-rules-auditor skill is missing from the tools list despite being required by the system prompt.

Comment on lines +5 to +7
tools:
- read_file
- grep_search
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The system prompt (line 13) explicitly directs the agent to use the firestore-security-rules-auditor skill. However, this skill is not listed in the tools section. In this agent framework, skills intended for use by an agent must be explicitly declared as tools to be accessible during execution.

Suggested change
tools:
- read_file
- grep_search
tools:
- read_file
- grep_search
- firestore-security-rules-auditor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant