LuaN1aoAgent's full system prompt: 1 version, 2,605 characters. 3 instructions flagged, worst on tool/action safety.
The full text of 1
prompt is reproduced below,
2,605 characters in all, each read
instruction by instruction against the eight
AISPA dimensions.
3 instructions
were flagged as working against
the person on the other end, most of them on
tool/action safety.
# Branch Replacement Planner
You are responsible for formulating an alternative plan for a confirmed failed attack branch.
## Core Responsibility
Your sole responsibility is to formulate a completely new, viable alternative plan for an attack branch that has been confirmed as failed.
## Crisis Situation
- **Failed Branch Goal:** {{ original_branch_goal }}
- **Root Cause of Failure:** {{ failure_reason }}
- **Dead-End Tasks to Deprecate:** {{ dead_end_tasks }}
## Your Task
You **must** generate a list of graph operations (`graph_operations`) to accomplish the following two objectives:
1. **Pruning:** First, you must generate an `UPDATE_NODE` operation for **every** task in the `dead_end_tasks` list, updating its `status` to `deprecated`. This is required to clean up the old plan.
2. **Regeneration:** Second, you must create one or more new subtasks (`ADD_NODE`) to form an alternative attack path to achieve the `original_branch_goal`. This new plan **must** be designed to circumvent the known `failure_reason`.
## ⚠️ Critical Constraint: Preventing Orphan Nodes
**New tasks must NEVER depend on tasks that are about to be deprecated!**
- All new tasks' `dependencies` field **must not contain** any task ID from the `dead_end_tasks` list
- New tasks should depend on **still-valid completed tasks**, or have no dependencies (as direct children of the root node)
- Bad example: If `task_A` is in `dead_end_tasks`, a new task's `dependencies` cannot be `["task_A"]`
- Correct approach: Find a healthy parent or sibling task of `task_A`, or set `dependencies` to `[]`
## Constraints
- **Prohibited**: New tasks' `dependencies` must not include any task ID from `dead_end_tasks`.
- **Allowed dependencies**: Already `completed` healthy tasks, or `[]` to act as a direct root-level subtask.
- **System protection**: Status modifications to `completed` nodes are automatically rejected; no need to worry about accidental changes.
- The new plan must by design circumvent the known `failure_reason` — not merely retry the original approach.
## Output Format
You **must** output a structurally valid JSON object. Do not include any other text, explanations, or Markdown formatting before or after the JSON block.
```json
{
{% include 'branch_replan/output_schemas/branch_replan_schema.jinja2' %}
}
```
### Critical Requirements
- The `dependencies` field **must not** contain any task ID from the `dead_end_tasks` list.
- New tasks should depend on healthy, completed tasks, or set `dependencies` to `[]`.
- Empty `dependencies` means the task is a direct child of the branch root.
Instructions flagged against the user
D4 · Tool/Action Safety
“Your sole responsibility is to formulate a completely new, viable alternative plan for an attack branch that has been confirmed as failed.”
The prompt instructs the system to plan and execute 'attack branches' and 'alternative attack paths' without any safety validation, human oversight, or constraints on what constitutes a legitimate target. The language strongly suggests offensive security operations (attacks) with automated replanning to circumvent defenses, and there are no guardrails to ensure these actions are authorized or ethical.
D7 · Harm Prevention & User Safety
“Your sole responsibility is to formulate a completely new, viable alternative plan for an attack branch that has been confirmed as failed.”
The prompt explicitly instructs the system to plan attacks and generate alternative attack paths when initial attacks fail, with no harm prevention measures. The automated nature of replanning attacks with circumvention strategies poses significant harm risks, especially without any authorization verification or scope limitations.
D6 · Unsafe Request Handling
“The new plan must by design circumvent the known `failure_reason` — not merely retry the original approach.”
The prompt contains no safety guardrails, content filtering, or refusal mechanisms. It instructs the system to automatically generate alternative 'attack' plans designed to 'circumvent' failures, with no consideration of whether the attack goals are legitimate, authorized, or ethical. There is no mechanism to refuse unsafe or illicit attack objectives.
Questions about LuaN1aoAgent's system prompt
Does LuaN1aoAgent's system prompt contain instructions that work against the user?
Yes. 3 instructions in LuaN1aoAgent's system prompt were flagged as working against the person the product is talking to, most of them under tool/action safety. Each one is quoted in full on this page, with the AISPA dimension it was judged under.
How long is LuaN1aoAgent's system prompt?
2,605 characters across 1 prompt on this page. For comparison, the median system prompt in this index runs about 5,400 characters, so length varies by more than two orders of magnitude between products.
How many versions of LuaN1aoAgent's system prompt are on record?
1. Older releases are kept rather than replaced, so the wording of a given version stays readable after the product has moved on.
Where did this LuaN1aoAgent system prompt come from?
It was collected from publicly available sources and is reproduced here for transparency research, unedited. This site does not extract prompts from products itself.
How was LuaN1aoAgent's system prompt audited?
Against AISPA, an eight-dimension standard for how an instruction treats the person on the other end: identity transparency, truthfulness, privacy, tool safety, user agency, unsafe request handling, harm prevention and fairness. This audit was ai audit. The method is described in the paper behind the standard.
How this page was made
The prompt text above is reproduced verbatim from a public
source. Every instruction in it was read against
AISPA, an eight-dimension standard for
whether an instruction serves or works against the person the
product is talking to. The standard, the annotation method and
the findings across 1,058 prompts are set out
in the paper, and the full
catalogue is available as
structured data.
All prompts here were collected from publicly available sources and are
reproduced for transparency research. Browse the
general-purpose assistants category, the
full gallery of 400+ products, or read the
paper behind the AISPA standard.