Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

opentaint

يحتوي opentaint على 15 من skills المجمعة من seqra، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
15
Stars
113
محدث
2026-07-04
Forks
9
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

create-pass-through-approximation
مطوّرو البرمجيات

Model a library method's taint propagation as a passThrough approximation config. Use for a dropped external method whose propagation is simple copying

2026-07-04
create-rule
مطوّرو البرمجيات

Author and verify an OpenTaint detection rule for a vulnerability class on JVM code. Use whenever a rule needs to be created for an uncovered vulnerability, or an existing rule needs a false-positive or false-negative fix

2026-07-02
create-test-project
مطوّرو البرمجيات

Create an OpenTaint test project with annotated positive/negative samples for verifying a rule or approximation. Use when a rule or approximation needs a test project to check against

2026-07-02
debug-rule
مطوّرو البرمجيات

Debug a rule or approximation that behaves unexpectedly by tracing where taint is dropped. Use when its samples won't pass after repeated attempts, or it passes tests but is wrong on a real scan

2026-07-02
report-analyzer-issue
مطوّرو البرمجيات

Write an OpenTaint engine-issue report from a confirmed diagnosis, optionally opening a GitHub issue. Use when engine-side issue got confirmed and requires report

2026-07-02
triage-dependencies
مطوّرو البرمجيات

Mark which of a project's dependency libraries could introduce taint sources or sinks. Use to start attack-surface discovery

2026-07-02
appsec-agent
محللو أمن المعلومات

Run an end-to-end application-security analysis on a JVM project with OpenTaint — build, scan, model missing library methods, triage, and confirm vulnerabilities. Use when the user asks to find vulnerabilities, run SAST, or scan a Java/Kotlin app for security issues

2026-06-21
discover-attack-surface
محللو أمن المعلومات

Analyze project-used members of a dependency package for potential sources and sinks not covered by the built-in rules. Use for the depth pass of attack-surface discovery, one package at a time, after triage-dependencies flags it

2026-06-11
analyze-external-methods
محللو أمن المعلومات

Analyze and group an OpenTaint scan's dropped external methods and decide what to approximate or skip. Use when a dropped-external-methods.yaml needs turning into approximation targets

2026-06-10
analyze-findings
محللو ضمان جودة البرمجيات والمختبرون

Triage OpenTaint findings — split a rule's results into distinct vulnerabilities and classify each true positive or false positive. Use when scan findings need a TP/FP verdict

2026-06-10
assemble-lib-rules
مطوّرو البرمجيات

Write the per-vuln-class security join rules that merge the created source/sink lib rules with the built-ins. Use after the per-package lib rules are created and tested, to wire them into project-level joins

2026-06-10
build-project
مطوّرو البرمجيات

Build a Java/Kotlin project for opentaint analysis and produce a project.yaml model. Use whenever an opentaint scan needs a project model and `opentaint compile` may need help

2026-06-10
create-dataflow-approximation
مطوّرو البرمجيات

Model a library method's taint propagation as code-based dataflow approximation and refine it against a test project until the sample passes. Use for a dropped external method whose propagation a passThrough copy cannot express

2026-06-10
generate-poc
مطوّرو البرمجيات

Reproduce a true-positive finding against the running application. Use when a finding needs dynamic confirmation

2026-06-10
run-scan
مطوّرو البرمجيات

Run an OpenTaint scan on project and produces the SARIF report. Use whenever the user asks to scan or re-scan a project

2026-06-10