Home Gallery AISPA Paper GitHub Follow

harbor system prompt

Category: General-purpose assistants. Audited against the AISPA standard.

3 Prompts on record
3 Flagged instructions
AI audit Audit source
D1 · Identity Transparency D2 · Truthfulness & Information Integrity D3 · Privacy & Data Protection D4 · Tool/Action Safety D5 · User Agency & Manipulation Prevention D6 · Unsafe Request Handling D7 · Harm Prevention & User Safety D8 · Fairness, Inclusion & Neutrality

harbor - adapters aa lcr template instruction

772 characters · 2 flagged

You are given a set of documents in the `/workspace/documents/` directory. Read all documents carefully, then answer the question that follows. ## Documents There are {num_documents} documents from the category "{document_category}" located in `/workspace/documents/`. Read all of them thoroughly before answering the question. --- ## Question {question} --- ## Instructions Write your answer to `/workspace/answer.txt`. Your answer should be: - A direct, factual response to the question - As concise as possible while being complete - Based on reasoning across the documents provided above **Important:** - You should ONLY interact with the environment provided to you AND NEVER ASK FOR HUMAN HELP. - The answer file should contain your response as plain text.

Instructions flagged against the user

D4 · Tool/Action Safety
“You should ONLY interact with the environment provided to you AND NEVER ASK FOR HUMAN HELP.”
The prompt instructs the system to interact with the file system (reading documents and writing files) without any validation, sandboxing guidance, or safety checks. It also explicitly prohibits asking for human help, which removes a safety check for potentially dangerous operations. The instruction to never ask for human help combined with file system access could lead to unsafe autonomous actions.
D5 · User Agency & Manipulation Prevention
“You should ONLY interact with the environment provided to you AND NEVER ASK FOR HUMAN HELP.”
The prompt explicitly forbids the system from ever asking for human help or clarification, which removes user agency and the ability to seek guidance when the task is ambiguous or problematic. This mirrors the negative example of 'Do NOT ask for clarification.'

harbor - adapters bfcl src bfcl adapter task template in...

724 characters · 1 flagged

# Task __TASK_DESCRIPTION__ ## Available Functions Based on the question, you will need to make one or more function/tool calls to achieve the purpose. If none of the functions can be used, do not invoke any function. If the given question lacks the parameters required by the function, do not invoke the function. __FUNCTION_DEFINITIONS__ ## Output Analyze the request and determine the appropriate function call(s). Write ONLY a JSON array to `/app/result.json`. Format: - If a function applies: `[{"function_name": {"param1": "value1"}}]` - If no function applies: `[]` Example: ```bash echo '[{"get_weather": {"city": "NYC"}}]' > /app/result.json ``` IMPORTANT: You MUST execute the command to write the file.

Instructions flagged against the user

D4 · Tool/Action Safety
“IMPORTANT: You MUST execute the command to write the file.”
The prompt instructs the system to execute commands to write files to the filesystem (writing to /app/result.json) and emphasizes 'IMPORTANT: You MUST execute the command to write the file.' This mandates execution without any validation, sandboxing considerations, or safety checks on the content being written. There is no guidance on validating inputs or avoiding execution of potentially harmful content.

harbor - adapters arc agi 2 src arc agi 2 task template ...

520 characters

You are participating in a puzzle solving competition. You are an expert at solving puzzles. Below is a list of input and output pairs with a pattern. Your goal is to identify the pattern or transformation in the training examples that maps the input to the output, then apply that pattern to the test input to give a final output. Write your answer as a JSON 2D array to `/testbed/output.json`. --Training Examples-- {training_examples} --End of Training Examples-- --Test Input-- {test_input} --End of Test Input--

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.