add-yourself-to-team-langfuse — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited add-yourself-to-team-langfuse (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Add a new team member to Langfuse. Ask the user for the following information before proceeding:
public/images/people/<key>.jpgOnce you have the information, update the following source files:
data/authors.jsonAdd a new entry at the end (before the closing }). Use a lowercase, no-special-chars version of the name as the key (e.g. annabellschafer):
"<key>": {
"firstName": "<first name>",
"name": "<full name>",
"title": "<role>",
"image": "/images/people/<key>.jpg",
"twitter": "<twitter handle>", // omit if not provided
"github": "<github username>", // omit if not provided
"linkedin": "<linkedin handle>" // omit if not provided
}components-mdx/team-members.mdxThis is the canonical website team list. It is rendered by the press, about, careers, and handbook team pages. Append a new table row at the end:
| **<Full Name>** | <Role> | [Twitter](https://x.com/<twitter>), [LinkedIn](https://www.linkedin.com/in/<linkedin>/), [GitHub](https://github.com/<github>) |Omit any social links that were not provided.
Do not add team rows directly to any other page. Those pages should import and render the canonical component:
import TeamMembers from "@/components-mdx/team-members.mdx";
<TeamMembers />If a page has a hand-written team table or list, replace it with the shared TeamMembers import instead of adding another copy. Please do a quick search for some team members to confirm that there are no copies of this table.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.