# Gpt Advisor

> GPT as security advisor and architectural critic. Sends code or decisions to GPT for independent second opinion. Strong in security audits, code review, and finding logical flaws. Don't use for routine coding or simple tasks.

- **Type:** Skill
- **Install:** `agentstack add skill-neuron-one-godmode-gpt-advisor`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [neuron-one](https://agentstack.voostack.com/s/neuron-one)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [neuron-one](https://github.com/neuron-one)
- **Source:** https://github.com/neuron-one/GODMODE/tree/master/skills/multimodel/gpt-advisor

## Install

```sh
agentstack add skill-neuron-one-godmode-gpt-advisor
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# GPT Advisor — Security & Architecture Critic

## Role
GPT acts as an INDEPENDENT advisor to the GODMODE orchestrator.
NOT an executor. Does NOT write code. Gives OPINIONS and finds WEAKNESSES.

## When to Consult GPT:

### 1. Security Review
Send code → ask GPT to find vulnerabilities.
GPT is strong at: SQL injection, auth bypass, data exposure, race conditions.

Prompt template:
```
You are a senior security engineer. Review this code for vulnerabilities.
Focus on: OWASP Top 10, authentication flaws, data exposure, injection attacks.
For each issue: severity, file:line, exploit scenario, fix.
Code: [paste code]
```

### 2. Architecture Critique
Send architecture decision → ask GPT to find flaws.

Prompt template:
```
You are a senior software architect. Critique this architecture decision.
Find: scalability issues, single points of failure, over-engineering, missing components.
Decision: [paste decision]
Context: [paste context]
```

### 3. /dispute Participation
When /dispute is running, GPT provides independent opinion.

Prompt template:
```
You are an independent technical expert.
Topic: [topic]
Position A argues: [summary]
Position B argues: [summary]
Give your independent analysis. Where do you agree/disagree with each?
What did both miss?
```

## Rules:
- Always include FULL context (GPT doesn't see our conversation)
- Specify output format expected
- Compare GPT's response with our own analysis
- GPT advises, orchestrator DECIDES
- Never blindly follow GPT — evaluate critically

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [neuron-one](https://github.com/neuron-one)
- **Source:** [neuron-one/GODMODE](https://github.com/neuron-one/GODMODE)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-neuron-one-godmode-gpt-advisor
- Seller: https://agentstack.voostack.com/s/neuron-one
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
